1
votes

I've got ensime and scala-mode2 install in my emacs, and I successfully start the ensime server for my project, and then when I try to bring up scala-repl through M-c + M-v + z, I got the following error: "apply: Wrong type argument: stringp, ("/Users/admin/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.4.jar" "/Users/admin/.ivy2/cache/org.kamranzafar/jtar/jars/jtar-2.2.jar" "/Users/admin//target/scala-2.11/classes" "/Users/admin//target/scala-2.11/test-classes")"

1
I guess this isn't really matter since I can start the console in sbt, But it would nice to make it work.EdwinGuo
do you have this list of paths in your configuration? This is a type error.andygavin

1 Answers

0
votes

This might have been a transient error. This code has been refactored a lot recently, does it work now?

If not, follow the Troubleshooting Guide