| Author |
HTML/Post java.lang.classcastexception
|
Cole Ragland
Greenhorn
Joined: Jul 08, 2005
Posts: 1
|
|
Recieving classcastexception with following applet source. This works on command line (java -cp . myclass.class and desktop (batch file). Any help would be appreciated. Cole Ragland [EJFH: Added CODE tags ] [ July 08, 2005: Message edited by: Ernest Friedman-Hill ]
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
Hi, Welcome to JavaRanch! Well, this is an awful lot of code to digest; you could make things loads easier on us by letting us know which line the stack trace points to, and also telling us the message from the ClassCastException -- it tells you the actual class of the miscast object. I don't actually see any casts here, although there's so much code I may have missed one. Finally, I'm assuming you know this is only going to work in a digitally signed applet with a properly configured security policy -- all this file access and factory-setting is forbidden otherwise (unless you're loading it locally using appletviewer.)
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: HTML/Post java.lang.classcastexception
|
|
|