PDA

View Full Version : Current directory help


debeginin
07-24-2009, 10:46 AM
Please house,how do I get the current directory my JVM is running in,on my system?

Fou-Lu
07-24-2009, 08:35 PM
System.getProperty("user.dir"); I believe is how you grab the cwd.