Miceuz / tlc5940arduino

Automatically exported from code.google.com/p/tlc5940arduino
0 stars 0 forks source link

Exception in thread "main" java.lang.NoClassDefFoundError: AnimationCreator/java #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Arduino 0017 Mac OS X 10.6.x
2. cd 
Applications/Arduino.app/Contents/Resources/Java/hardware/libraries/Tlc5940/exam
ples/Basic
Animations/

3. java AnimationCreator.java

What is the expected output?  [created .h files for animation] What do you see 
instead?
Exception in thread "main" java.lang.NoClassDefFoundError: AnimationCreator/java
Caused by: java.lang.ClassNotFoundException: AnimationCreator.java
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399)

What version of the product are you using?
Current version 2009-05-xx
 On what operating system? Mac OS X 10.6. / Arduino 0017

Please provide any additional information below.

Original issue reported on code.google.com by philg...@gmail.com on 28 Nov 2009 at 12:50

GoogleCodeExporter commented 9 years ago
Hi, Thanks for the work on the library. Everything else works great.

Original comment by philg...@gmail.com on 28 Nov 2009 at 12:51