Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Re: Problem while setting up self-hosting


The source for class Library was accidentally omitted from recent drops. This should be fixed in today's build.

McQ.



Daniel_Megert@xxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx

12/18/2001 02:45 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [eclipse-dev] Re: Problem while setting up self-hosting



Richard,


there should be two classes called "Library in your workspace:

org.eclipse.swt.internal.Library in \org.eclipse.swt\ws\win32\swt.jar

org.eclipse.core.internal.plugins.Library in \org.eclipse.core.runtime\runtime.jar


Because you have compile errors in SWT I assume you tried to import SWT as source. Do you need this as source? If not, you could simple import the JAR and attach the source.


If the above information does not help, you should post what this ("
with a couple of variations." ) means, together with the files that have the compile errors and the Java Build paths for your projects.

Dani



Back to the top