java - How to retrieve the eclipse launch location? -


i need access eclipse.ini file . since location of eclipse.ini same location of eclipse.exe , there way access location through java code ?

you can eclipse install directory location in plugin with:

location location = platform.getinstalllocation();  url locationurl = location.geturl(); 

the eclipse.ini should in directory.


Comments

Popular posts from this blog

Google sheets equipment borrowing system -

Meteor Users collection vs additional collection -

javascript - Filter Radio Elements -