Need help!
Posted: Fri Jan 16, 2009 7:44 pm
ok so I downloaded textpad and I downloaded a jdk, went to config, tools, added the jdk tools and it works fine if I have like a print statement but when ever I try to have a user input in my code it does not work and will give me some error codes for example the one below:
C:\Users\Jeff\Desktop\ScannerExercise1.java:7: cannot resolve symbol
symbol : class Scanner
location: package util
import java.util.Scanner;
---
Anyways I searched around the other topics and could not find anything to help me, if you can help me please guide me step by step cause i'm a noob
btw I am trying to use the java compile tools
thanks in advance
BTW I once had it installed and working but I reinstalled windows so everything was deleted and I forget what I had to do
C:\Users\Jeff\Desktop\ScannerExercise1.java:7: cannot resolve symbol
symbol : class Scanner
location: package util
import java.util.Scanner;
---
Anyways I searched around the other topics and could not find anything to help me, if you can help me please guide me step by step cause i'm a noob
thanks in advance
BTW I once had it installed and working but I reinstalled windows so everything was deleted and I forget what I had to do