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 -> java.lang.NoClassDefFoundError with Dev 2000 1.5 and webserver 3.0

java.lang.NoClassDefFoundError with Dev 2000 1.5 and webserver 3.0

From: <orasoft_at_hotmail.com>
Date: 1998/06/28
Message-ID: <6n6eie$27o$1@nnrp1.dejanews.com>#1/1

Hi,

    I am trying to use Developer 2000 1.5 with Oracle Webserver 3.0. I am trying to run start.html which is provided as a demo. I also tried to use my own html with my own .fmx. But I keep getting the following error.

AppAccelerator(tm) 1.0.2a for Java, x86 version. Copyright (c) 1996 Borland International. All Rights Reserved. # Applet exception: java.lang.NoClassDefFoundError java.lang.NoClassDefFoundError

  at oracle.forms.uiClient.v1_4.engine.Runform.initFontTable(Runform.java:855)
  at oracle.forms.uiClient.v1_4.engine.Runform.startRunform(Runform.java:516)
  at oracle.forms.uiClient.v1_4.engine.Runform.run(Compiled Code)
  at java.lang.Thread.run(Compiled Code)
  1. I have defined /web_code/, /web_html/ and /web_jar/ for the appropriate listener. 2. Do I need to define a class with the same name as my application ? 3. I try to run the start.html from netscape with the following command http://machine_name.domain.com:80/ Since the config file contains start.html as the Initialfile, it does attempt to run the start.file. 4. /web_code/ only points to C:\ORAWIN45\FORMS45\JAVA\ 5. /web_jar/ also points to the above dir. I refer to f45all.jar and f45web.jar in my html file. 6. I also defined a CLASSPATH to point to C:\ORAWIN\JDK1.1\JDK\CLASSES.ZIP

Could anyone tell me, if I am missing something. Thanks a lot.

a_c kumar

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Sun Jun 28 1998 - 00:00:00 CDT

Original text of this message

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