We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e27c0f commit e7f9f7dCopy full SHA for e7f9f7d
src/main/java/io/bioimage/modelrunner/pytorch/javacpp/PytorchJavaCPPInterface.java
@@ -488,7 +488,6 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
488
if (modelrunnerPath == null || (modelrunnerPath.endsWith("DeepLearningEngineInterface.class")
489
&& !modelrunnerPath.contains(File.pathSeparator)))
490
modelrunnerPath = System.getProperty("java.class.path");
491
- modelrunnerPath = System.getProperty("java.class.path");
492
String classpath = modelrunnerPath + File.pathSeparator + imglib2Path + File.pathSeparator;
493
classpath = classpath + gsonPath + File.pathSeparator;
494
classpath = classpath + jnaPath + File.pathSeparator;
0 commit comments