Is it possible to run Oracle Forms without applet?

How do you run a java applet from another java application? (two classes)?

  • Basically say if my applet is named 'Applet' and in my application (I'm using it as a menu) after you click the button it will get rid of the menu and go on to the applet. I've done this before for Application -> Application but when I go Application -> Applet, the applet doesn't run. public void actionPerformed(ActionEvent e) { dispose(); new Applet(); } It disposes that class but doesn't open the applet ^^

  • Answer:

    I don't know how you could call the appletviewer from code, but you can open a new application with: Process webBrowser=Runtime.getRuntime().exec("Yo… The HTML file has to have the applet tags set up. You could also change the String to call "appletviewer yourapplet"

Robert at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.