Export Error
in
Integration and Hardware
•
2 years ago
Hi,
I am currently working on my school project using Processing. However, as I am exporting my
sketch, I get this error message. I can run my sketch in the programming environment so not sure
why it doesn't allow me to export as an application.
I have searched online for solutions and tried to increase my java memory using a java_args.txt
file with the code -Xss1024K, but still encounter the same error. What else can I do?
I have tried to export in both Mac & Windows 7 environment but faced the same error.
I am using the following libraries:-
import krister.Ess.*;
import controlP5.*;
import codeanticode.gsvideo.*;
This is the error message:-
Exception in thread "Thread-8" java.lang.OutOfMemoryError: Java heap space
at processing.app.Base.loadBytesRaw(Base.java:2131)
at processing.app.Sketch.exportApplication(Sketch.java:2364)
at processing.app.Sketch.exportApplication(Sketch.java:2201)
at processing.app.Sketch.exportApplicationPrompt(Sketch.java:2178)
at processing.app.Editor$DefaultExportAppHandler.run(Editor.java:1948)
at java.lang.Thread.run(Thread.java:680)
What is this error? Can anyone please help? Thank you!
Sandra
2