We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I noticed that when I export an application the "exe" file's MODIFIED time is always exactly the same FIXED point in time, even though the created date/time is actually correct. (See picture). How can this be? Is this a Java-tied issue?
See screen shot here...
Sometimes I get some output errors during export, although the exported exe file always works. (nothing fancy in the application, just a few lines from one of the online processing.com/tutorial pages).
=== Start output errors === (I've replaced my actual username with "username" in the file paths of the output below)
Could not delete C:\Users\username\Documents\Processing\tutorial_overview_export_example\application.windows32\java\lib\zi Could not delete C:\Users\username\Documents\Processing\tutorial_overview_export_example\application.windows32\java\lib Could not delete C:\Users\username\Documents\Processing\tutorial_overview_export_example\application.windows32\java Could not delete C:\Users\username\Documents\Processing\tutorial_overview_export_example\application.windows32 java.io.FileNotFoundException: C:\Users\username\Documents\Processing\tutorial_overview_export_example\application.windows32\java\bin\awt.dll (Access is denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(Unknown Source) at java.io.FileOutputStream.(Unknown Source) at processing.app.Base.copyFile(Base.java:2627) at processing.app.Base.copyDir(Base.java:2708) at processing.app.Base.copyDir(Base.java:2705) at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:1263) at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:1128) at processing.mode.java.JavaMode.handleExportApplication(JavaMode.java:166) at processing.mode.java.JavaEditor.exportApplicationPrompt(JavaEditor.java:418) 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)
=== End output errors ===
Not a big deal, but weird and just wondered about it.