-
Notifications
You must be signed in to change notification settings - Fork 110
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
JNLP file should use the complete URL as href #18
Comments
The JNLP file is created by the Information about possible parameters are here: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javapackager.html |
It doesn't seem like |
I haven't worked with the javapacker, so I have no idea how to fix this. Just realized the effect :-) Thanks, |
Same with this - since FXLauncher was not meant to run under webstart, I'll close this as well :) |
Not using the complete url as href fails, when downloading JNLP file and double click it. More and more browsers are not supporting java and webstart directly.
When double clicking the jnlp file, webstart tries to find the dependencies locally, where no fxlauncher.jar exists, when loaded from webserver.
As you have the url in the settings, you could easily add them to the JNLP file, like
<jnlp ... href="**http://javafx.ninja/smartcsv/**SmartCSV.fx.jnlp">
The text was updated successfully, but these errors were encountered: