We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdd5f7 commit 4c29c89Copy full SHA for 4c29c89
1 file changed
java/src/processing/mode/java/JavaMode.java
@@ -265,7 +265,6 @@ public boolean handleExportApplication(Sketch sketch) throws SketchException, IO
265
}
266
267
268
- @Override
269
public String getSearchPath() {
270
return System.getProperty("java.class.path") +
271
File.pathSeparatorChar + System.getProperty("java.home") +
0 commit comments