ProcessingInGithub

Java Program runs in Processing but not on GitHub

Some common problems that could cause your program not to work on the web are:

To display our AP Java programs on the web, we’re using processing.js. Not all Processing functions are compatible with processing.js. You can check this list to see if you are using a function that isn’t supported.

Looking for error messages can also provide clues to the problem. You can find the error messages for your webpage by opening the web console or javascript console in your browser. To open the console in Chrome, press the F12 key. To open the console in Firefox, use Ctrl + Shift + J.