Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to fire the event to refresh java project classpath container
How to fire the event to refresh java project classpath container [message #250993] Mon, 28 January 2008 03:50
Eclipse UserFriend
I notice that if project A use workspace default JRE, e.g. jdk1.6.0._03, if
I change the workspace default JRE setting to, e.g jdk1.5.0_09, from
"Perference... -> Installed JREs", the project A's decoration was refreshed
as well, in fact,
org.eclipse.jdt.internal.launching.JREContainer#getClasspath Entries() was
invoked.

and now, I have my own class that implement the interface
org.eclipse.jdt.core.IClasspathContainer, and a preference page similar with
"Intalled JREs", so how can I fire a event that will invoke my
IClasspathContainer#getClasspathEntries() and refresh the project
decoration?
Previous Topic:code generation using annotation processor framework
Next Topic:pattern matching and JDT
Goto Forum:
  


Current Time: Tue Apr 29 17:58:48 EDT 2025

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

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

Back to the top