hi,
i wanted to try out the javafx sdk on opensolaris - while the code perfectly
compiles, i am not able to run it thx to :
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.sun.javafx.runtime.provider.GUIRuntimeProvider.run(GUIRuntimeProvider.java:62)
at com.sun.javafx.runtime.Entry.start(Entry.java:84)
at com.sun.javafx.runtime.Main.main(Main.java:80)
Caused by: java.lang.UnsatisfiedLinkError: no atk-wrapper in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1734)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at org.GNOME.Accessibility.AtkWrapper.<clinit>(AtkWrapper.java:45)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:771)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:859)
at java.awt.Toolkit.getEventQueue(Toolkit.java:1676)
at java.awt.EventQueue.invokeLater(EventQueue.java:955)
at com.sun.javafx.tk.swing.SwingToolkit.startup(SwingToolkit.fx:189)
... 7 more
i have both libatk and libatk-wrapper, i even tried to force the
java.library.path to point to /usr/lib (dir holding atk and atk-wrapper) but
without any success.
i was not able to find any references to this problem on the web - does anybody
have an idea what's wrong?
thx
--
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]