-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
UnsatisfiedLinkError when launching rails console on Windows. #3769
Comments
When I run JRuby on Windows (Windows 10), I don't run into any issues running the Rails console (note that JRuby should ideally be the only version of Ruby available on your path (or just put the folder When I run the Rails console on Windows 10 using the same version of JRuby, I don't run into any errors:
Also note that the command line argument ( |
I've also never seen the error shown in the unexpected behavior before either ( |
This is a duplicate of issue #3625, which had been solved in 9.1.3.0 but reappeared in subsequent releases. It can be easily tested by executing (from CMD or Powershell):
|
closing per @boskowski's comment ^^^ ... this has been resolved, let us know if you feel otherwise. thanks |
Environment
JRuby version - 9.0.5.0 (2.2.3)
JDK 8
Windows 7 64bit
Expected Behavior
I have run rails console via RubyMine:
Actual Behavior
It throws this error:
Why does this happen?
The text was updated successfully, but these errors were encountered: