Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.

Back to the top