spywhere / Javatar

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

Javatar Unable to detect OpenJDK on Ubuntu 16.04 #70

Closed ROODAY closed 8 years ago

ROODAY commented 8 years ago

I'm running OpenJDK 9, yet every time I start Sublime Text (3) I get the error: "Javatar cannot find JDK installed on your computer." I tried overriding the jdk installation in user settings, but I still get the same error. Is there something I'm missing?

spywhere commented 8 years ago

Please checkout the issue #65 for potential fix. If the issue still persist feel free to open the issue again along with some of your settings and installation of both Java and Javatar.

ROODAY commented 8 years ago

I wasn't able to find a fix through those issues, but what did work for me was running this command in terminal: sudo apt-get install openjdk-8*. I'm guessing I may have installed an incomplete version of openjdk9 somehow, so I openjdk9 seemed to be the fix.