We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf2844 commit 08b01c9Copy full SHA for 08b01c9
src/main/java/io/bioimage/modelrunner/tensorflow/v2/api020/Tensorflow2Interface.java
@@ -656,7 +656,6 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
656
if (modelrunnerPath == null || (modelrunnerPath.endsWith("DeepLearningEngineInterface.class")
657
&& !modelrunnerPath.contains(File.pathSeparator)))
658
modelrunnerPath = System.getProperty("java.class.path");
659
- modelrunnerPath = System.getProperty("java.class.path");
660
String classpath = modelrunnerPath + File.pathSeparator + imglib2Path + File.pathSeparator;
661
classpath = classpath + gsonPath + File.pathSeparator;
662
classpath = classpath + jnaPath + File.pathSeparator;
0 commit comments