java.io.FileNotFoundException: C:\Documents and Settings\utilisateur\freecol\freecol\options.xml (Le fichier spécifié est introuvable)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Use the relative path when providing the location of the file. Place the file in the project folder and access it according to the hierarchy. If you want to access a file outside the project folder, provide the absolute path.
Solutions on the web
via freecol by *anonymous
, 1 year agovia freecol by mybugaccount
, 2 years agovia freecol by optimusprm
, 2 years agovia freecol by cocoa1080
, 2 years agovia Google Groups by Francois Wauquier, 2 years ago
via Google Groups by Francois Wauquier, 2 years ago
java.io.FileNotFoundException: C:\Documents and Settings\utilisateur\freecol\freecol\options.xml (Le fichier spécifié est introuvable)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.
(Unknown Source) at java.io.FileReader.
(Unknown Source) at net.sf.freecol.FreeCol.getLocale(FreeCol.java:406)
at net.sf.freecol.FreeCol.main(FreeCol.java:175)