Results 1 to 2 of 2

Thread: Eclipse Code Assist

Threaded View

  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.

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