Open Web Start launched when running ITW

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
demonSlayer
Posts: 3
Joined: 30 Oct 2020, 17:29

Open Web Start launched when running ITW

Post by demonSlayer »

Hi,
My system has both ice tea web and Open Web Start , I am launching my application form command line by specifying path for ITW (its a JNLP file) but it launches Open Web start by default even when its configured for jnlpx files.
Even when running ITW manually it launches OWS

Can you suggest a way to use both simultaneously.

Thanks

Janak Mulani
Posts: 726
Joined: 24 Mar 2020, 13:37

Re: Open Web Start launched when running ITW

Post by Janak Mulani »

What is your Operating System?

You say that you are starting your jnlp with ITW from commanline. Are you starting as follows?

Code: Select all

javaws.bat somejnlpfile.jnlp
This should start ITW and not OWS.

You say that you have registered .jnlpx with OWS. This is effective when starting a jnlp file with dbl-click or starting it after download in browser. This registration does not affect starting from commandline.

Post Reply