Re: On access scanning in Windows XP?
John Ogness <[email protected]>
| Newsgroups | gmane.linux.dazuko.devel |
|---|---|
| Message-ID | <[email protected]> |
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