JDeveloper's AppBuilder - Help !!!

From: Sudip Roy <sudip.roy_at_pcm.bosch.de>
Date: 1998/12/06
Message-ID: <01be2041$9f3eab00$1a0394ad_at_mico6.ban.india.bosch.com>#1/1


Hello Everyone,

We are using the Oracle JDeveloper Suite's AppBuilder to build the applets for the web.

Steps followed are

1. Created a New Applet project and added a Database Object
2. Created the QueryDataset etc etc.
3. When I run the project from the AppBuilder, it works.

   Applet comes up and Shown records.

   TO Deploy this applet on the web server,    Created the JAR file from the Deployment Wizard.    Copied the Applet1.html (applet Code is below) and the    untitled4.jar file to the same directory.    When I try to open the Applet1.html on the    Netscape Communicator Version 4.5, I get the following error    in the JAVA CONSOLE -


Netscape Communications Corporation -- Java 1.1.5 Type '?' for options.
Symantec Java! ByteCode Compiler Version 210.065 Copyright (C) 1996-97 Symantec Corporation # Verifier error package1/Applet1.jbInit()V: Cannot find class borland/jbcl/control/TextFieldControl
# Applet exception: class package1/Applet1 got a security violation: method verification error
java.lang.VerifyError: package1/Applet1
  at java.lang.ClassLoader.resolveClass(Compiled Code)

  at netscape.applet.AppletClassLoader.loadClass1(Compiled Code)
* at netscape.applet.AppletClassLoader.loadClass(Compiled Code)
  at netscape.applet.AppletClassLoader.loadClass(Compiled Code)
  at netscape.applet.DerivedAppletFrame$LoadAppletEvent.dispatch(Compiled
Code)
  at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled Code)   at java.awt.EventDispatchThread.run(Compiled Code)   at
netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(Compiled Code)

  Does anyone know why I am getting this error and what   is the solution for this ?
Thanks,
Roy.


   

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>

HTML Test Page
</TITLE>
</HEAD>
<BODY>

Applet1 will appear below in a Java enabled browser.<BR>
<APPLET

  CODEBASE = "."
  ARCHIVE  = "/web_reps/untitled4.jar"
  CODE     = "package1.Applet1.class"
  NAME     = "TestApplet"
  WIDTH    = 400
  HEIGHT   = 300
  HSPACE   = 0
  VSPACE   = 0
  ALIGN    = middle

>
</APPLET>
</BODY>
</HTML>
Received on Sun Dec 06 1998 - 00:00:00 CET

Original text of this message