Problems with export application

edited September 2015 in Using Processing

Hello,

I searched on the web, but probably not enough, because I couldn't find anything.

I have a problem while I export an application. If I click on export application and say he must export it for Windows, it works fine. If I try to export it for Linux, it alse works fine. But if I try to export it to mac os, I get the following error:

java.io.FileNotFoundException: C:\Users\Daan Gordijn\Downloads\processing-2.2.1\java..........\MacOS\Processing (Het systeem kan het opgegeven pad niet vinden) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(Unknown Source) at processing.app.Base.copyFile(Base.java:2698) at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:1233) at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:1135) at processing.mode.java.JavaMode.handleExportApplication(JavaMode.java:166) at processing.mode.java.JavaEditor.exportApplicationPrompt(JavaEditor.java:564) at processing.mode.java.JavaEditor.handleExportApplication(JavaEditor.java:239) at processing.mode.java.JavaToolbar.handlePressed(JavaToolbar.java:122) at processing.app.EditorToolbar.mousePressed(EditorToolbar.java:474) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)

Some technical facts: - I use processing 2.0 (3.0 doesn't works on my pc) - I does NOT use any libary - The location of the sketch is Documents > Processing > Libaries (I don't know why I saved it there) - I use Windows 8.1

Can anyone help me?

Regards, Daan

Tagged:

Answers

  • Sorry, but I'm dutch. The text insecond line of the error message (Het systeem kan het opgegeven pad niet vinden), means that the system couldn't find the provided path

    Regards Daan

  • An update...

    Since I added some code to the sketch, the export application dor windows does not work either. He says Error During Export.

    Does anyone know how to fix this?

    Regards, Daan

  • Does anyone know how to fix this?

Sign In or Register to comment.