How to get the current home directory in a Java application
skptricks

skptricks @skptricks

About: Welcome to skptricks, I have written and developed this site so that Learner may learn computer science related technologies and various programming ...

Joined:
Jun 11, 2018

How to get the current home directory in a Java application

Publish Date: Aug 15 '19
6 0

Source : How to get the current home directory in a Java application

This tutorial explains how to get the current home directory in a Java application. You can determine the current directory your Java application is started in using System.getProperty() method and the user.home property, like this:

Click here to read more

Comments 0 total

    Add comment