Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a new folder called "jnotify" in the "toolslib" directory: e.g. path/to /Library/Java/JavaVirtualMachines/jdk1.8/tools.0_77.jdk/Contents/Home/lib/jnotify

Next, paste jnotify-0.94.jarlibjnotify.so, and libjnotify.jnilib to the path/to/jdk1.8/toolslib/jnotify folder.

Finally, add this folder to your the following argument (adjusted with your correct path) to the JVM arguments in your Run Configuration for Clowder in IntelliJ:

-Djava.library.path=

...

/Library/Java/JavaVirtualMachines/jdk1.8

...

.0_77.jdk/Contents/Home/lib/jnotify 

Required Dependencies

There are still a few things missing before Clowder will run properly

...