Hello,

I've just compiled(*) the OfficeDev/DesktopEnvironment/FunctionHelper.java and other stuff on my debian linux Etch box (OOo 2.0.4)

*: just runned make after sourcing setsdkenv_unix.sh in bash.

I've added the libnativeview.so to the path, and runnind the jar gives the following exception. The most interesting part is $subject.

Do anyone have a hint?

[EMAIL PROTECTED]:~/output/sdk/LINUXexample.out/class/OfficeDevDesktopEnv$ java -jar DesktopExample.jar
Connected to a running office ...
Exception in thread "main" 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:585)
        at com.sun.star.lib.loader.Loader.main(Loader.java)
Caused by: java.lang.UnsatisfiedLinkError: /home/jmarton/output/sdk/LINUXexample.out/lib/libnativeview.so: Can't load AMD 64-bit .so on a AMD 64-bit platform at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
        at java.lang.Runtime.loadLibrary0(Runtime.java:822)
        at java.lang.System.loadLibrary(System.java:993)
        at NativeView.<clinit>(NativeView.java:177)
        at DocumentView.<init>(DocumentView.java:184)
        at Desk.main(Desk.java:97)
        ... 5 more


Thanks,
Jozsi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to