Bug 375 : NoClassDefFoundError: processing/core/PApplet when launching Processing 0115 on Mac OS X
Last modified: 2007-02-03 09:38




Status:
RESOLVED
Resolution:
INVALID -
Priority:
P2
Severity:
normal

 

Reporter:
lau
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-07-17 19:45
i figured i'd put this here instead of in the forums, hope i was right to.
i have just downloaded processing and when i try to run the program, it
just quits. here is what i get in my console (which i have no idea how to
decipher):

[LaunchRunner Error] processing.app.Base.main(String[]) threw an exception:
java.lang.NoClassDefFoundError: processing/core/PApplet
at processing.app.Base.main(Base.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at
apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

i have downloaded the most recent version of processing (as of today) ..
and am running on a imac with osx 10.4.7

thanks!
Additional Comment #1 From fry 2006-07-20 11:59
that looks like your installation is bad. possible causes would be 1) you
didn't copy processing to the applications folder and are running it from
the dmg file 2) you're using a pre-release version of java on your mac 3)
something else i can't think of offhand...