dragos / dragos-vscode-scala

Other
253 stars 39 forks source link

Make note in readme for anyone using jenv #32

Closed jmparsons closed 7 years ago

jmparsons commented 7 years ago

My installation was pointing to the wrong location for picking up tools.jar.

Evidently my JDK_HOME and JAVA_HOME weren't set by jenv.

Running this worked for me:

jenv enable-plugin export

Fixing the location in dev tools from:

.jenv/lib/tools.jar

To:

.jenv/versions/1.8/lib/tools.jar

https://github.com/gcuisinier/jenv/issues/44.

jvican commented 7 years ago

I wonder, is this really a problem of this plugin and not your ensime configuration? It's ensime, after all, who tells the ensime server the jars that should be used. I think this plugin has nothing to do with this...

jmparsons commented 7 years ago

@jvican I upgraded my sbt and project and had better results. This was a side case issue just going to close it out.