Hi,
On Windows :
For a Non-UI app, how to get the application "app.jar" directory, specially when you call it from another directory
Example calling CreateShareIO.jar from parent dir, the arguments "H" ouputs File.DirApp
Java -cp Objects\CreateShareIO.jar io.create.main "H"
I get D:\b4j\IAUDITOR
I would like to get :
D:\b4j\IAUDITOR\Objects
Thanks
On Windows :
For a Non-UI app, how to get the application "app.jar" directory, specially when you call it from another directory
Example calling CreateShareIO.jar from parent dir, the arguments "H" ouputs File.DirApp
Java -cp Objects\CreateShareIO.jar io.create.main "H"
I get D:\b4j\IAUDITOR
I would like to get :
D:\b4j\IAUDITOR\Objects
Thanks