Click to See Complete Forum and Search --> : help needed = borland class error


rickyt
September 29th, 1999, 01:25 PM
I've built an applet with JBuilder that works fine from the IDE but bombs when
run from an external HTML page. The error I get is a ClassNotFoundException for
borland.jbcl.layout.XYLayout.

I've tried using their deployment wizard in a couple of ways as well but it
gives me files with the same problem.

Has anybody come across this one / any ideas how to fix it?

Rick

meherss
September 30th, 1999, 01:17 PM
Yes, you have to add the borland's tools jar file as a archive to your applet. Then your problem will be solved.
Give me a shout if wanna more...

Meher

brokenwing
April 7th, 2001, 03:49 AM
I'm using JBuilder-speicifc Package: jclass.chart.* and so on
I find the corresponding jar file JBuilder3\lib\jcchart.jar

The question is:
How can I run my Application in JDK with the jar file(JBuilder3\lib\jcchart.jar)
(otherwise, when I run it using JDK, it seems lack of such package.)

that is to say: how to write the batch file ?

myapp.bat

Thank you !!!

this is broken wing!

Norm
April 7th, 2001, 09:23 AM
I'm not familiar with your IDE. But is you problem a question of accessing some classes that are in a jar file? Have you tried the java -classpath option to put that jar file on the Classpath?

Norm