Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Build SWT JNI libraries for Windows
Build SWT JNI libraries for Windows [message #970528] Sun, 04 November 2012 05:13 Go to next message
Hao Wu is currently offline Hao WuFriend
Messages: 1
Registered: November 2012
Junior Member
Greetings.

I'm trying to build SWT JNI libraries for Window by myself followin the instructions in FAQ:http://www.eclipse.org/swt/faq.php#howbuilddll. However, I got some issues with my environment.

In the build.bat, there is a swt-builddir which I think should contains the MSSDKS/VC runtimes required for the build process. Where can I get the contents of this swt-builddir folder?

Thanks for your help.

Kind regards,
-wuh
Re: Build SWT JNI libraries for Windows [message #972112 is a reply to message #970528] Mon, 05 November 2012 11:12 Go to previous messageGo to next message
Christian Sell is currently offline Christian SellFriend
Messages: 51
Registered: August 2010
Member
why did you spam the forum with dozens of copies of this message?
Re: Build SWT JNI libraries for Windows [message #978136 is a reply to message #970528] Fri, 09 November 2012 21:37 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
The swt-builddir directory is internal, it's not available for public
use, so you'll need to update the values in the build.bat file. Most of
what you need should be straight-forward from looking at build.bat (eg.-
"%SWT_BUILDDIR%\MSSDKs\Windows Server 2003 SP1 SDK"). The less-obvious
ones are:

"JAVA_HOME": any Java SDK
"%SWT_BUILDDIR%\MSSDKs\feb2003": Microsoft Platform SDK February 2003
"%SWT_BUILDDIR%\MSVCs\msvc60\...": Visual C++ 6
"%SWT_BUILDDIR%\gecko-sdk": A XULRunner 1.8.x SDK

Grant


On 11/4/2012 7:05 AM, Hao Wu wrote:
> Greetings.
>
> I'm trying to build SWT JNI libraries for Window by myself followin the
> instructions in FAQ:http://www.eclipse.org/swt/faq.php#howbuilddll.
> However, I got some issues with my environment.
>
> In the build.bat, there is a swt-builddir which I think should contains
> the MSSDKS/VC runtimes required for the build process. Where can I get
> the contents of this swt-builddir folder?
>
> Thanks for your help.
>
> Kind regards,
> -wuh
Previous Topic:Integrating VC++ in a SWT application
Next Topic:Reordering children.
Goto Forum:
  


Current Time: Thu Apr 18 03:23:09 GMT 2024

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

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

Back to the top