Skip to content

Commit

Permalink
trying linux
Browse files Browse the repository at this point in the history
  • Loading branch information
olir committed Mar 28, 2018
1 parent 170d53b commit 0da9967
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ public void start(Stage primaryStage) {
(Object[]) null);
// nu.pattern.OpenCV.loadShared();
// nu.pattern.OpenCV.loadLocal();
System.out.println("Loading from " + System.getProperty("java.library.path"));
System.loadLibrary(org.opencv.core.Core.NATIVE_LIBRARY_NAME);
} catch (ClassNotFoundException e) {
System.out.println("WARNING: nu.pattern.OpenCV not found.");
} catch (Throwable t) {
System.out.println("WARNING: nu.pattern.OpenCV not loaded.");
}
System.out.println("Loading from " + System.getProperty("java.library.path"));
System.loadLibrary(org.opencv.core.Core.NATIVE_LIBRARY_NAME);

theStage = primaryStage;

Expand Down

0 comments on commit 0da9967

Please sign in to comment.