Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] ClassLoader for a Java Project

Does Eclipse have the concept of a classloader for a Java Project, or does
it (when,say, it compiles in that context), launch a new VM and/or create a
new ClassLoader when it compiles/runs? I can get the Classpath entries, just
not "the" classloader.

I want to perform an operation in the, as close to exact "context" as
possible, i.e. the same classloader.

If I can access "the exact classloader" for a Java Projects, then great. If
not, then I guess I must create a classloader that "matches".

Can anybody help me with pointers?

Thanks in advance.

regards

Adam
--
<http://www.try.sybase.com>
Experience Sybase Technology ...



Back to the top