Home Posts Topics Members FAQ
Join Bytes to post your question to a community of 471,852 software developers and data experts.
Take a look at the methods under the File class.
Read the API specs for the System.getProperties method to find out what's available.
Have a look at one of the System.getEnv() methods. kind regards, Jos
System.getenv(); its a depricated method
They only brought it in after great demand in version 1.5. You need other glasses. Jos
Iam using version 1.5
Hurray, so there's your solution. Jos
How about having a look at "getAbsolutePath()" and "getCanonicalPath()" methods of File class? The Java Doc of the methods are below. http://java.sun.com/j2se/1.5.0/docs/...AbsolutePath() http://java.sun.com/j2se/1.5.0/docs/...anonicalPath()
Sign in to post your reply or Sign up for a free account.
By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.
To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.