I am using Rational Software Architect as my IDE, I am not able to import java.util.Scanner, it seems that Scanner is not available in the java.util package, am i supposed to include some jar file to use it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
java.util.Scanner was introduced in version 1.5 (“Java 5”), I’m not familiar with Rational Software Architect, but probably you need to set your project to use the correct Java-version (1.5 or newer).