Click to See Complete Forum and Search --> : OS Enviroment variables


Dijkstra
07-19-2005, 05:07 AM
If does exist any way of obtaining OS system enviroment variables
from java code. I spent two hours in seaching any java code.
I have to find pure java solution.
thanks...

agent_x91
07-21-2005, 05:20 PM
Um no offence but that's pretty poorly worded. What exactly are you trying to do? If you're trying to use java to find out details about the OS the user is running, you can use System.getProperty(int). It may cause a SecurityException in an applet though