Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Library(container) not getting reflected in Java build path page(Library(container) not getting reflected in Java build path page)
Library(container) not getting reflected in Java build path page [message #692911] Tue, 05 July 2011 13:13 Go to next message
vinay  is currently offline vinay Friend
Messages: 26
Registered: March 2011
Junior Member
Hi,

I have created a class path container page with implementations of IClasspathContainer and ClasspathContainerInitializer, for adding a Library to a java project using java build path property page.

The library gets added to project after clicking finish button of add library wizard and changes get reflected in package explorer instantly but not in java build path property page. I have to either close and re-open the java build path page or just navigate to some other property page and come back to java build path page so that the library gets visible.

So I want to somehow refresh that java build path page or is it happening because of some mistake I made while implementing the classpath container page and IClasspathContainer and ClasspathContainerInitializer.

Can anyone please provide any help on this?

Thanks in advance.
Re: Library(container) not getting reflected in Java build path page [message #694273 is a reply to message #692911] Fri, 08 July 2011 08:51 Go to previous messageGo to next message
Florian Lettner is currently offline Florian LettnerFriend
Messages: 3
Registered: July 2011
Junior Member
Do you use Eclipse 3.6? I have a similar problem. My container is added using my plugin, but I cannot find the entry using the "add library" button in the build path properties. My implementation was working for 3.5 though. I used www.ibm.com/developerworks/opensource/tutorials/os-eclipse-classpath/
Re: Library(container) not getting reflected in Java build path page [message #694335 is a reply to message #694273] Fri, 08 July 2011 11:05 Go to previous message
vinay  is currently offline vinay Friend
Messages: 26
Registered: March 2011
Junior Member
Yes I use Eclipse 3.6. The problem I am facing as mentioned in my post that the entry is not visible in the java build path page when you finish the add library wizard.
Previous Topic:NoClassDefFoundError
Next Topic:Space in plugin title
Goto Forum:
  


Current Time: Thu Apr 18 22:59:16 GMT 2024

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

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

Back to the top