Is there a way for java program to determine its location in the file system?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use
This returns the exact location of the Update: as per the comments, it's apparently already in the classpath. You can then just use
You can even get it as an
That's also the normal way of using packaged resources. If it's located inside a package, then use for example |
|||||||||||||
|
|
if you want to get the "working directory" for the currently running program, then just use:
|
|||||
|