Application Export doesn`t work
in
Integration and Hardware
•
1 month ago
Hi all,
Thanks a lot in advance for any reply.
I am sure this question might have been asked already 100 times but I am doing it again, as I couldn`t find a solution to my problem.
I worked on a sketch, it works really nicely. But when I export it, I don`t get any error messages.
I use a bunch of libraries, like wordcram and cpcontrols.
All I get is either a white screen or just simply no reaction. The application icon will show in my dashboard and nothing happens.
I clicked in the exported application on a file which opened the terminal of the mac and gave me this
error.
I clicked in the exported application on a file which opened the terminal of the mac and gave me this
error.
Exception in thread "Animation Thread" java.lang.NullPointerException
at FinalSketch.getPersonaFileNames(FinalSketch.java:947)
at FinalSketch.setupGUI(FinalSketch.java:558)
at FinalSketch.setup(FinalSketch.java:90)
at processing.core.PApplet.handleDraw(PApplet.java:2245)
at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:243)
at processing.core.PApplet.run(PApplet.java:2141)
at java.lang.Thread.run(Thread.java:680)
I understand that my app can not access a folder which contains some textfiles. Yet it works in the sketch :/
Thanks a lot in advance for any reply.
M.
1