Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Reading Classpath Entry(Reading Classpath Entry)
Reading Classpath Entry [message #865534] Mon, 30 April 2012 12:55 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 #865596 is a reply to message #865534] Mon, 30 April 2012 13:30 Go to previous message
Martin Skorsky is currently offline Martin SkorskyFriend
Messages: 112
Registered: July 2009
Senior Member
Use for example org.eclipse.jdt.core.JavaCore.getReferencedClasspathEntries(IClasspathEntry, IJavaProject).
Previous Topic:To customize standard Welcome page
Next Topic:popup menu in java editor with add comments action
Goto Forum:
  


Current Time: Fri Mar 29 11:39:05 GMT 2024

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

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

Back to the top