Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> WEB SERVER 3.0 & FORMS 2.0

WEB SERVER 3.0 & FORMS 2.0

From: Hamid Moinamin <Hamid_at_virginia.edu>
Date: 1998/02/19
Message-ID: <34ECBF57.B52ED70B@virginia.edu>#1/1

I am trying to setup Developer/2000 to work with the oracle Web Application Server 3.0. I am on an NT 4.0 enviroment. I can't seem to get a Form's generated file (.fmx) to run using the applet. When I installed Developer/2000 it DID NOT installed the forms listiner and other .class files. I had to manually copy them from the CD to my HD. When I run the following html file:

<APPLET CODEBASE="/web_code/"

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

<PARAM NAME="serverArgs" VALUE="module=C:\web_forms\form1.fmx">

<PARAM NAME="serverApp" VALUE="default">

</APPLET>

I get an error saying can't run:
oracle.forms.uiClient.v1_4.engine.Main

Hamid Moinamin
hamid_at_virginia.edu Received on Thu Feb 19 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US