Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Where is swt-win32-3138.dll in Eclipse 3.1 SDK?
Where is swt-win32-3138.dll in Eclipse 3.1 SDK? [message #459281] Thu, 04 August 2005 21:29 Go to next message
Michael Xia is currently offline Michael XiaFriend
Messages: 119
Registered: July 2009
Senior Member
I noticed with the official Eclipse 3.1 SDK release, the directory
structure changed under plugins. Before there is
org.eclipse.swt.win32_3.1.0 directory, but now I just see a
org.eclipse.swt.win32.win32.x86_3.1.0.jar file, and I couldn't find the
dll's. I'm writing a plugin that will start a SWT application that is ran
in a different VM, and the SWT app needs the swt dll. I know I can
download the separate SWT package, but I'd like to use where there is
available in the SDK shipment instead of shiping the dll on my own. I do
see one in configuration/org.eclipse.osgi/bundles/61/1/.cp/, but it seems
the number 61 is randomly generated.

Thanks.

Michael
Re: Where is swt-win32-3138.dll in Eclipse 3.1 SDK? [message #459286 is a reply to message #459281] Thu, 04 August 2005 22:52 Go to previous messageGo to next message
Philip  Koester is currently offline Philip KoesterFriend
Messages: 20
Registered: July 2009
Junior Member
I think it must be hidden in a .jar file somewhere. Not really sure, though.
I downloaded SWT binaries and sources separately from
http://www.eclipse.org/swt/, and the DLL is there alright in the ZIP file.

Ph.
Re: Where is swt-win32-3138.dll in Eclipse 3.1 SDK? [message #459305 is a reply to message #459281] Fri, 05 August 2005 09:14 Go to previous messageGo to next message
Neil Greenwood is currently offline Neil GreenwoodFriend
Messages: 2
Registered: July 2009
Junior Member
Michael Xia wrote:
> I noticed with the official Eclipse 3.1 SDK release, the directory
> structure changed under plugins. Before there is
> org.eclipse.swt.win32_3.1.0 directory, but now I just see a
> org.eclipse.swt.win32.win32.x86_3.1.0.jar file, and I couldn't find the
> dll's. I'm writing a plugin that will start a SWT application that is
> ran in a different VM, and the SWT app needs the swt dll. I know I can
> download the separate SWT package, but I'd like to use where there is
> available in the SDK shipment instead of shiping the dll on my own. I
> do see one in configuration/org.eclipse.osgi/bundles/61/1/.cp/, but it
> seems the number 61 is randomly generated.
>
> Thanks.
>
> Michael
>
>

If you expand that Jar file you found, it contains the DLLs
you're looking for.

Cheers,
Neil.
neil.greenwood.lists AT gmail DOT com
Re: Where is swt-win32-3138.dll in Eclipse 3.1 SDK? [message #459353 is a reply to message #459281] Mon, 08 August 2005 00:40 Go to previous messageGo to next message
augur is currently offline augurFriend
Messages: 25
Registered: July 2009
Junior Member
C:\eclipse_3.1\configuration\org.eclipse.osgi\bundles\70\1\. cp

--
--

--


Thanks in Advance...
Augur, QunShun, ShangHai, China
____________________________________________________________ ______________

' If there is one, Knowledge is the "Fountain of
Youth"'
-William E. Taylor, Regular Guy (1952-)
Re: Where is swt-win32-3138.dll in Eclipse 3.1 SDK? [message #459354 is a reply to message #459353] Mon, 08 August 2005 02:02 Go to previous messageGo to next message
Billy Biggs is currently offline Billy BiggsFriend
Messages: 94
Registered: July 2009
Member
augur wrote:
> C:\eclipse_3.1\configuration\org.eclipse.osgi\bundles\70\1\. cp

That number (70) I do not think is constant for all Eclipse installs.
This is where it was extracted to by osgi on your system. The DLLs
are actually located in the .jar file org.eclipse.swt.win32.win32.jar in
the plugins directory.

-Billy
Re: Where is swt-win32-3138.dll in Eclipse 3.1 SDK? [message #459356 is a reply to message #459353] Mon, 08 August 2005 04:41 Go to previous messageGo to next message
IchBin is currently offline IchBinFriend
Messages: 30
Registered: July 2009
Location: Drexel Hill Pa USA
Member

augur wrote:
> C:\eclipse_3.1\configuration\org.eclipse.osgi\bundles\70\1\. cp
>
Augur,

Not to be off topic. Its nice that you like my signature quote.

I'm William E. Taylor

--


Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com
____________________________________________________________ ______________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Re: Where is swt-win32-3138.dll in Eclipse 3.1 SDK? [message #459357 is a reply to message #459354] Mon, 08 August 2005 07:13 Go to previous messageGo to next message
augur is currently offline augurFriend
Messages: 25
Registered: July 2009
Junior Member
It's my way that I searched it in the folder of
eclipse and got its path when I was noted a
building issue.Thank you for telling it to me.
Say sorry to Taylor,:)
If you do mind your right of this sentence, I
can pay the bill for it. I really like it.

--
--

--


Thanks in Advance...
Augur, QunShun, ShangHai, China
____________________________________________________________ ______________

' If there is one, Knowledge is the "Fountain of
Youth"'
-William E. Taylor, Regular Guy (1952-)
Re: Where is swt-win32-3138.dll in Eclipse 3.1 SDK? [message #459399 is a reply to message #459281] Mon, 08 August 2005 18:59 Go to previous message
Michael Xia is currently offline Michael XiaFriend
Messages: 119
Registered: July 2009
Senior Member
Thanks all for the reply. The answers are what I needed.

Michael
Previous Topic:Subclassing Item, allowed?
Next Topic:Using focus to enforce text field validation
Goto Forum:
  


Current Time: Fri Apr 26 21:39:32 GMT 2024

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

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

Back to the top