Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch SecurityExceptions #14

Merged
merged 1 commit into from Feb 16, 2012
Merged

Commits on Jan 16, 2012

  1. Catch SecurityExceptions

    When using Bio-Formats within an applet, it is common for
    System.getProperty("java.library.path") and System.loadLibrary(...) to
    fail as a result of insufficient permissions.  We now catch and log
    these exceptions, as the majority of Bio-Formats' functionality can be
    used without the native libraries in question.
    
    See:
    http://www.openmicroscopy.org/community/viewtopic.php?f=6&t=942&start=10#p3594
    melissalinkert committed Jan 16, 2012
    Copy the full SHA
    4aa603f View commit details
    Browse the repository at this point in the history