spywhere / Javatar

Java Development Plugin for Sublime Text 3
https://javatar.readthedocs.org/
Other
170 stars 20 forks source link

Javatar cannot find JDK installed on your computer #33

Closed ghost closed 10 years ago

ghost commented 10 years ago

capture capture2 capture3 Everytime I open ST3, it shows me the jdk error and when I try to run any code (even hello world) it shows me the error from the console. It COULD be because of an update that was made in the last two or three weeks. A month ago it worked perfectly. What should I do ?

spywhere commented 10 years ago

Can you restart Sublime Text 3 and give me the console log after Javatar has been completely startup?

Atleast, this should show "[Javatar] No JDK found" in the log. Otherwise, no dialog should be displayed since that text is printed before showing you the dialog.

ghost commented 10 years ago

capture Sorry for the delay. I got notified on email about your response and I sent you the image as a reply to that mail. Only now I realised that I should post the image here.

spywhere commented 10 years ago

Could you check if there any "javac.exe" file in your "C:\Program Files\Java\" directory and also include Action History (by pressing Ctrl+Shift+K, H) too?

ghost commented 10 years ago

capture capture2

spywhere commented 10 years ago

Sorry for a long delay. The fix has been uploaded, you can expected the update within 6 hours of Package Control's automatic update.

If the issue still persists, feels free open this issue again.

ghost commented 10 years ago

Thank you a lot!