Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » DefaultClassLoader replacement(What to replace DefaultClassLoader as a supertype in eclipse 4.x)
DefaultClassLoader replacement [message #1703000] Mon, 27 July 2015 15:49 Go to next message
Eclipse UserFriend
Hello all,

In our current work we have an implementation of DefaultClassLoader. We are still working in eclipse 3.7. I am tasked with moving us to the eclipse 4.x branch. I would like to replace the current class loader implementation with something that is not internal (and of course works with 4.x Smile). My searches have found ContextFinder but that is also internal. This is an open source project and the class in question can be found here:

https://github.com/xtuml/bridgepoint/blob/master/src/org.xtuml.bp.core/src/org/xtuml/bp/core/util/BPClassLoader.java

Any insight would be very helpful.

Thanks,
Travis
Re: DefaultClassLoader replacement [message #1703122 is a reply to message #1703000] Tue, 28 July 2015 12:45 Go to previous message
Eclipse UserFriend
In Luna the old DefaultClassLoader has been replaced with org.eclipse.osgi.internal.loader.ModuleClassLoader and subclasses. For more hints in this area I suggest asking in the Equinox forum at https://www.eclipse.org/forums/index.php/f/31/
Previous Topic:Access Java Proposals for a java source code programmatically
Next Topic:Removing DOT from .project and other files in eclipse installation
Goto Forum:
  


Current Time: Thu Apr 24 04:07:16 EDT 2025

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

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

Back to the top