cannot find org.eclipse.swt.widgets. files [message #91852] |
Wed, 03 August 2005 17:03  |
Eclipse User |
|
|
|
Originally posted by: steve324.yahoo.com
having trouble finding the org.eclipse.swt.widgets.* jar files. I believe
I've downloaded all the files I need. I'm following an example project,
which uses org.eclipse.swt.widgets.shell. I searched my eclipse install
area for 'widgets', and came up empty.
thanks,
Steve
|
|
|
|
Re: cannot find org.eclipse.swt.widgets. files [message #92185 is a reply to message #92074] |
Thu, 04 August 2005 11:19  |
Eclipse User |
|
|
|
Originally posted by: steve324.yahoo.com
Jordan-
Thanks for the info. I added the mentioned .jar file to the project, and
the same error is happening. The example code has a line it like:
import org.eclipse.swt.widgets.Shell;
and then the code to use the shell widgets:
public void run(IAction proxyAction) {
// the proxyAction has the UI information from the manifest file
Shell shell = activeWindow.getShell();
MessageDialog.openInformation(shell, "Hello World", "Hello
World!");
}
the project doesn't work, complaining of can't find the
org.eclipse.swt.widgets.Shell file. I did a search on the
harddrive/install directories, and nothing showed up.
thanks,
Steven
|
|
|
Powered by
FUDForum. Page generated in 0.10707 seconds