3
I would like to get the name of . jar that is running.
The . jar will have dynamic names, modified as some hash, and I would like when executed, the same to identify its own file name.
The user.dir of System.getProperty brings me the path where it is, more as the name will be constantly modified, I would like when run, the same identify your new name.
That’s just what I needed. Thank you.
– Kelvin Stang Oenning