We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have seen alot of information about running processing with java using an IDE (eclipse, netbeans). I wanted to know how to run processing from java without using an IDE. Could someone describe step by step instructions in setting up and running processing from java or point me to a good website. I am using java 8 Thanks
Answers
operating system?
if you export an application in linux it creates a bash script for you containing all the details.
in windows it creates an executable.
either allows you to run the result without needing the processing ide installed.