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

Add support for -Xnosplash #72

Closed
akuhtz opened this issue Nov 11, 2019 · 2 comments
Closed

Add support for -Xnosplash #72

akuhtz opened this issue Nov 11, 2019 · 2 comments

Comments

@akuhtz
Copy link

akuhtz commented Nov 11, 2019

It would be nice to have support for the -Xnosplash option in OpenWebStart from here: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javaws.html

See also AdoptOpenJDK/IcedTea-Web#420

@akuhtz
Copy link
Author

akuhtz commented Nov 12, 2019

Update:
javaws -Xnosplash -jnlp http://localhost:8080/webstart/foo.jnlp
while
javaws -Xnosplash http://localhost:8080/webstart/foo.jnlp
fails.

In the itw-javantx-...log I see that the args -verbose, -jnlp are added before the -Xnosplash
and it seems that the -jnlp at this location causes the error.

ITW Boot called with custom OwsJvmLauncher and args [-verbose, -jnlp, -Xnosplash, -jnlp, http://localhost:8080/webstart/foo.jnlp].

@sclassen
Copy link
Member

fixed with OWS 1.1

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