Oracle Forms -> Java Applet

From: <daehyunb_at_hotmail.com>
Date: Wed, 29 Apr 1998 09:03:50 -0600
Message-ID: <6i7c06$h9k$1_at_nnrp1.dejanews.com>



We are trying to convert an application in Oracle Forms into Java applets to view them via web browser. We are using Oracle Developer2000 v1.5.1 for Solaris, Oracle Web Application Server v3.0 for Solaris and Netscape Communicator v4.04. When we try to view the form via communicator on Windows95, we get the following error message in microhelp bar:

Applet oracle.forms.uiClient.v1_4.engine.Main Error: java.lang.ClassFormatError: Class already loaded.

I can't figure out why this is happening or find a solution for it. The form runs fine in Developer2000 for Solaris. Can someone enlighten me a little? Thanks in advance and here is the code that calls the applet.

<HTML>
<BODY><BR><H1> I AM HERE!!!!!</H1>
<BR>
<P>
<APPLET CODEBASE="/web_code/"

  CODE="oracle.forms.uiClient.v1_4.engine.Main"   ARCHIVE="/web_jars/f45web.jar"
  HEIGHT=20
  WIDTH=20>
<PARAM NAME="serverport" VALUE="9000">
<PARAM NAME="serverArgs"

 VALUE="module=/u3/www/englink/forms/execsum.fmx   userid=orauser/orapass_at_englink">
</APPLET>
</BODY>
</HTML>

-Daehyun

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed Apr 29 1998 - 17:03:50 CEST

Original text of this message