Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Runtime classes attachment
Runtime classes attachment [message #59643] Tue, 05 May 2009 12:14
Ilya Dudarev is currently offline Ilya DudarevFriend
Messages: 4
Registered: July 2009
Junior Member
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: Fri Mar 29 13:52:40 GMT 2024

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

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

Back to the top