We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Problem Exporting to Application since 1.0
Page Index Toggle Pages: 1
Problem Exporting to Application since 1.0 (Read 216 times)
Problem Exporting to Application since 1.0
Dec 1st, 2008, 5:25pm
 
I can run from Processing fine, and export the applet fine, but exporting to an application gives me the following error.  Any ideas?  Thanks, Justin

java.lang.NullPointerException
at processing.app.Sketch.packClassPathIntoZipFileRecursive(Sketch.java:2652)
at processing.app.Sketch.packClassPathIntoZipFileRecursive(Sketch.java:2661)
at processing.app.Sketch.packClassPathIntoZipFile(Sketch.java:2635)
at processing.app.Sketch.exportApplication(Sketch.java:2289)
at processing.app.Sketch.exportApplication(Sketch.java:2098)
at processing.app.Sketch.exportApplicationPrompt(Sketch.java:2082)
at processing.app.Editor$46.run(Editor.java:1998)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269
)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174
)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Re: Problem Exporting to Application since 1.0
Reply #1 - Dec 1st, 2008, 5:46pm
 
please file a bug report for that and don't forget to note the system you're running.

http://dev.processing.org/bugs/

thanks
F
Page Index Toggle Pages: 1