org.eclipse.swt.win32.x86_3.1.2.jar [message #158044] |
Thu, 22 June 2006 03:07  |
Eclipse User |
|
|
|
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 #158318 is a reply to message #158193] |
Sat, 24 June 2006 16:23  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.11047 seconds