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 ;)
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 theGetServerAppVersion
wasn't honoring it. Was faster to just fix than file a bug ;)