Re: Cannot resolve symbol class Scanner



Roy Gourgi wrote:

Hi,

If you download and install jdk1.5.0_08 you will have them both.

http://java.sun.com/j2se/1.5.0/docs/api/index.html

Unless you have a specific reson to use Mustang java6.

cheers,

//mikael


Hi,

It is version 1.6.0-beta2

I tried uninstalling java and now when I try to compile it I get the error message:

'javac' is not recognized as an internal or external command, operable program or batch file.

I guess I must have uninstalled the JDK?

How do I re-install it with all the API library classes included.

Thanks
Roy


"Petterson Mikael" <mikael.petterson@xxxxxxxxxxxxxxx> wrote in message news:451B7C64.3040006@xxxxxxxxxxxxxxxxxx

Hi,

Do 'java -version'

Besides can you post the error message.

cheers,

//mikael

Roy Gourgi wrote:

Hi Oliver,

Maybe I do not have the latest API classes. I think that for Scanner and the InputMatchingException you need the 1.5 API. Where can I download just the API classes?

Thanks
Roy

"Roy Gourgi" <royng@xxxxxxxxxxxx> wrote in message news:urzSg.100429$LH3.994898@xxxxxxxxxxxxxxxxxxxxxx


Hi,

I am trying to compile this program but I get the error message that it cannot resolve this symbol Scanner. I downloaded the JDK6 and in my PATH statement I put C:\Program Files\Java\jdk1.6.0\bin. The code is below. What am I doing wrong.

TIA
Roy

import java.util.Scanner;

public class GetInteger

{

static Scanner sc = new Scanner(System.in);

public static void main(String[] args)

{

System.out.print("Enter an integer: ");

int i = GetInteger();

System.out.println("You entered "+i);

}

public static int GetInteger()

{

while (true)

{

try

{

return sc.nextInt();

}

catch (InputMismatchException e)

{

sc.next();

System.out.print("Thast not an integer. " + "try again");

}

}

}

}





.



Relevant Pages

  • Re: Cannot resolve symbol class Scanner
    ... Maybe I do not have the latest API classes. ... "Roy Gourgi" wrote in message ... I am trying to compile this program but I get the error message that it cannot resolve this symbol Scanner. ...
    (comp.lang.java.help)
  • RE: Event Viewer
    ... Instead, ran Windows ... "nass" wrote: ... Try to download the offline scanner or try defender from here: ... later for this step to copy the error message on it. ...
    (microsoft.public.windowsxp.general)
  • Re: "Iexplore has caused an error in kernel 32.dll" error message
    ... I cleaned my system and that error message seems to have disappeared. ... Restart Microsoft Internet Explorer ... download a copy of LSPFIX from any of the following sites: ... Create a folder on the hard drive of the other computer called ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Visual C++ Runtime Library
    ... Have a look in the Event Viewer for error messagesthat can shed some ... Look in the right Pane/window for error message with red or Yellow ... Then click on Advanced tab and scroll down to under the Browsing Option: ... Download Avast Cleaner from here: ...
    (microsoft.public.windowsxp.help_and_support)
  • RE: Event Viewer
    ... Try to download the offline scanner or try defender from here: ... "Red Baron" wrote: ... Anyway we can get these to show up under the "Internet Explorer" tab. ... later for this step to copy the error message on it. ...
    (microsoft.public.windowsxp.general)