Page 1 of 1

Exiting Boot.mainWithReturnCode() with 0?

Posted: 07 Nov 2024, 16:56
by retostauss
I am using OpenWebstart 1.10.1 and trying to open a JNLP. The splash screen appears und aborts suddenly.

The only thing which might point to a problem is this line in the log:

[ITW-CORE][2024-11-07 16:47:56.133 MEZ][DEBUG][net.sourceforge.jnlp.runtime.Boot] Exiting Boot.mainWithReturnCode() with 0

Any hints what the problem might be? Thanks in advance.

Re: Exiting Boot.mainWithReturnCode() with 0?

Posted: 08 Nov 2024, 06:29
by Janak Mulani
> Description: Oracle Forms Services applet launcher.
> Launching Applet

OWS does not support applets. Please migrate your application to a standalone Java application that can be specified as application in the jnlp file.

Re: Exiting Boot.mainWithReturnCode() with 0?

Posted: 08 Nov 2024, 13:30
by retostauss
Ok, thanks for the explanation