I am developing an RCP Eclipse application, I will name it MyRcpApp. So, MyRcpApp will have the file MyRcpApp.ini, next to its launch MyRcpApp.exe.
Question: is it possible to get the full path to the ini file (for example, C: \ work \ MyRcpAppExported \ eclipse \ MyRcpApp.ini) from the MyRcpApp java code?
Thanks in advance, Sergey
source
share