Revert "logic: update java indexer to new version of Java dependencies"

This reverts commit da2b44bd25.
This commit is contained in:
Eberhard Graether
2017-05-08 14:17:22 +02:00
parent a224d42079
commit ad1a48bce4
11 changed files with 5 additions and 6 deletions
@@ -28,9 +28,9 @@ void JavaEnvironmentFactory::createInstance(std::string classPath, std::string&
}
std::function<jint (JavaVM**, void**, void*)> createInstanceFunction;
const FilePath javaPath(ApplicationSettings::getInstance()->getJavaPath());
createInstanceFunction = utility::loadFunctionFromLibrary<jint, JavaVM**, void**, void*>(
javaPath,
FilePath(ApplicationSettings::getInstance()->getJavaPath()),
"JNI_CreateJavaVM",
errorString
);