We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everyone. I hope this is posted in the correct area.
In the past I have been able to make a stand alone application using the Export Application function. The project used serial and G4P. Unfortunately I can't remember which version of Processing I was using.
My current project can export but the executable does nothing when I try to run it. The project also uses serial and G4P, I import java.io.FileInputStream and java.io.FileOutputStream and run a couple of threads. I am using Processing 2.2.1.
I have checked that everything in the data folder is in the exported data folder as well (two custom binary files I use), a mistake I made in the past.
What else is there that I'm missing? It seems there was some issues with Processing 2.1, but apparently it's been fixed?
Any help would be appreciated.
Answers
Right, problem is the serial. http://forum.processing.org/two/discussion/5562/processing-2-2-1-serial-not-working-on-export#Item_8 Exporting with Processing 2.1.2 works.