Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Runtime classes attachment
Runtime classes attachment [message #59643] Tue, 05 May 2009 08:14
Eclipse UserFriend
Hello!
I have my plugin installed in Eclipse and for example I write another
plugin, which uses classes from my first one. Can I attach compiled
classes of second plugin and use them in my first one, without adding an
extension point and launching another Eclipse application?
I tried to add classpath string to system ClassLoader
(ClassLoader.getSystemClassLoader() ) using addURL() method, but Eclipse
has its own ClassLoader and they are not seeing classes of each other.
And I cant add my classPath to Eclipse's DefaultClassLoader.
Can anyone help me?
Previous Topic:3.5M7 - Problem setting transform start levels
Next Topic:Runtime classes attachment
Goto Forum:
  


Current Time: Mon Jul 14 16:48:54 EDT 2025

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

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

Back to the top