Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] newbie


This mailing list is for discussions of how SWT is implemented.
For questions like yours, the best place is the eclipse.tools newsgroup.

To answer your question:  You obvoiusly don't have SWT nor Eclipse-UI on your classpath.  org.eclipse.swt.* are part of the org.eclipse.swt plugin, and ViewPart lives in the org.eclipse.ui plugin.  Both of these, including full source, come with the copy of Eclipse you downloaded.

Boris



Schmidt Péter <spy@xxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

08/29/2002 10:35 AM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-swt-dev] newbie




I'm following the steps of...

Platform Plug-in Developer Guide/
Programmers Guide/
Simple plug-in example/
A minimal plug-in

BUT...!
...these packages are missing:

org.eclipse.swt.widgets.Composite;
org.eclipse.swt.widgets.Label;
org.eclipse.swt.SWT;
org.eclipse.ui.part.ViewPart;

Where can I get them?

Thanks:
spy

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



Back to the top