The program work fine in eclipse, and I want to make it into an executable, so the user can just click on the exe file. But first i have to make it into a .jar. But it would not run in the .jar file, i try it in the terminal and it gives me this error, im not sure what the errors are because the program runs fine in eclipse.
the errors are
C:\User\Mondi\Desktop\exe>java -jar RunGUI.jar
java.io.FileNotFoundException: airport.txt <??????????>
at java.io.FileInputStream.open<Native Method>
at java.io.FileInputStrem.<init><unknown source>
at java.util.scanner.<init><unknown source>
at dijkstra.FileProcess.loadtegMap<FileProcess.java:51>
at dijkstra.RunGUI.main<RunGUI.java:13>