-
Notifications
You must be signed in to change notification settings - Fork 17
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
Play/Scala, JDK17, Apple M1: NoClassDefFoundError: Could not initialize class com.sun.jna.Native #51
Comments
Hi Michael, Could you clarify which version of sbt-sassify you're using? I'm trying to reproduce this issue, but I cannot on my intel Mac. |
I have this on my plugins.sbt:
addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2")
I'm happy to try test versions on my M1 Mac as needed.
…-- Michael
On 3 Apr 2022, at 13:08, Han van Venrooij ***@***.***> wrote:
Hi Michael,
Could you clarify which version of sbt-sassify you're using? I'm trying to reproduce this issue, but I cannot on my intel Mac.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Great that you'd like to help resolve this issue. Would it be possible for you to provide your plugins.sbt and build.sbt files? I personally wouldn't expect this to be an CPU architecture issue, but rather a dependency conflict. |
plugins.sbt
build.sbt:
|
Same issue here on an Apple M1 machine. Using sbt 1.4.9 and Play 2.7.9.
|
Any luck with this? |
[info] Sass compiling on 6 source(s) Facing Same Issue. JDK 8 Apple silicon M1 |
When working with Play, using JDK17 on Apple Silicon M1, I get the below stack trace. The problem is solved when moving back to JDK11.
(sbt 1.6.2, Play 2.8.15)
The text was updated successfully, but these errors were encountered: