Processing 2.0 linux mint
in
Integration and Hardware
•
4 months ago
Hi!
im trying to use processing 2.0 on linux mint maya 64 bit version but when i made ./processing
the console gave me this :
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at processing.app.Base.<init>(Base.java:341)
at processing.app.Base.createAndShowGUI(Base.java:201)
at processing.app.Base.access$000(Base.java:46)
at processing.app.Base$1.run(Base.java:139)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:666)
at java.awt.EventQueue.access$400(EventQueue.java:81)
at java.awt.EventQueue$2.run(EventQueue.java:627)
at java.awt.EventQueue$2.run(EventQueue.java:625)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:636)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.NullPointerException
at processing.core.PApplet.parseInt(PApplet.java:9208)
at processing.app.contrib.AvailableContribution.<init>(AvailableContribution.java:50)
at processing.app.contrib.ContributionListing.parseContribList(ContributionListing.java:458)
at processing.app.contrib.ContributionListing.setAdvertisedList(ContributionListing.java:81)
at processing.app.contrib.ContributionListing.<init>(ContributionListing.java:64)
at processing.app.contrib.ContributionListing.getInstance(ContributionListing.java:71)
at processing.app.contrib.ContributionManager.<clinit>(ContributionManager.java:37)
i have installed java jdk 7 and i set it as default , i think,
does anyone have some suggest?
Thanks
im trying to use processing 2.0 on linux mint maya 64 bit version but when i made ./processing
the console gave me this :
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at processing.app.Base.<init>(Base.java:341)
at processing.app.Base.createAndShowGUI(Base.java:201)
at processing.app.Base.access$000(Base.java:46)
at processing.app.Base$1.run(Base.java:139)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:666)
at java.awt.EventQueue.access$400(EventQueue.java:81)
at java.awt.EventQueue$2.run(EventQueue.java:627)
at java.awt.EventQueue$2.run(EventQueue.java:625)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:636)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.NullPointerException
at processing.core.PApplet.parseInt(PApplet.java:9208)
at processing.app.contrib.AvailableContribution.<init>(AvailableContribution.java:50)
at processing.app.contrib.ContributionListing.parseContribList(ContributionListing.java:458)
at processing.app.contrib.ContributionListing.setAdvertisedList(ContributionListing.java:81)
at processing.app.contrib.ContributionListing.<init>(ContributionListing.java:64)
at processing.app.contrib.ContributionListing.getInstance(ContributionListing.java:71)
at processing.app.contrib.ContributionManager.<clinit>(ContributionManager.java:37)
i have installed java jdk 7 and i set it as default , i think,
does anyone have some suggest?
Thanks
1