Code Warrior & the scanner class

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Code Warrior & the scanner class

1,533 Views
shrefflerd
Contributor I
I'm teaching a HS class in JAVA and we used the keyboard class that is provided with the AP materials.  Our new text uses the scanner class for keyboard input.  Our version of Codewarrior won't let us use the scanner class.  It just says that the class cannot be found in java.util.*
 
Any help would be appreciated,
David Shreffler
Pryor, OK
Labels (1)
0 Kudos
Reply
1 Reply

279 Views
J2MEJediMaster
Specialist I
The new material probably uses a Java implementation that is a later version than the Java implementation supported by CodeWarrior. That is, CodeWarrior Java doesn't implement the scanner class.

---Tom
0 Kudos
Reply