Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Converting Java Applet to Java Web Start Application

DLopezMay 15 2017 — edited May 17 2017

Hi all,

I'm using Jdev 12.2.1.2.

I have a java applet that will obtain the client ip, mac address and the printer that are installed in his machine and I have to replace it to a Java Web Start Application.

When the user runs the application, the applet is called through javascript and I invoke the specific method (getIP, getMac, getPrinterList) I want to obtain what I need.

My applet also has a main method and the only thing it does is the init and start methods.

I'm trying to convert it and consume it using my Fusion Web Application Client (JSF pages and JSFF fragments) but I can't find some explanation or a step by step on how to do what I need.

Any ideas?

thanks

Daniel

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 12 2017
Added on May 15 2017
1 comment
743 views