public class Example { public static void main(String[] args) { System.out.println("Home directory: " + System.getProperty("user.home")); } }