-
Notifications
You must be signed in to change notification settings - Fork 37
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
Could not load FFI Provider: (NotImplementedError) FFI not available: null #37
Comments
FYI: I've also repeated the process on a Windows 7.1 (64-bit) performing a clean install of Eclipse and Java, however the end result was the same. I also tried adding a runtime dependency on the jffi native library as suggested here (https://www.ruby-forum.com/topic/4414925) but with no luck here either :( e.g.:
|
In my case, jruby updating solves this problem. My build.gradle is following:
|
@kakusuke Yes indeed - that did the trick! Thanks! Shane |
Folks,
I've been struggling for the past day or so to try and integrate this plugin with my Gradle build environment - with limited success. After initially failing to get it to work with my existing Gradle project, I decided to keep things simple and create a new/pristine Gradle project with only the following configuration in the build.gradle file:
We use an internal Artifactory repository server/proxy to retrieve external packages for us and I can see the various gradle-compass, jruby and rubygem packages download as expected.
When I then initiate a simple 'compassVersion' task (either in Eclipse STS or via Gradle at the CLI) I eventually get the following:
I've had a look at the referenced JIRA ticket, although this appears to relate to JRuby 1.5.x and since I'm running on an x64 Windows based system I didn't think this issue would affect me. Just wondering if I'm missing something obvious. Some additional info about my environment:
OS: Windows 8.1 x64
Java: JDK 1.8.0_31-b13
Gradle: 2.3
Regards,
Shane
The text was updated successfully, but these errors were encountered: