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