I'm using Processing to code up a social science experiment for my lab that displays short movie clips to subjects. I realized about midway through that Processing is fantastic for creating visuals, but perhaps not the best for loading and displaying pics/videos; but I think it can be good enough.
My sketch works well but I'd like to export it as an application for Windows, so that it can be distributed to other labs w/o issue and can be full-screen. During export, however, I get a Java error: which I assume is related to the size of the data folder (it's ~500MB) as I've successfully exported to apps before. Any ideas? Some threads on this error suggested increasing the heap space through a java_args.txt file but everyone mentioned different commands and I couldn't get it to work.
Thanks everyone,
Don
1