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

JavaFX preloader support #39

Open
danielferber opened this issue Mar 14, 2017 · 2 comments
Open

JavaFX preloader support #39

danielferber opened this issue Mar 14, 2017 · 2 comments

Comments

@danielferber
Copy link

I am wondering if it is possible create a JNLP file that specifies the JavaFX preloader class as described in http://docs.oracle.com/javafx/2/deployment/preloaders.htm#BABJDJDJ.

If I understand the specification corretly, the relevant JNLP entries are:
<jar href="lib/MyPreloader.jar" size="2801" **download="progress"** />
And:
<jfx:javafx-desc main-class="com.example.MyMainClass" **preloader-class="com.example.MyPreloaderClass"**/>
It is supposed that MyPreloader.jar contains com.example.MyPreloaderClass

I was able to generate a custom jfx:javafx-desc instead of default application-desc.
But I could not figure out how to add download="progress" to the jar entry.

@tschulte
Copy link
Owner

Thank you for your question. I am rather busy at the moment. I will have a look at it next week.

@mohlek
Copy link

mohlek commented Feb 21, 2018

Any progress on this one?

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

3 participants