Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » [PDE] What do "hollow J" icons mean?
[PDE] What do "hollow J" icons mean? [message #17704] Sun, 27 April 2003 19:09 Go to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

I have a plugin project for which:

a) All .java files show with a "hollow J" (white center rather than all
blue)
b) Package Explorer shows hierarchy even though layout is set to flat
c) Cannot be resolved as a dependency by other projects

All other open projects are normal.

What is this? What causes it? How to fix it?

Bob
Re: [PDE] What do "hollow J" icons mean? [message #17717 is a reply to message #17704] Sun, 27 April 2003 20:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

I would still like to know the answers, but...

If anyone else encounters such a thing, I got rid of it by deleting the
project (not the contents), creating a new empy plugin project with the same
name. The wizard is smart enough not to overwrite your existing plugin.xml
file, but not smart enough to compute the classpath. But after doing Update
Classpath... manually, all was well.

Bob (Mr. Voodoo)

"Bob Foster" <bob@objfac.com> wrote in message
news:b8h98v$h9s$1@rogue.oti.com...
> I have a plugin project for which:
>
> a) All .java files show with a "hollow J" (white center rather than all
> blue)
> b) Package Explorer shows hierarchy even though layout is set to flat
> c) Cannot be resolved as a dependency by other projects
>
> All other open projects are normal.
>
> What is this? What causes it? How to fix it?
>
> Bob
>
>
Re: [PDE] What do "hollow J" icons mean? [message #17744 is a reply to message #17704] Sun, 27 April 2003 20:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: erich_gamma.oti.com

Hi Bob,

a "hollow J" indicates that a Java source files is not
on the build class path (see also the icon reference in the JDT doc).
Since it isn't a Java file it is treated as an ordinary resource and
doesn't belong to a package. This explains why you see the hierarchy.

Bottom line your build class path is not correct.

--erich

Bob Foster wrote:
> I have a plugin project for which:
>
> a) All .java files show with a "hollow J" (white center rather than all
> blue)
> b) Package Explorer shows hierarchy even though layout is set to flat


> c) Cannot be resolved as a dependency by other projects
>
> All other open projects are normal.
>
> What is this? What causes it? How to fix it?
>
> Bob
>
>
Re: [PDE] What do "hollow J" icons mean? [message #18493 is a reply to message #17744] Mon, 28 April 2003 05:04 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

Thanks. I still don't know _how_ the project got in that state. (There was
some project renaming going on.) But once in that state, Update Classpath
sure didn't fix it.

Bob

"Erich Gamma" <erich_gamma@oti.com> wrote in message
news:3EAC3F60.9040609@oti.com...
> Hi Bob,
>
> a "hollow J" indicates that a Java source files is not
> on the build class path (see also the icon reference in the JDT doc).
> Since it isn't a Java file it is treated as an ordinary resource and
> doesn't belong to a package. This explains why you see the hierarchy.
>
> Bottom line your build class path is not correct.
>
> --erich
>
> Bob Foster wrote:
> > I have a plugin project for which:
> >
> > a) All .java files show with a "hollow J" (white center rather than all
> > blue)
> > b) Package Explorer shows hierarchy even though layout is set to flat
>
>
> > c) Cannot be resolved as a dependency by other projects
> >
> > All other open projects are normal.
> >
> > What is this? What causes it? How to fix it?
> >
> > Bob
> >
> >
>
Previous Topic:Missing some API references in Eclipse Help
Next Topic:Menu contribution problem with fresh projects
Goto Forum:
  


Current Time: Fri Jan 03 03:53:28 GMT 2025

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

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

Back to the top