Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT Application Launch configuration


Don't use an "SWT Application" launch configuration.
Import SWT into your workspace (http://www.eclipse.org/swt/eclipse.php)
and just create a "Java Application" launch configuration.
(Or use Run As -> Java Application)

Carolyn MacLeod



Arnaud De Muyser <ademuyser@xxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

10/12/2006 11:00 AM

Please respond to
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] SWT Application Launch configuration






Hi,


On windows when I launch a SWT application using Eclipse's "SWT Application" launch configuration,

the value of java.library.path is replaced (by Eclipse) with the value:


       java.library.path=C:\workspace\.metadata\.plugins\org.eclipse.pde.ui\1159404583030.swt


1159404583030.swt is a file containing reference to swt's dll, meaning application can load them.


Unfortunetly my application have other dll to load and absolutely need the "system" value of java.library.path

       java.library.path=C:\Program Files\Application\bin;C:\windows\system32


Is there a way to use SWT Application launch configuration where 1159404583030.swt file is appended to java.library.path ?


Is this a bug in SWT Application launch configuration ?


Thanks,


Arnaud.
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top