如何在Linux(Ubuntu OS)中配置Jnotify?

时间:2011-10-11 13:00:45

标签: java linux ubuntu-11.04 jnotify

我在Windows中使用了Jnotify。我在 SYSTEM FOLDER和 SYSTEM32 中复制了DLL文件 并在构建路径中包含Jnotify.jar。这个程序工作正常。我得到了jnoitify提供的Windows系统中的所有通知。

现在我希望jnotify在Ubunt Linux中运行。请帮助我,我应该遵循什么程序。我在我的java类路径中包含了Jnoitify.jar。但它不起作用。

按照以上说明,以下是例外情况。

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at net.contentobjects.jnotify.linux.JNotify_linux.<clinit>(Unknown Source)
at net.contentobjects.jnotify.linux.JNotifyAdapterLinux.<init>(Unknown Source)
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 net.contentobjects.jnotify.JNotify.<clinit>(Unknown Source)
at test.test2.NotifyHandler.sample(NotifyHandler.java:23)
at test.test2.NotifyHandler.main(NotifyHandler.java:42)

1 个答案:

答案 0 :(得分:0)

通过设置本机库的路径,我能够在Linux中配置和运行jnotify