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_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   bugs@examples
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: bugs@examples  (Read 307 times)
Martin

122417302122417302martingomez_listsmg1ph WWW Email
bugs@examples
« on: Feb 19th, 2003, 4:54pm »

http://proce55ing.media.mit.edu/learning/examples/simulate04.html ... applet doesn't load. noclassdeffound error.
 
http://proce55ing.media.mit.edu/learning/examples/simulate02.html ... not really a bug but the first comment line repeats itself.
 
http://proce55ing.media.mit.edu/learning/examples/simulate03.html ... applet doesn't load. noclassdeffound error.
 
cheers.
 
--- java vm console mssgs ---
 
java.lang.NoClassDefFoundError: simulate04$Cell
 
 at simulate04.Block$(simulate04.java:26)
 
 at simulate04.<init>(simulate04.java:11)
 
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
 
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
 
 at java.lang.reflect.Constructor.newInstance(Unknown Source)
 
 at java.lang.Class.newInstance0(Unknown Source)
 
 at java.lang.Class.newInstance(Unknown Source)
 
 at sun.applet.AppletPanel.createApplet(Unknown Source)
 
 at sun.plugin.AppletViewer.createApplet(Unknown Source)
 
 at sun.applet.AppletPanel.runLoader(Unknown Source)
 
 at sun.applet.AppletPanel.run(Unknown Source)
 
 at java.lang.Thread.run(Unknown Source)
 
java.lang.NoClassDefFoundError: simulate03$Cell
 
 at simulate03.Block$(simulate03.java:27)
 
 at simulate03.<init>(simulate03.java:11)
 
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
 
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
 
 at java.lang.reflect.Constructor.newInstance(Unknown Source)
 
 at java.lang.Class.newInstance0(Unknown Source)
 
 at java.lang.Class.newInstance(Unknown Source)
 
 at sun.applet.AppletPanel.createApplet(Unknown Source)
 
 at sun.plugin.AppletViewer.createApplet(Unknown Source)
 
 at sun.applet.AppletPanel.runLoader(Unknown Source)
 
 at sun.applet.AppletPanel.run(Unknown Source)
 
 at java.lang.Thread.run(Unknown Source)
 
« Last Edit: Feb 19th, 2003, 5:04pm by Martin »  
REAS

WWW
Re: bugs@examples
« Reply #1 on: Feb 19th, 2003, 6:59pm »

I made some updates. Please tell me if the issues are fixed.
 
Martin

122417302122417302martingomez_listsmg1ph WWW Email
Re: bugs@examples
« Reply #2 on: Feb 20th, 2003, 2:08pm »

sim04 and sim03 loads... one question. when i click on the applet twice, all i see is a point. is this intended?
 
REAS

WWW
Re: bugs@examples
« Reply #3 on: Feb 20th, 2003, 4:52pm »

another bug there, i've fixed too.
 
_martin
Guest
Email
Re: bugs@examples
« Reply #4 on: Feb 21st, 2003, 4:01am »

noted. thanks casey.
 
Pages: 1 

« Previous topic | Next topic »