Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Reading classpath entry(Reading classpath entry)
Reading classpath entry [message #865535] Mon, 30 April 2012 12:56 Go to next message
jogendra chouhan is currently offline jogendra chouhanFriend
Messages: 31
Registered: January 2012
Member
Hi ,

I want to read the .classpath entry of a dynamic web project. I have added some libraries in that project which adds some entries in classpath so when i add those library in deployment assembly it also adds some attribute within those classpath entry.
Does anybody knows how to get those classpath and attribute using progrmatically/plugin extension ?

Thanks in adv.
Re: Reading classpath entry [message #868596 is a reply to message #865535] Wed, 02 May 2012 09:16 Go to previous message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
You should be able to get the classpaths of a project using IJavaProject#getResolvedClasspath().
Previous Topic:Replaceing alle fields with getter and setter?
Next Topic:Caching or improving search
Goto Forum:
  


Current Time: Thu Apr 18 16:48:15 GMT 2024

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

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

Back to the top