M
malorykay
Alright. So, I just had my second Computer Science class, and I'm
already stumped. This is the situation: I did an assignment on a PC,
very simple java. Used jGrasp to compile and run, everything was fine.
Then I tried to do the exact same thing on my Mac, using jGrasp. I get
a bunch of error messages that weren't on the pc, like
SalesTax.java:3: cannot resolve symbol
symbol : class Scanner
location: package util
import java.util.Scanner;
I am using Java 5.0, and even though I set the preferences so that 5.0
is the version in use, aren't these errors that would have come up in
Java 1.4? I've double and triple checked, and everything appears right.
My professor doesn't know either (she is not a mac person) and my
school's tech help is completely ineffective.
Any help thrown this way would be very very much apperciated.
already stumped. This is the situation: I did an assignment on a PC,
very simple java. Used jGrasp to compile and run, everything was fine.
Then I tried to do the exact same thing on my Mac, using jGrasp. I get
a bunch of error messages that weren't on the pc, like
SalesTax.java:3: cannot resolve symbol
symbol : class Scanner
location: package util
import java.util.Scanner;
I am using Java 5.0, and even though I set the preferences so that 5.0
is the version in use, aren't these errors that would have come up in
Java 1.4? I've double and triple checked, and everything appears right.
My professor doesn't know either (she is not a mac person) and my
school's tech help is completely ineffective.
Any help thrown this way would be very very much apperciated.