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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -