dazuko-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dazuko-devel] On access scanning in Windows XP?


From: John Ogness
Subject: Re: [Dazuko-devel] On access scanning in Windows XP?
Date: Thu, 25 Mar 2004 15:51:33 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

fred wu wrote:
>   May I know some function of this file(dazukoio.c,
> dazuko_call.c and dazukoio_compat12.c)?

I am afraid I do not understand the question. The files you listed are under
a BSD License. You may use the code as long as the copyright and terms are
left intact. If you improve the code, your improvements would be
appreciated, but you are not required to post them.


>   One more question is does the example_java is for
> cross platform? Actually I have make the java file but
> I can't run it by "java Example". I have copied the
> dazuko_jni.so to /lib, /usr/lib and /usr/local/lib.
> The error is as follow:
> Exception in thread "main"
> java.lang.UnsatisfiedLinkError: no dazuko_jni in
> java.library.path
>         at java.lang.ClassLoader.loadLibrary(Unknown
> Source)
>         at java.lang.Runtime.loadLibrary0(Unknown
> Source)
>         at java.lang.System.loadLibrary(Unknown
> Source)
>         at org.dazuko.Dazuko.<init>(Dazuko.java:52)
>         at Example.main(Example.java:134)

As stated in the example_java/README file, the Makefile assumes that your
Java is installed in /usr/java. If it is not installed there, either add a
link or change the Makefile. Then you can run:

make
make install

This should copy the shared library to the correct path.

John Ogness

-- 
Dazuko Maintainer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]