Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » JAR File Interaction(JAR files Reading)
JAR File Interaction [message #671851] Thu, 19 May 2011 07:33 Go to next message
Swapnil Jain is currently offline Swapnil JainFriend
Messages: 3
Registered: May 2011
Junior Member
Hi

I want to know how Eclipse interacts with the External JAR files.
I mean how does it perform the indexing for content assist and call/type hierarchy?
Are the JAR files opened every time or they are indexed once.

Thanks in advance.

Awaiting prompt reply.

Swapnil
Re: JAR File Interaction [message #672170 is a reply to message #671851] Fri, 20 May 2011 07:18 Go to previous message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
Eclipse just stores all the file names for any reference or declaration names in the indexes. During search(content assist or type hierarchy calls search) jar files for the corresponding found indexes are opened and processed.
Previous Topic:Remote Development
Next Topic:Really weird Scroll Velocity Behaviour
Goto Forum:
  


Current Time: Thu Apr 25 09:41:48 GMT 2024

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

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

Back to the top