vote up 1 vote down star

I do most of programming work on the Windows terminals in my university. However, my computer is a Mac and, for some reason, the javac command throws up an error when I use UserInput methods. Is there anything to install or an alternative command to use to make this compile properly?

flag

I believe the error message would be helpful. – OIS Dec 26 '08 at 1:26

2 Answers

vote up 1 vote down check

You are probably using at university a special package UserInput given by your teacher or something like that. If it's the case, then you just need to "install" that package on your mac, or use the java.util.Scanner class to deal with user input.

link|flag
vote up 0 vote down

Which UserInput methods? There's no UserInput class in JDK 6. Which package were you expecting them to be in?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.