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

Resources broken in deployed JAR #14

Closed
joffrey-bion opened this issue Feb 8, 2016 · 1 comment
Closed

Resources broken in deployed JAR #14

joffrey-bion opened this issue Feb 8, 2016 · 1 comment

Comments

@joffrey-bion
Copy link
Owner

The program starts with an exception because of absolute resource paths.
It works in the IDE but not when executing the JAR:

http://stackoverflow.com/questions/24841062/javafx-resource-cannot-be-loaded-when-running-from-jar

@joffrey-bion
Copy link
Owner Author

Fixed in commit f3b75ac

joffrey-bion pushed a commit that referenced this issue Feb 8, 2016
When running from a Jar, relative resource paths are not supported for some reason, which led to excpetions at startup.
http://stackoverflow.com/questions/24841062/javafx-resource-cannot-be-loaded-when-running-from-jar

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

No branches or pull requests

1 participant