[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Eclipse in Linux with Jface
|
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
>
>