Is there any shortcut in Eclipse to import all required classes? A combination of keys?
For example I used the keyword Command and I'm not sure what to import because it doesn't recognize Command as type.
I also have this error:
The method printf(String, Object[])
in the type Console is not applicable for the arguments (String, int)
.
I think it needs me to import some packages that incorporate some of the methods that I am using which aren't in the default package. Any help appreciated. Thanks! Sam