|
-
September 29th, 1999, 01:25 PM
#1
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
-
September 30th, 1999, 01:17 PM
#2
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
-
April 7th, 2001, 03:49 AM
#3
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!
-
April 7th, 2001, 09:23 AM
#4
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
Norm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|