This commit is contained in:
vjurenka 2016-02-28 19:28:57 +01:00
parent ec897ce8f3
commit 4bd6ae5f5e

View file

@ -49,7 +49,7 @@ public class HeaderMaker {
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }
command = "javah -d " + outputDir +" -classpath " + clpath.toString() + prepareClassList(javaRoot, clpath); /*command = "javah -d " + outputDir +" -classpath " + clpath.toString() + prepareClassList(javaRoot, clpath);
try { try {
Process process = Runtime.getRuntime().exec(command); Process process = Runtime.getRuntime().exec(command);
//process.getErrorStream() //process.getErrorStream()
@ -60,7 +60,7 @@ public class HeaderMaker {
} }
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} } */
} }
} }