artur-shaik / vim-javacomplete2

DEPRECATED in favor of jc.nvim
Vim License
973 stars 83 forks source link

GetServerAppVersion uses configured JVM, not system default. #300

Closed not-napoleon closed 7 years ago

not-napoleon commented 7 years ago

Noticed a stack trace in the logs and followed it back to this function. Issue was that I have jenv configured to use Java 7 for a particular project and use SetJVMLauncher to point Javacomplete2 to the a Java 8 JVM, but the GetServerAppVersion wasn't honoring it. Was faster to just fix than file a bug ;)

artur-shaik commented 7 years ago

Yeah, nice one. Thank you.