java.io.FileNotFoundException: user.xml
Status: Pre-Alpha
Brought to you by:
javajedi
When I run the following:
java -classpath . -jar imjay-0.3.1.jar
I get the following error:
java.io.FileNotFoundException: user.xml (The system
cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>
(FileInputStream.java:64)
at java.io.FileReader.<init>
(FileReader.java:38)
at org.imjay.FileSystemUserRegistry.loadUser
(FileSystemUserRegistry.java:39)
at org.imjay.Chat.initUser(Chat.java:121)
at org.imjay.Chat.main(Chat.java:62)
user.xml doesn't even exist in the imjay directory.
What should I do to fix this?
Logged In: YES
user_id=465145
probly run the config first.