Skip to main content



      Home
Home » Newcomers » Newcomers » cannot find org.eclipse.swt.widgets. files
cannot find org.eclipse.swt.widgets. files [message #91852] Wed, 03 August 2005 17:03 Go to next message
Eclipse UserFriend
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 #92074 is a reply to message #91852] Thu, 04 August 2005 09:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jordan.day.21csi.com

Steven,
Unless you downloaded the source, there will not be an
org.eclipse.swt.widgets.*.jar file. If you add the org.eclipse.swt.xxxxx.jar
(where xxx is the version num and platform), then that will contain all the
widgets and other SWT pieces you'll need.

-Jordan

"Steven" <steve324@yahoo.com> wrote in message
news:b9c79547c31923a65afc86d7915cc389$1@www.eclipse.org...
>
> 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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Greater than signs ( >>> )in project explorer
Next Topic:Update Existing Plugin
Goto Forum:
  


Current Time: Wed Apr 16 02:02:32 EDT 2025

Powered by FUDForum. Page generated in 0.10707 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top