miguelcordovam / leJOS_plugin

leJOS plugin for Intellij Idea
8 stars 4 forks source link

Can't create Lejos-Project #9

Open DieterHolz opened 6 years ago

DieterHolz commented 6 years ago

When creating a new project I get the following error message:

screen shot 2018-04-02 at 09 33 44

What can I do to get a correct project setup?

DieterHolz commented 6 years ago

I'm using IntelliJ IDEA 2017.3.5

miguelcordovam commented 6 years ago

Hi, did you install Lejos in your computer?

On Apr 2, 2018 2:38 AM, "Dieter Holz" notifications@github.com wrote:

I'm using IntelliJ IDEA 2017.3.5

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/miguelcordovam/leJOS_plugin/issues/9#issuecomment-377875995, or mute the thread https://github.com/notifications/unsubscribe-auth/AFa56agCK7dgdbfoQ_g-b0gc77T01Amwks5tkdVpgaJpZM4TDQH9 .

DieterHolz commented 6 years ago

No, I haven't.

Can you give me a hint what's the best installation instruction for Mac?

miguelcordovam commented 6 years ago

You need to install that first. Visit the official website for Lejos, there are instructions for different os.

On Apr 6, 2018 2:57 AM, "Dieter Holz" notifications@github.com wrote:

No, I haven't.

Can you give me a hint what's the best installation instruction for Mac?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/miguelcordovam/leJOS_plugin/issues/9#issuecomment-379178103, or mute the thread https://github.com/notifications/unsubscribe-auth/AFa56cps-FHjRnjJacbTnr-jCOnOGQ1xks5tlyACgaJpZM4TDQH9 .

viniciusccarvalho commented 5 years ago

I have the same issue, and I have lejos on the computer, and I've set the plugin settings to point to the EV3_HOME (note, on 2018.3) the "browse" option seems to not work, it won't allow selection of any folder, I had to manually enter it.

Ramit110 commented 4 years ago

I'm also getting this error. I've got EV3_HOME and JAVA_HOME set up correctly as far as I know:


/Users/---/Downloads/leJOS_EV3_0.9.1-beta
:~ ramit110$ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk-13.jdk/Contents/Home```
Ramit110 commented 4 years ago

Whelp, problem solved, needed to go into intelij preferences > tools > Lejos > EV3_HOME and set it to the corresponding directory.