Code Warrior & the scanner class

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Code Warrior & the scanner class

1,863 次查看
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
标签 (1)
0 项奖励
回复
1 回复

609 次查看
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 项奖励
回复