Hi there!
I am developing an Eclipse RCP application, lets call it MyRcpApp. So, MyRcpApp will have MyRcpApp.ini file, near its launcher MyRcpApp.exe.
Question: is it possible to get full path to ini file (like C:\work\MyRcpAppExported\eclipse\MyRcpApp.ini) from inside java code of MyRcpApp?
Thanks in advance, Sergey