Skip to main content



      Home
Home » Newcomers » Newcomers » org.eclipse.swt.win32.x86_3.1.2.jar
org.eclipse.swt.win32.x86_3.1.2.jar [message #158044] Thu, 22 June 2006 03:07 Go to next message
Eclipse UserFriend
Originally posted by: paul.fluid.com

Hi all,

I'm building a library that will be shared between a few different
plugins. While refactoring the code out of its current location and
having to add libraries to the Java Build path by hand I noticed that
some of the classes I'm using required me to add
org.eclipse.swt.win32.x86_3.1.2.jar to the build path. The classes
include org.eclipse.swt.layout.GridData,
org.eclipse.swt.layout.GridLayout, and others.

Does this mean my plugin is platform dependent?

thanks,

Paul
Re: org.eclipse.swt.win32.x86_3.1.2.jar [message #158193 is a reply to message #158044] Fri, 23 June 2006 01:02 Go to previous messageGo to next message
Eclipse UserFriend
Nope, that jar could be swapped out with a gtk-linux version and be
unchanged... Your problems comes in referencing it in a build script or
eclipse project, you need to get the one for the platform you're
developing on or deploying to. As long as your code avoids the
org.eclipse.swt.internal.* packages where OS-specific classes live you
should be just fine.

On Thu, 2006-06-22 at 00:07 -0700, Paul wrote:
> Hi all,
>
> I'm building a library that will be shared between a few different
> plugins. While refactoring the code out of its current location and
> having to add libraries to the Java Build path by hand I noticed that
> some of the classes I'm using required me to add
> org.eclipse.swt.win32.x86_3.1.2.jar to the build path. The classes
> include org.eclipse.swt.layout.GridData,
> org.eclipse.swt.layout.GridLayout, and others.
>
> Does this mean my plugin is platform dependent?
>
> thanks,
>
> Paul
Re: org.eclipse.swt.win32.x86_3.1.2.jar [message #158318 is a reply to message #158193] Sat, 24 June 2006 16:23 Go to previous message
Eclipse UserFriend
Originally posted by: paul.fluid.com

Thanks Nick! I was hoping that was the case.

Nick Veys wrote:
> Nope, that jar could be swapped out with a gtk-linux version and be
> unchanged... Your problems comes in referencing it in a build script or
> eclipse project, you need to get the one for the platform you're
> developing on or deploying to. As long as your code avoids the
> org.eclipse.swt.internal.* packages where OS-specific classes live you
> should be just fine.
>
> On Thu, 2006-06-22 at 00:07 -0700, Paul wrote:
>> Hi all,
>>
>> I'm building a library that will be shared between a few different
>> plugins. While refactoring the code out of its current location and
>> having to add libraries to the Java Build path by hand I noticed that
>> some of the classes I'm using required me to add
>> org.eclipse.swt.win32.x86_3.1.2.jar to the build path. The classes
>> include org.eclipse.swt.layout.GridData,
>> org.eclipse.swt.layout.GridLayout, and others.
>>
>> Does this mean my plugin is platform dependent?
>>
>> thanks,
>>
>> Paul
>
Previous Topic:Can I install swt 3.2 jars only on top of the wtp 1.0.2?
Next Topic:API help
Goto Forum:
  


Current Time: Thu Jul 17 20:35:52 EDT 2025

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

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

Back to the top