Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Re: HelloWorld first plug-in

Hi Daniele,
 Just check if you have swt.jar and workbench.jar in your java build path of
 the project.
 You can add them by right clicking on the project and bringing the properties
 dialog.
 
Regards,
 Chandresh


> Date: Fri, 21 Feb 2003 10:33:13 +0100 (CET)
> From: =?iso-8859-1?q?daniele=20grandi?= <aieiebrasov@xxxxxxxx>
> To: eclipse-dev@xxxxxxxxxxx
> Subject: [eclipse-dev] HelloWorld first plug-in
> Reply-To: eclipse-dev@xxxxxxxxxxx
> 
> --0-797415935-1045819993=:74725
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
> 
> 
> Hi,
> 
> I installed the version 2.0 of Eclipse and I'm triing to realize my first plug-in, using the instructions of Platform Plug-in Developer Guide (Simple plug-in example). 
> 
> When I write the code of the HelloWorldView class I get this errors:
> 
> The import org.eclipse.swt cannot be solved.
> 
> The import org.eclipse.ui cannot be solved.
> 
> Please, can you tell me how I can resolve this problems?
> 
> Thank you,
> 
> Daniele



Back to the top