Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Finding reference of jar in a project
Finding reference of jar in a project [message #554974] Wed, 25 August 2010 03:16 Go to next message
Chauhan  is currently offline Chauhan Friend
Messages: 1
Registered: August 2010
Junior Member
How can I get to know if a jar, that is present in classpath, is actually being used in application or not. Say I want to find all references of this jar in my project. I can of course do that by removing that jar from classpath and rebuild to check any compilation errors but I don't want to go for such *dirty* approaches. Very Happy

Thanks
Re: Finding reference of jar in a project [message #554991 is a reply to message #554974] Wed, 25 August 2010 06:18 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Chauhan wrote:
> How can I get to know if a jar, that is present in classpath, is
> actually being used in application or not. Say I want to find all
> references of this jar in my project. I can of course do that by
> removing that jar from classpath and rebuild to check any compilation
> errors but I don't want to go for such *dirty* approaches. :d
Well, you can select each type one by one and do a search. Not dirty,
but pretty time consuming ;-)
Another possibility is to add access restrictions on that JAR but that's
not much different than removing it.

Dani
> Thanks
Previous Topic:JSP editor: unusably slow - how to disable? (HELIOS)
Next Topic:how to detect whether a plug-in was installed or not when installing new features by update site
Goto Forum:
  


Current Time: Fri Apr 26 04:07:11 GMT 2024

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

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

Back to the top