The problem is, I'm writing a simple math script using a switch, just to test out classes and calling things.
I tried to call system.out.print(); and the environment (netbeans 6.1) says the package system doesn't exist. Same thing with Math.
How do I include these two packages? Is this just something wierd with Netbeans?
Try adding
If that doesn't work, it may be that Java isn't properly installed.
I seriously can't do anything without a basic print function. It's kinda annoying