Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Multiple entries in the "Open Type" dialog...
Multiple entries in the "Open Type" dialog... [message #65401] Mon, 23 June 2003 18:15 Go to next message
Avneesh Saxena is currently offline Avneesh SaxenaFriend
Messages: 12
Registered: July 2009
Junior Member
I have set up my workspace to contain a bunch of projects. There projects
are interdependent and I'm referencing the class files generated in one
project as "class folders" in others. My problem is that if I try to use
"Open Type" dialog, I get two entries for the same type - one for the .class
file and one for the .java file. I was wondering if there is a way I can put
a filter on that dialog so that I don't see the .class file if a .java file
for the type exists.

Thanks,
--Avs
Re: Multiple entries in the "Open Type" dialog... [message #65529 is a reply to message #65401] Mon, 23 June 2003 19:51 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

Instead of having the "class folders" referenced in other projects, make
the other projects "require" the project that contains the compiled
classes. That way they will still be found by the other projects but
they will only appear once in the Open Type.

Rich
Previous Topic:"Project Foo does not exist"
Next Topic:Method line number
Goto Forum:
  


Current Time: Sun Oct 06 12:09:27 GMT 2024

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

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

Back to the top