FileNotFoundException on defalult project
Brought to you by:
max_br
New installation produces exception at the first run on Linux.
java.io.FileNotFoundException: xml\Example_switch.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileReader.<init>(FileReader.java:55)
at org.netsimulator.gui.ProjectXMLLoader.setSourceFile(ProjectXMLLoader.java:99)
at org.netsimulator.gui.MainFrame.openFile(MainFrame.java:501)
at org.netsimulator.gui.MainFrame.<init>(MainFrame.java:313)
at org.netsimulator.netsimulator.main(netsimulator.java:41)