|
-
Nov 17th, 2005, 07:28 AM
#1
Thread Starter
Frenzied Member
Eclipse Code Assist
I'm having problems with code assist/intellisense when coding java in eclipse.
In work when I type
System.out.p
the popup shows all the print methods with their parameters
print(int a)
print(char c)
etc
However at home all I get is
print(arg0)
print(arg0)
Does anyone have any clue whats going on?
Last edited by DeadEyes; Nov 17th, 2005 at 08:45 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|