aspose file tools
The moose likes Applets and the fly likes Launch an application via an Applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Launch an application via an Applet" Watch "Launch an application via an Applet" New topic
Author

Launch an application via an Applet

fethi makhlouf
Ranch Hand

Joined: Feb 16, 2004
Posts: 50
Hello,
I have a client/server java Application, as a .jar file, that the users use to launch directly!
Now i wanna perform that, by making it starting via an Applet!
My Question is : Can we make the applet launching that application in the same manner we do when we call a Servlet from an Applet?
Regards!


SCJP 1.4
Damanjit Kaur
Ranch Hand

Joined: Oct 18, 2004
Posts: 346
Hi,

Applet can't execute any application that resides on client machine. they have access to server side only.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Launch an application via an Applet
 
Similar Threads
Monitoring process from applet
ProJavaFX examples
How to use swings with applet
dynamic jnlp missing application-desc tag in jsp
Tomcat and libraries