-
Notifications
You must be signed in to change notification settings - Fork 154
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
Versions #727
Comments
Figaro 5.0.0.0 cross-compiles to support both Scala 2.11.8 and 2.12.2 using Java 1.8. |
The stack trace is helpful, but if it's possible to post the code you're trying to run we'll be able to tell you more because we can attempt to reproduce the problem on our side and debug. |
Cross-compiles? It is two different fat-jars? |
I got the problem with Figaro 5.0, Scala 2.12 and IntelliJ:
Unfortunately that does not change the designated SDK for your current project. So you need to:
|
What versions does Figaro 5.0 require?
scala 2.12.4 ?
jvm 1.8.0.144 ?
I am having some problems:
Exception in thread "main" java.lang.NoSuchMethodError: scala.Product.$init$(Lscala/Product;)V
at com.cra.figaro.language.Name.(Reference.scala:28)
at com.cra.figaro.language.Name$.stringToName(Reference.scala:64)
at Simulator$.(Simulator.scala:11)
at Simulator$.(Simulator.scala)
at Simulator.main(Simulator.scala)
It compiles, but it does not run.
The text was updated successfully, but these errors were encountered: