Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » What is package contain org.eclipse.swt.widgets.Shell
What is package contain org.eclipse.swt.widgets.Shell [message #104489] Thu, 31 July 2003 22:58 Go to next message
Eclipse UserFriend
Originally posted by: hoalq.fsoft.com.vn

Hi all!
sorry for my stupid question .
But I don't know where package has org.eclipse.swt.widgets.Shell
Who know pls tell me
thanks
Hoalq
Re: What is package contain org.eclipse.swt.widgets.Shell [message #104556 is a reply to message #104489] Fri, 01 August 2003 02:53 Go to previous messageGo to next message
Eclipse UserFriend
hoalq wrote:
[..]
> But I don't know where package has org.eclipse.swt.widgets.Shell
> Who know pls tell me
[..]

../org.eclipse.swt.win32_2.1.1/ws/win32/swt.jar

I got this using a small bash script (under cygwin):

#! /usr/bin/bash
for i in `find . -name *.jar`; do echo $i; unzip -l $i | grep $1; done

Just go to your plugin dir and start the script with the name of the
class you are looking for as parameter. I'm sure this could be improved.
Anyone have an idea how to suppress the printout of the jar's that don't
contain the class file?

kind regards

Jerry
Re: What is package contain org.eclipse.swt.widgets.Shell [message #104571 is a reply to message #104556] Fri, 01 August 2003 03:02 Go to previous messageGo to next message
Eclipse UserFriend
Gerald Preissler wrote:

> hoalq wrote:
> [..]
>
>> But I don't know where package has org.eclipse.swt.widgets.Shell
>> Who know pls tell me
>
> [..]
>
> ./org.eclipse.swt.win32_2.1.1/ws/win32/swt.jar
>
[..]

Just saw that you actually asked what package the class was located in.
That would be org.eclipse.swt.widgets, obviously. My script gives you
the name of the jar-file you need to include in your project to use the
class.

regards
Jerry
Re: What is package contain org.eclipse.swt.widgets.Shell [message #104604 is a reply to message #104571] Fri, 01 August 2003 04:20 Go to previous message
Eclipse UserFriend
Originally posted by: hoalqus.hotmail.com

thanks very much
Gerald Preissler wrote:

> Gerald Preissler wrote:

> > hoalq wrote:
> > [..]
> >
> >> But I don't know where package has org.eclipse.swt.widgets.Shell
> >> Who know pls tell me
> >
> > [..]
> >
> > ./org.eclipse.swt.win32_2.1.1/ws/win32/swt.jar
> >
> [..]

> Just saw that you actually asked what package the class was located in.
> That would be org.eclipse.swt.widgets, obviously. My script gives you
> the name of the jar-file you need to include in your project to use the
> class.

> regards
> Jerry
Previous Topic:Saving information from a wizard
Next Topic:Which Xerces
Goto Forum:
  


Current Time: Sun Aug 31 19:12:32 EDT 2025

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

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

Back to the top