< I don't know if put jbcl2.0.jar or jbcl2.0-src.zip in my web server.>

You have to know, or you better find out.
First the applet's html tag must be set to a codebase that points to that
*.jar or *.zip or the *.jar /*.zip must be in the same directory that the
html page was servered up from(ie. codebase not specified in applets's tag).

Second check the *.jar or *.zip and verify that the classes you are using
are actually in them.

Cheers
Chris.

Carlos Alberto Roman Zamitiz wrote:

> I wrote a project on JBuilder2.0 (windows), but my web server is a linux
> box. I put my *class, *html in my web server. I used some jbuilder's
> classes (GridView, GridControl, and more)
>
> I don't know if put jbcl2.0.jar or jbcl2.0-src.zip in my web server.
> I got the following:
>
> # Verifier error proy3/Applet1.jbInit()V: Cannot find class
> borland/jbcl/view/GridView
> # Applet exception: class proy3/Applet1 got a security violation: method
> verification error
> java.lang.VerifyError: proy3/Applet1
>
> Thanks!
> Carlos Alberto Roman Zamitiz
> Departamento de Ingenieria en Computacion, Facultad de Ingenieria UNAM
> [EMAIL PROTECTED]

Reply via email to