Posted By:
Anonymous
Posted On:
Tuesday, April 22, 2003 09:40 PM
I have an applet and I want to view it in the browser. I have the following html code " " both the operations folder(package) and the html file are on the same level. I set the required permissions in the java policy file as well. I get the following exception Exception: java.lang.ClassCastException: operations.Add I'm able to run the class using JBuilder and I'm able to see the applet in a frame as well. There is no exception being thrown Can anyone please tell me what the problem is? thanks a lot!
More>>
I have an applet and I want to view it in the browser.
I have the following html code
"
"
both the operations folder(package) and the html file are on the same level.
I set the required permissions in the java policy file as well.
I get the following exception
Exception: java.lang.ClassCastException: operations.Add
I'm able to run the class using JBuilder and I'm able to see the applet in a frame as well. There is no exception being thrown
Can anyone please tell me what the problem is?
thanks a lot!
<<Less