How to run processing in java without an IDE

edited June 2016 in Using Processing

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

Tagged:

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.

Sign In or Register to comment.