[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Eclipse in Linux with Jface

Thank you Tom. that does it.
I also found jar files are relocated and regrouped in Eclipse 3.2.1. I need
to add different jar files to Java Build Path to make projects from 3.1 work
in 3.2... I am still learning the IDE anyway : )

"Tom Schindl" <tom.schindl@xxxxxxxxxxxxxxx> wrote in message 
news:egfhfv$6js$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> 1. You also not to set the path to your .so-Files when the application
> starts up. This is done in the run configuration where you pass
> -Djava.library.path=$PATH_TO_SO_DIRECTORY
>
> A better possiblity though is to select Run As > SWT Application.
>
> Tom
>
> HS schrieb:
>> Hi all,
>>
>> I couldn't find a group for Jface... sorry if I posted in the wrong 
>> place.
>> : )
>> I am new to eclipse and trying to write a simple "hello world" 
>> application
>> in jface(Please note I am working on linux). When I run it, i got an 
>> error
>> message said: no swt-pi-gtk-3235 in java.library.path...
>> I added the whole org.eclipse.swt.gtk.linux.x86_3.2.1.v3235.jar to my
>> project's Java Build Path, but couldn't find any swt-pi-gtk package in
>> eclipse's plugin folder... any help will be highly appreciated.
>>
>> Thank you in advance!
>>
>> Henry
>>
>>