Search Results

6
votes

What is the best way to get OS specific information in Java?

My docs would probably best be handled by accessing: System.getProperty("user.home"); Look up the docs on …