How do I embed the Scala 2.8 interpreter in a Java application?

前端 未结 2 1762
忘掉有多难
忘掉有多难 2021-01-01 18:50

I want to be be able to manipulate objects in memory in my Java app interactively for debugging purposes. I would quite like to do this using Scala\'s 2.8 interpreter, taki

2条回答
  •  梦谈多话
    2021-01-01 19:26

    Here's an example of providing an embedded scala 2.9.1 over ssh: scala-ssh-shell

提交回复
热议问题