Hi All,
I've been using arduino for a while. I'm moving from Win7 to Lubuntu 11.10 and Arduino 1.0
Arduino was running fine on Lubuntu until today. When I start arduino from a shell prompt I get the following:
Exception in thread "main" java.lang.NullPointerException
at processing.app.Base.addLibraries(Base.java:1218)
at processing.app.Base.rebuildImportMenu(Base.java:964)
at processing.app.Editor.buildSketchMenu(Editor.java:650)
at processing.app.Editor.buildMenuBar(Editor.java:495)
at processing.app.Editor.(Editor.java:218)
at processing.app.Base.handleOpen(Base.java:700)
at processing.app.Base.handleOpen(Base.java:665)
at processing.app.Base.handleNew(Base.java:561)
at processing.app.Base.(Base.java:301)
at processing.app.Base.main(Base.java:190)
If I run arduino as root (sudo arduino) it works fine.
Does anyone have a guess as to what changed (permissions on what?) ?
Thanks,
Rich