installing and running processing on yocto linux

hk1hk1
edited December 2014 in Using Processing

Hi, I am a newbie to processing. I downloaded the processing zip and tried to install and run on my linux box running yocto linux . I am remote logged into yocto linux and my yocto linux does not have any X11 package or any display software/drivers.

Is there a way to install and run processing without display?

Below is the output of processing script. Any help appreciated, thanks in advance hk1

root#./processing Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(Unknown Source) at java.awt.Window.(Unknown Source) at java.awt.Frame.(Unknown Source) at java.awt.Frame.(Unknown Source) at processing.app.Base.showBadnessTrace(Base.java:2291) at processing.app.Base.createAndShowGUI(Base.java:213) at processing.app.Base.access$0(Base.java:149) at processing.app.Base$1.run(Base.java:143) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)

Answers

Sign In or Register to comment.