Skip to main content

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

Sorry, I was struggling my news reader timeouts over my poor sad modem, and was hoping these two were mirrored. My apologies.
 
regards
 
Adam
-----Original Message-----
From: eclipse-dev-admin@xxxxxxxxxxx [mailto:eclipse-dev-admin@xxxxxxxxxxx]On Behalf Of John Arthorne
Sent: Tuesday, August 05, 2003 12:47 PM
To: eclipse-dev@xxxxxxxxxxx
Subject: Re: [eclipse-dev] ClassLoader for a Java Project


Questions should be asked on the newsgroups.  I recommend the eclipse.tools.jdt newsgroup for this question.
--




"Adam Jack" <ajack@xxxxxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

08/05/2003 02:31 PM
Please respond to eclipse-dev

       
        To:        <eclipse-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [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 ...

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top