openpreserve / format-corpus

An openly-licensed corpus of small example files, covering a wide range of formats and creation tools.
179 stars 39 forks source link

Unable to launch fidget 0.0.2-snapshot on OS X #5

Closed mistydemeo closed 11 years ago

mistydemeo commented 11 years ago

When I launch fidget 0.0.2-snapshot, I get the following exception:

Exception in thread "main" java.lang.NoClassDefFoundError: org/opf_labs/fmts/fidget/fidget/SigGenCommand
Caused by: java.lang.ClassNotFoundException: org.opf_labs.fmts.fidget.fidget.SigGenCommand
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

I installed the libraries to /usr/local/lib and the launcher script to /usr/local/bin without modification; an identical install of 0.0.1 works fine. I'm running Mac OS X 10.6.8.

anjackson commented 11 years ago

Thanks for letting me know - a silly oversight on my part. The broken 0.0.2-SNAPSHOT distribution has been taken down.

mistydemeo commented 11 years ago

Thanks for the fast reply! I've updated the formula in homebrew-digipres to the new version.