mirror of
https://github.com/nasa/trick.git
synced 2025-06-16 14:18:28 +00:00
Fixes #68: Changed the path where TrickDPActionController expects to find jar files
This commit is contained in:
@ -409,7 +409,7 @@ public class TrickDPActionController {
|
|||||||
String fileSeparator = System.getProperty("file.separator");
|
String fileSeparator = System.getProperty("file.separator");
|
||||||
String pathSeparator = System.getProperty("path.separator");
|
String pathSeparator = System.getProperty("path.separator");
|
||||||
|
|
||||||
String javaPath = UIUtils.getTrickHome() + fileSeparator + "bin" + fileSeparator + "java";
|
String javaPath = UIUtils.getTrickHome() + fileSeparator + "libexec/trick" + fileSeparator + "java";
|
||||||
String distPath = javaPath + fileSeparator + "dist";
|
String distPath = javaPath + fileSeparator + "dist";
|
||||||
String libPath = javaPath + fileSeparator + "lib";
|
String libPath = javaPath + fileSeparator + "lib";
|
||||||
String classPath = distPath + fileSeparator + "*" + pathSeparator +
|
String classPath = distPath + fileSeparator + "*" + pathSeparator +
|
||||||
|
Reference in New Issue
Block a user