| [news.eclipse.newcomer] Re: Import package ... |
Hi,
I have the package org.eclipse.swt.win32.win32.x86_3.1.1.jar in my eclipse-plugin-folder.
I want to use this package in my project and imported it (do I realy have to import it, even when it is in the plugin folder?).
But when I write:
import org.eclipse.swt;
The error "org.ecplise cannot be resolved".
Can anybody help me?
Thanks Konrad
you should add the SWT library to your project. Project->properties->Java Build Path->Libraries and aslo import -- JACK YAO, Beijing, China