Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFound exception: settings/info.txt (No such file or directory) #27

Open
dtaillard opened this issue Aug 8, 2015 · 2 comments
Open

Comments

@dtaillard
Copy link

When I run Timeline.jar with $ java -jar Timeline.jar, a FileNotFound exception is thrown because settings/info.txt does not exist. My system is running linux, and my java version is "1.8.0_51". I am using Timeflow version 0.5.

java.io.FileNotFoundException: settings/info.txt (No such file or directory)
        at java.io.FileInputStream.open0(Native Method)
        at java.io.FileInputStream.open(FileInputStream.java:195)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at java.io.FileInputStream.<init>(FileInputStream.java:93)
        at java.io.FileReader.<init>(FileReader.java:58)
        at timeflow.util.IO.lines(IO.java:12)
        at timeflow.app.AppState.<init>(AppState.java:17)
        at timeflow.app.TimeflowApp.<init>(TimeflowApp.java:35)
        at timeflow.app.TimeflowAppLauncher.main(TimeflowAppLauncher.java:25)
@beginneer
Copy link

did you solve it ?

@dtaillard
Copy link
Author

@beginneer There is no "settings/info.txt" file included anywhere in the ZIP file that I downloaded, so I can't fix it. I could create the file myself, but I don't know what the contents of the file should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants