From 554ab9ab4242f534e5c8497644d52bd7376bbc57 Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Fri, 18 Oct 2024 18:51:39 +0200 Subject: [PATCH] stupid error --- .../modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java b/src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java index 2e25657..213c5c4 100644 --- a/src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java +++ b/src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java @@ -620,7 +620,6 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException if (modelrunnerPath == null || (modelrunnerPath.endsWith("DeepLearningEngineInterface.class") && !modelrunnerPath.contains(File.pathSeparator))) modelrunnerPath = System.getProperty("java.class.path"); - modelrunnerPath = System.getProperty("java.class.path"); String classpath = modelrunnerPath + File.pathSeparator + imglib2Path + File.pathSeparator; classpath = classpath + gsonPath + File.pathSeparator; classpath = classpath + jnaPath + File.pathSeparator;