help needed = borland class error
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
Re: help needed = borland class error
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
Re: help needed = borland class error
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!
Re: help needed = borland class error
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