R
Richard
Hi All,
I'm a java newbie writing in the Eclipse environment over
WinXP-Pro/SP2.
I've got a bunch of System.out.println's that I'd like to write without
the "System.out" prefixes.
1. I tried "import system.*;" but that didn't fly. Is there some
import that helps?
2. Is there a website where I could enter an arbitrary method name,
like println, and get a list of classes that define methods of that
name, hopefully with an indication of the appropriate include to
access it.
Regards,
Richard
I'm a java newbie writing in the Eclipse environment over
WinXP-Pro/SP2.
I've got a bunch of System.out.println's that I'd like to write without
the "System.out" prefixes.
1. I tried "import system.*;" but that didn't fly. Is there some
import that helps?
2. Is there a website where I could enter an arbitrary method name,
like println, and get a list of classes that define methods of that
name, hopefully with an indication of the appropriate include to
access it.
Regards,
Richard