Can't seem to get loadStrings to successfully access a text file located in the data directory of the sketch. I receive the
error message:
The file "source.txt" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
Exception in thread "Animation Thread" java.lang.NullPointerException
at sketch_nov28_text_import.draw(sketch_nov28_text_import.java:49)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
I am using Ubuntu and have double-checked not only the location of the file but also the permissions. I am not sure whether the error is in my code or in the permissions. Any advice would be helpful.
Browsing to processing shell script results in Ubuntu launching Wine and delivering error message: There is no windows program configured to open this file.