exported .exe doesn't run

edited January 2014 in Using Processing

I tried even the simplest code:

size (300, 300); rect(30, 20, 55, 55, 7);

It runs directly from Processing, but the exported app does nothing, whether using Java or JavaScript modes.

Answers

Sign In or Register to comment.