-
Notifications
You must be signed in to change notification settings - Fork 54
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
NoClassDefFoundError: Could not initialize class org.fusesource.jansi.WindowsAnsiOutputStream thrown on Windows #36
Comments
Which version of sbt do you use? Can you try if |
Hmm, I wonder in which way this is related to sbt at all. Have you tried using the sbt-assembly plugin to create a standalone jar and check if that works? |
I use sbt 0.13.2.
I didn't try sbt-assembly - I don't need it. I only wanted interactive development cycle: change code, auto-restart app. On OSX it works well. I think it does relate to sbt, since sbt puts jansi to |
Could you post the relevant output of running Does it work if you set |
I can't set [error] Expected ID character Same for |
It seems this is missing a colon. You need to either put that line into your build.sbt:
or run |
Okay, with |
Right, |
Hi, I am running into the same problem using sbt-revolver and ReactiveMongo. Is there an progress on this issue? |
I have the same problem:
|
@omidb sorry for not answering sooner. Have you checked if the same happens with I'm closing this for now. If you can demonstrate that your problem happens only with sbt-revolver but not with |
Can't make the plugin work on Windows. On
re-start
I get:java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi in java.library.path] [ERROR] java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.WindowsAnsiOutputStream
Full stacktrace: http://pastebin.com/jgeRDnam
I tried deleting ~.ivy2, ~.sbt but with no luck. On sbt start
.sbt\boot\other\org.fusesource.jansi\jansi\1.11\jansi-1.11.jar
file is created.Same config works okay on OSX.
The text was updated successfully, but these errors were encountered: