Hi, I'm spending too much time on a stupid problem. I need to retrive the
application path: this is where my .jar/.class program is saved on the disk.
Someone in this forum suggests to use
System.getProperty("user.dir")
but please note that this retrive the
current working directory and not the application path!
In other words, I'm looking for an equivalent of Visual Basic
App.Path.
Many thanks!