instead of setting the system property in the command line when i run the program using -Dproc.java.home=JAVA_HOME<br /><br />i setting it in my bean using<br />System.setProperty("proc.java.home",System.getProperty("java.home"));<br /><br />but now when...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
http://forums.hyperic.com/jiveforums/thread.jspa?messageID=18011&tstart=0#18011
instead of setting the system property in the command line when i run the program using -Dproc.java.home=JAVA_HOME<br /><br />i setting it in my bean using<br />System.setProperty("proc.java.home",System.getProperty("java.home"));<br /><br />but now when...