Skip to main content



      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 09:13 Go to next message
Eclipse UserFriend
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 04:51 Go to previous messageGo to next message
Eclipse UserFriend
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 07:05 Go to previous message
Eclipse UserFriend
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 Jul 24 16:54:01 EDT 2025

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

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

Back to the top