Exported application won't work on mac os x

edited December 2016 in Using Processing

hi guys. newbie here. i made a random slideshow program but i can't seem to export a working application. I get this on my screen after exporting. anyone familiar with this problem? can't seem to search thru the forums. would appreciate any help! thank you.

java.io.IOException: The following files could not be trashed: [/Users/corinnedesanjose1/Downloads/sketchoriginal/application.macosx (FSRef: -43)] at com.sun.jna.platform.mac.MacFileUtils.moveToTrash(MacFileUtils.java:83) at processing.app.Platform.deleteFile(Platform.java:373) at processing.app.Mode.prepareExportFolder(Mode.java:1012) at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:755) at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:720) at processing.mode.java.JavaMode.handleExportApplication(JavaMode.java:248) at processing.mode.java.JavaEditor.exportApplicationPrompt(JavaEditor.java:943) at processing.mode.java.JavaEditor.handleExportApplication(JavaEditor.java:573) at processing.mode.java.JavaEditor$3.actionPerformed(JavaEditor.java:196) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.AbstractButton.doClick(AbstractButton.java:376) at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:125) at java.awt.MenuItem.processActionEvent(MenuItem.java:669) at java.awt.MenuItem.processEvent(MenuItem.java:628) at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:351) at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:339) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:761) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.awt.EventQueue$4.run(EventQueue.java:729) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

Tagged:

Answers

  • /Users/corinnedesanjose1/Downloads/sketchoriginal/application.macosx

    we've seen this before, i think

    check the permissions of the above directory, change it to be deletable

Sign In or Register to comment.