mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
Added APPDIR to classpath for exported linux applications
This commit is contained in:
@@ -1430,9 +1430,9 @@ public class JavaBuild {
|
||||
exportClassPath.append(jarList[i]);
|
||||
}
|
||||
} else {
|
||||
exportClassPath.append("$APPDIR");
|
||||
for (int i = 0; i < jarList.length; i++) {
|
||||
if (i != 0) exportClassPath.append(":");
|
||||
exportClassPath.append("$APPDIR/lib/" + jarList[i]);
|
||||
exportClassPath.append(":$APPDIR/lib/" + jarList[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user