box2d not running
in
Contributed Library Questions
•
2 years ago
Hi all,
as soon as I have ArrayList<particle> particles; in my code processing stop and give me an "unexpected token void", of course if I comment out ArrayList<particle> particles; it spits out an error later on in the code (because the arraylist is not initialized)
Would it be my version of processing or java that is not happy ? It seems to be an obvious oversight of mine but I can't figured it out.
Would it be my version of processing or java that is not happy ? It seems to be an obvious oversight of mine but I can't figured it out.
I am on ubuntu 9.10 ~ 64bit
thanks
1