Search found 3 matches

by esiuol
Mon Oct 29, 2007 10:17 pm
Forum: Java
Topic: cant find compiler
Replies: 1
Views: 1388

cant find compiler

hey,
when i try to compile a java file i get an error saying 'cannt find file specified' i think its because it cant find the compiler and i do have the sun enviroment installed, does anyone know where i can specy this...something to do with envirmonet variables?
thanks
by esiuol
Sat Oct 07, 2006 3:08 pm
Forum: Java
Topic: cant find console reader?
Replies: 3
Views: 1171

Bingo!! so obvious but cant say i wud hav spotted it...thanks :D
by esiuol
Sat Oct 07, 2006 1:02 pm
Forum: Java
Topic: cant find console reader?
Replies: 3
Views: 1171

cant find console reader?

hi i just installed textpad, tried running a simple program which reads one line of input but i get an error telling me it cant find the console reader ".java:5: cannot find symbol symbol : class consoleReader location: class Convert ConsoleReader console = new consoleReader(System.in);" and the ...