Tom Schindl wrote:
We sorted out things offline. The problem is, was and has always been a
classpath-issue as we all said.

The solution goes the following:
0. Put all your SWT*.dll in your execution directory
1. Call
java -cp %ALL_NEEDED_OO_JARS%;%SWT_JARS%;Application.jar at.bestsolution.Test

[2.] Don't use
java -cp %ALL_NEEDED_OO_JARS%;%SWT_JARS% -jar Test.jar

Right, java -jar ignores any classpath settings (see java documentation).

-Stephan

Tom
[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to