Essentially processing is a programming language written in java. My university has decided to use it for it's first computer science subject. Now I am running Debian Lenny 5.04 on my IBM x31 laptop. I downloaded processing-1.1.tgz from processing.org and tar -zxvf-ed it then chmod +x the processing script. When I start it I get the following error message:
Now before you ask me, yes I do have jre installed and besides the linux package is meant to include all the required dependancies anyway. Does anyone have an idea as to what my system is lacking here?
here is some output regarding libawt:
Thanks for taking some time to have a look at my problem, regards, Andrew.
Last edited by pludi; 03-17-2010 at 03:54 AM..
Reason: code tags, please...
My desired output is
run:
for this 1
for this 2
for this 3
for this 4
for this 5
for this 1,2
1->2
for this 2,3
2->3
for this 3,4
3->4
for this 4,5
4->5
for this 1,2,3
1->2,3 (2 Replies)