Hi, I'm trying to compile a simple helloworld on Knoppix 3.6. I get the following error when I run "gcc helloworld.java" or "gcc -x java helloworld.java"

Can't find default package 'java.lang' . Check the CLASSPATH environment variable and the access to the archives

Does anyone have any idea of what I should set the classpath to?