HEEELLLLPPPP!.... i am stumped.... i am a student and have access to the server at my college.... on this server they have installed javac and i am running my java on vi text editor in a virtual server.
okay
i can import all kinds of things... but i cant import java.util.Scanner; and when that is my only line of code i still get the Scanner object wont resolve. (of course my public static void main (String args[]) ) is in there but thats it i can not figure this out. i cant. i found one instance of the Scanner object on the java tm website but its not under classes... is the Scanner object deprecated and not in use.. is it not installed on the server at my college cuz other things run well.. any way... i am trying to work my way back up the java language eventually to graphics programming..
just a refresher course.
my code looks like this by the way cuz i know this helps
import java.util.Scanner;
class WhoCares
{
public static void main (String args[])
{
}
}
any guess..
im sure you guys know exactly whats going on
thank you so much