We have developed an Web-based application totally in Java using version
1.0.2, long back. Later we upgraded this to JDK 1.1. We have removed all
the deprecated methods and functions with new methods and functions. When
executed this application in Netscape browser by calling the class file
through the *.html file, we got the following error, in Java console.
Symantec Java! ByteCode Compiler Version 210.051
Copyright (c) 1996-97 Symantec Corporation
#Verifier error Gra.init()V: Cannot find class YesNoConnectFrame
#Applet exception: class Gra got a security violation: method verification
error
java.lang.VerifyError: Gra
where Gra and YesNoConnectFrame are the class files we are using, and we
are calling YesNoConnectFrame class from Gra.java
Can you please help me out in this, and let me know why it is giving this
error and the solution for this.
Thanks in advance,
Vamsi Kandala