Debugging OWS

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
cyclops
Posts: 2
Joined: 19 May 2021, 18:17

Debugging OWS

Post by cyclops »

Hi all,

Is there a way to debug OWS instead of just debugging the java code itself? I'm working with a few java 3D apps that don't work through OWS, but work through the oracle Java Web Start and I'm trying to see exactly where/why it fails. Any help would be appreciated.

Thanks!

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

Re: Debugging OWS

Post by Janak Mulani »

Yes you can debug OWS and ITW.

Please see https://openwebstart.com/docs/OWSGuide. ... _debugging. You can set breakpoint in Boot.main which starts processing the jnlp and starts the App.

You can specify -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005 in javaws.vmoptions in OWS installation directory to be able to debug OpenwebStartLauncher which is invoked when by the command javaws.

Post Reply