Skip to content
Snippets Groups Projects
Unverified Commit 3d2b7b70 authored by eugene7646's avatar eugene7646 Committed by GitHub
Browse files

Merge pull request #7773 from gdicristofaro/8503-pascoFix

8503 add-export for pasco
parents 9c347993 f1def9cd
No related branches found
No related tags found
No related merge requests found
...@@ -413,6 +413,7 @@ private boolean executePasco(String indexFilePath, String outputFileName, String ...@@ -413,6 +413,7 @@ private boolean executePasco(String indexFilePath, String outputFileName, String
logger.log(Level.INFO, "Writing pasco results to: {0}", outputFileFullPath); //NON-NLS logger.log(Level.INFO, "Writing pasco results to: {0}", outputFileFullPath); //NON-NLS
List<String> commandLine = new ArrayList<>(); List<String> commandLine = new ArrayList<>();
commandLine.add(JAVA_PATH); commandLine.add(JAVA_PATH);
commandLine.add("--add-exports=java.xml/com.sun.org.apache.xalan.internal.xsltc.dom=ALL-UNNAMED");
commandLine.add("-cp"); //NON-NLS commandLine.add("-cp"); //NON-NLS
commandLine.add(PASCO_LIB_PATH); commandLine.add(PASCO_LIB_PATH);
commandLine.add("isi.pasco2.Main"); //NON-NLS commandLine.add("isi.pasco2.Main"); //NON-NLS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment