|
-
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.
-
Nov 17th, 2005, 08:45 AM
#2
Thread Starter
Frenzied Member
Re: Eclipse Code Assist
Sorted
Make sure you are using the JRE from your SDK (not the standalone JRE).
You can check wich JRE you are using by going to 'Window/Preferences/java/Installed JREs'. If the SDK JRE is not listed, then you have to add it (Add the root folder of your SDK installation).
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
|