FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   castclassexception
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: castclassexception  (Read 244 times)
nyubee

nyubeee WWW
castclassexception
« on: Nov 1st, 2003, 1:56am »

i am trying to use java and processing but i keep getting this error and it doesn't tell me anything helpful. what does it mean and how can i go about fixing it?
 
REAS


WWW
Re: castclassexception
« Reply #1 on: Nov 1st, 2003, 3:29am »

It's much easier for people to help you if you include the code. It's even easier if you include the minimal code that causes the error.
 
fry


WWW
Re: castclassexception
« Reply #2 on: Nov 3rd, 2003, 6:22pm »

this often shows up if you use non java-1.1 features in an applet.  
 
i.e. "final int" instead of "static final int" or trying to use "final" inside of a method body. see the note about 1.1-specific code in bugs.txt.
 
Pages: 1 

« Previous topic | Next topic »