Hi,
I've written a java application using JDK 1.1. It works properly in Windows version of both IE and Netscape. It also works properly in Mac version of IE. But when i try
loading this application using Netscape 4.5 in Mac, I have a security exception. And this is what i could see in the Java console of Netscape:
<Strong>
Netscape Communications Corporation -- Java 1.1.5
Symantec Java! ByteCode Compiler Copyright(C) 1996-97
Symantec Corporation
# Verifier error MyApplet.<init>()V: Cannot find class MyCanvas
</Strong>
Here MyApplet and MyCanvas are my own classes of my java application.
Thanks [sig][/sig]
I've written a java application using JDK 1.1. It works properly in Windows version of both IE and Netscape. It also works properly in Mac version of IE. But when i try
loading this application using Netscape 4.5 in Mac, I have a security exception. And this is what i could see in the Java console of Netscape:
<Strong>
Netscape Communications Corporation -- Java 1.1.5
Symantec Java! ByteCode Compiler Copyright(C) 1996-97
Symantec Corporation
# Verifier error MyApplet.<init>()V: Cannot find class MyCanvas
</Strong>
Here MyApplet and MyCanvas are my own classes of my java application.
Thanks [sig][/sig]