new File("config.ini");
1. When used via eclipse, the correct file is found in the root of the project.
2. When used via a runnable jar, it looks in C:\users\ME\config.ini
How do I make it look at the file outside of the jar?
New Folder:
- program.jar
- config.ini