Results 1 to 2 of 2

Thread: Eclipse Code Assist

  1. #1

    Thread Starter
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Resolved 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.

  2. #2

    Thread Starter
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    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
  •  



Click Here to Expand Forum to Full Width