Search:

Type: Posts; User: sakura_smile

Search: Search took 0.09 seconds.

  1. Re: What's wrong with my code?? (it said cannot resolve symbol)

    Is there any examples?? Like how do I start? I forgot how to do a wrapper class:P
  2. Re: What's wrong with my code?? (it said cannot resolve symbol)

    so, what can I do to replace the Scanner class in my 1.4.2 version?? How do I do it??
  3. Re: What's wrong with my code?? (it said cannot resolve symbol)

    mine is 1.4.2. So what can I do??
  4. Re: What's wrong with my code?? (it said cannot resolve symbol)

    My error:


    flip.java:7: cannot resolve symbol
    symbol : class Scanner
    location: class flip
    Scanner input=new Scanner(System.in);
    ^
    flip.java:7: cannot resolve...
  5. Re: What's wrong with my code?? (it said cannot resolve symbol)

    When I add "import java.util.Scanner;" it creates another error.... saying error on the Scanner class.....
  6. Re: How can I read txt files in java program??

    Where should I put the code??
  7. Re: How can I read txt files in java program??

    When I press 8 after I run the program, it should sow me how many TV shows are there since

    System.out.println("Import "+listsize+" shows");

    However, it said 0....
  8. How can I read txt files in java program??

    My code:

    import java.io.*;

    public class TV {

    public static void main(String[] args) throws IOException {

    String fileInput=("TV.txt");
  9. Re: What's wrong with my code?? (it said cannot resolve symbol)

    It is still not working. It said that cannot resolve the scanner class....:(
  10. Re: What's wrong with my code?? (it said cannot resolve symbol)

    1272

    Here is the error message.
  11. What's wrong with my code?? (it said cannot resolve symbol)

    Here is my code:


    What's wrong with my code??
Results 1 to 11 of 11