The Following User Says Thank You to JanKrejcarek For This Useful Post: | ||
|
2010-03-27
, 19:52
|
Posts: 85 |
Thanked: 29 times |
Joined on Jan 2008
|
#12
|
java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3555 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file
MOZILLA_FIVE_HOME=/opt/mozilla
|
2010-03-29
, 08:35
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#13
|
BTW, one of my SWT app uses the browser widget.
The error I get is:
Code:java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3555 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file
MOZILLA_FIVE_HOME=/opt/mozilla/xulrunner-1.9.2.1 java -cp .:swt.jar test.BrowserTest
The Following User Says Thank You to Wonko For This Useful Post: | ||
|
2010-03-30
, 09:32
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#14
|
|
2010-03-30
, 13:39
|
Posts: 292 |
Thanked: 131 times |
Joined on Dec 2009
|
#15
|
|
2010-03-31
, 18:41
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#17
|
Are you using that Cambrige version of OpenJDK or did you manage to compile OpenJDK from Debian?
|
2010-03-31
, 23:58
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#18
|
|
2010-05-06
, 22:08
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#19
|
The Following 3 Users Say Thank You to Wonko For This Useful Post: | ||
|
2010-05-07
, 11:03
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#20
|
Because SWT is a library you have to install it via "apt-get install swt-hildon".
Jan