How to use OSGi fragments to contribute platform-dependent native code with the same filename?

前端 未结 3 516
南方客
南方客 2020-12-19 09:22

I am using the JNotify project to listen to file system events. This depends on one native library per OS:processor architecture. For example, there\'s one library for Windo

3条回答
  •  太阳男子
    2020-12-19 10:02

    Check what version of Eclipse/OSGi container are you running. I suspect you find that the container you are launching has os set to a 32 bit system.

提交回复
热议问题