Swing Applets,Problems when importing libraries like com.borland....

Hi

I've made a Swing Applet that imports some Borland libraries like :

import com.borland.jbcl.layout.*;

I've downloaded the latest Java plug-in but the browser

says class com.borland.jbcl.layout not found.

What must I do in general to avoid that kind of errors?

Thanks

[329 byte] By [gperdikea] at [2007-9-26 1:16:23]
# 1
Only use standard java stuff like package that start with java. and javax.Include the jar file that contains the custom packages you use on your site and add them to the archive="..." in the html file. Check if you are allowed to distibute the jar file before doing this.
DanielN at 2007-6-29 0:44:10 > top of Java-index,Archived Forums,Java Programming...
# 2
In Addition to Daniel's reply, you can probably make sure that the Borland jar files must be copied into the following directories:c:\jdk1.3\jre\lib\extc:\program files\javasoft\jre\1.3\lib\ext(or something like this)and then run the applet.Rizwan
r-javaid at 2007-6-29 0:44:10 > top of Java-index,Archived Forums,Java Programming...
# 3
Would you tell me where i can download the borland jar?thank you!
bahamut0 at 2007-6-29 0:44:10 > top of Java-index,Archived Forums,Java Programming...