for future debugging in here
This commit is contained in:
@@ -92,7 +92,9 @@ public class ReloadingJVM {
|
||||
System.out.println("java.home="+System.getProperty("java.home"));
|
||||
}
|
||||
process = Runtime.getRuntime().exec(
|
||||
System.getProperty("java.home")+"/bin/java -noverify -javaagent:" + agentJarLocation + " -cp " + javaclasspath + " " + AGENT_OPTION_STRING +
|
||||
// "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home"+
|
||||
System.getProperty("java.home")+
|
||||
"/bin/java -noverify -javaagent:" + agentJarLocation + " -cp " + javaclasspath + " " + AGENT_OPTION_STRING +
|
||||
" "+OPTS+" "
|
||||
+ ReloadingJVMCommandProcess.class.getName(), new String[] { OPTS });
|
||||
writer = new DataOutputStream(process.getOutputStream());
|
||||
|
||||
Reference in New Issue
Block a user