-
Notifications
You must be signed in to change notification settings - Fork 7
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
Doesn't Open! #37
Labels
Comments
Working on it |
This bug exists since 0.8.0, which is the first version when Utilities was external |
Utilities is not included in the JAR file, and so is not included in the class path. Running: java -cp path/to/CityManagement-0.8.1.jar:path/to/Utilities-1.4.0.jar com.samgauck.CityManagement.Main will work |
If the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug:
When I tried to run the file, it didn't work because there was a
NoClassDefFoundError
To Reproduce:
java -jar CityManagement-0.8.1.jar
Expected behavior:
The game should have started
Screenshots:
Desktop (please complete the following information):
Stack trace:
Additional context:
It happened as soon as I tried to start it.
The text was updated successfully, but these errors were encountered: