Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Web Start in Chrome or command line require java plugin ?

stephane_parenteauFeb 1 2017 — edited Feb 3 2017

Hi,

I have JRE 8U121 with the "Enable java content in the browser" checkbox disabled in the Controlpanel/Java.


I use Chrome Version 56.0.2924.76 (no plugins).

I execute the out-of-the-box Java Web Start with this :
http://localhost:9001/forms/frmservlet?config=webstart
or
jnlp://localhost:9001/forms/frmservlet?config=webstart

Chrome ask me to choose a program to execute this url. I choose javaws.exe.

The execution display this alert (I translated in english) :

This application could not be downloaded because Java is deactivated via web. You can activate Java on this system with the Java Control Panel.

I execute the Java Web Start via a command line :
javaws http://localhost:9001/forms/frmservlet?config=webstart
or
javaws jnlp://localhost:9001/forms/frmservlet?config=webstart

The execution display the same alert.

In the Controlpanel/Java I enable the checkbox "Enable java content in the browser".

I execute via Chrome and it runs successfully. I execute via a command line and it runs successfully.

Does the Java Web Start require the Java plugin enabled ?

Thanks a lot.

This post has been answered by Michael Ferrante-Oracle on Feb 2 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 3 2017
Added on Feb 1 2017
5 comments
1,776 views