Hi,
I’ve been trying to set up FEEL REPL (local) | FEEL-Scala to try out my FEEL expressions in development locally (they contain sensitive data) and I’m having issues no matter what I try.
They range from:
scala.reflect.internal.FatalError:
bad constant pool index: 0 at pos: 48445
to
not found: value predef
value sc is not a member of ammonite.repl.FullReplAPI
ammonite.$sess.feel.type does not take parameters
First one went away after I downgraded from openjdk 21 to openjdk 17.
I’m suspecting some incompatibility between java/scala/script version but I have 0 experience in scala, so it’s trial and error. I was hoping someone would have some hints, any help appreciated:)
What I tried:
- putting the feel-repl.sc in the predef folder
- using import $file instead of --predef
- various versions of ammonite (download link in their instruction for Windows doesn’t work)