We are about to switch to a new forum software. Until then we have removed the registration on this forum.
If I run my program on my own computer, it works perfectly. If I send the entire application.windows64 file to another computer, it won't run.
Answers
please be 9000000% more specific as for what you did. we can't help without any information.
I had a program that would just generate lots of circles and then display them. It worked great on my windows x64 computer, but sending it to a friend to test it broke it. I disabled embedded java and it worked again, although I'm guessing that's not an optimal solution.
These cases are not very well documented. The optimal solution is to run the source code directly in your friends computer. Maybe you just want to export the application and not distribute the source code? Ok, this is fair. In this case, you need to provide what java version is on your machine and his machine. Also OS arch (to confirm, is yours x64? your friend's is also x64?)
Are you using other libraries and external resources like images, videos, etc? Just double checking, when you export your app, does the generated file run in your computer?
Possible related posts below.
Kf
https://forum.processing.org/two/discussion/25373/no-export
https://forum.processing.org/two/discussion/23338/exporting-windows-application-issues
https://forum.processing.org/one/topic/exporting-an-app.html
https://forum.processing.org/one/topic/exporting-to-application-and-reading-writing-text-files.html
http://happycoding.io/tutorials/processing/exporting-applications
https://forum.processing.org/two/discussion/12689/export-application-in-a-single-exe-file
https://github.com/processing/processing/wiki/Export-Info-and-Tips
https://forum.processing.org/two/discussion/18201/how-to-export-an-application-to-a-single-file
https://forum.processing.org/one/topic/getting-processing-to-export-as-a-executable-jar.html
https://forum.processing.org/two/discussion/6436/cannot-get-a-export-of-32-bits-application
Keyword: kf_keyword export processing_export x64 32_bit export_windows