For all of you who want to see a working sample for win32 and SWT can
download it from our server:

http://www.bestsolution.at/documents/test-oo.zip

The example is compiled for java-1.3.

Tom

Stephan Bergmann schrieb:
> 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]
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to