1 / 4
Sep 2009

Hello,

I've seen several posts about this on the java board, and I'm not sure if it's been resolved or not yet, but for some reason programs using Scanner are not compiling. When one tries to create a new Scanner object, the program gets a compiler error. This seemed to occur when you updated all of the system languages. Is there an ETA on when this might be fixed?

  • Mark
  • created

    Sep '09
  • last reply

    Jan '10
  • 3

    replies

  • 465

    views

  • 3

    users

3 months later

Scala has the same problem when you do a
import java.util.Scanner

24 days later

I used

import java.util.*

for Java and it worked for me.

If the problem with Scala still exists, please provide here some solutions' ids - sample solutions are always a good help for us.

Suggested Topics

Want to read more? Browse other topics in JAVA based languages or view latest topics.