Deploying an Applet as a WAR File

By default, you can run and debug web application components including applets in JDeveloper's embedded OC4J server before deploying the resulting WAR or EAR file to the target application server.

To deploy an applet as a WAR file:

  1. If not already done, package the applet for deployment.

  2. If not already done, create an application server connection.

  3. In the Navigator, right-click the deployment profile and select one of the deployment options:

Note: If you encounter problems when deploying a Swing applet (JApplet), for example, the error "Class not found" is displayed, this may indicate that JDeveloper cannot locate the Swing libraries. You may need to force your clients to use Sun's J2SE browser plugin or bundle the Swing libraries for JVMs version 1.1 with your applet.


Related topics

About J2EE Deployment
About J2EE Archive Formats
Packaging J2EE Applications
Deploying J2EE Applications
Deploying Applications to J2EE Application Servers

 

Copyright © 1997, 2004, Oracle. All rights reserved.