Skip to main content



      Home
Home » Newcomers » Newcomers » Picklist for superclass selection is empty
Picklist for superclass selection is empty [message #85764] Tue, 12 July 2005 18:18 Go to next message
Eclipse UserFriend
Originally posted by: kroberts.mmm.com

I installed eclipse 3.1 and am running through the 'Java Development User
Guide -- Basic Tutorial'.

Everything has gone fine until I tried to create a Java class from the
'New Java Class' dialog. The browse button on the superclass field
displays a superclass selection dialog where the 'Matching Types' has only
one entry 'Object' and the qualifier has only the jre rt.jar file.

How do I get the HUnit packages to show up in the 'Matching Types'
picklist?
Re: Picklist for superclass selection is empty [message #86198 is a reply to message #85764] Wed, 13 July 2005 12:15 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

Keith wrote:
> I installed eclipse 3.1 and am running through the 'Java Development
> User Guide -- Basic Tutorial'.
> Everything has gone fine until I tried to create a Java class from the
> 'New Java Class' dialog. The browse button on the superclass field
> displays a superclass selection dialog where the 'Matching Types' has
> only one entry 'Object' and the qualifier has only the jre rt.jar file.
>
> How do I get the HUnit packages to show up in the 'Matching Types'
> picklist?

As you start typing a class name it will fill in matching candidates
(java.lang.Object is pre-filled because that is the default superclass
in the New class dialog).
Now, if the class you're looking for is part of a third-party library,
you'll have to make sure that library (JAR) is on the Project's build
path (the tutorial should explain/walk you through it).

HTH,
Eric
Previous Topic:eclipse 3.1: missing jface.jar
Next Topic:Can't use software updates feature
Goto Forum:
  


Current Time: Thu Jul 17 03:27:07 EDT 2025

Powered by FUDForum. Page generated in 0.12770 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top