PHP Environment variable

peter123

New Member
I am using PHP Java Bridgeon a windows and linux server. Now I want to modify the CLASSPATH. When I do a phpinfo(), I see a CLASSPATH under environment variables section and when I output the \[code\]java.lang.system\[/code\] properties there is a property called \[code\]java.class.path\[/code\].First of all what is the difference between the two? How do I modify both of them? Can they be modified programatically ?
 
Back
Top