As I was trying to build a prototype app using the integration Eclipse RCP and Java Web Start, I encounterd a weird and persistent error:
After spending hours after hours to fix Eclipse RCP configuration for Java Web Start, fixing all the bugs with jnlp files, I finally got into the alert to run the app. And I exictely to hit enter and waited, and waited...! nothing show up!...
here is the command that saved my life!
javaws -viewer
Note: for some reason if that command is not working on your machines, try this one:
javaws url (i.e: http://localhost:8080/demo/start.jnlp)
No comments:
Post a Comment