This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Applications/compass.app/Contents/MacOS/JavaApplicationStub | |
[LaunchRunner Error] com.handlino.compassapp.Main.main(String[]) threw an exception: | |
org.jruby.exceptions.RaiseException: (NameError) cannot link Java class org.eclipse.swt.widgets.Display, probable missing dependency: Could not load SWT library. Reasons: | |
no swt-cocoa-4234 in java.library.path | |
no swt-cocoa in java.library.path | |
Can't load library: /Users/kjsharp/libswt-cocoa-4234-64.jnilib | |
Can't load library: /Users/kjsharp/libswt-cocoa-64.jnilib | |
at org.jruby.javasupport.JavaUtilities.get_proxy_or_package_under_package(org/jruby/javasupport/JavaUtilities.java:54) | |
at (Anonymous).method_missing(file:/Applications/compass.app/Contents/Resources/Java/lib/java/jruby-complete.jar!/builtin/javasupport/java.rb:51) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#home-feature .image img { | |
position: relative; | |
top: 0; | |
left: 0; | |
transition: all 0.2s ease-in-out; | |
-moz-transition: all 0.2s ease-in-out; | |
-webkit-transition: all 0.2s ease-in-out; | |
} | |
#home-feature .image:hover img { | |
top: -5%; |