我一直在嘗試使用Groovy來查看它是否會成爲添加到工具箱的好工具。我使用groovysh打開了shell,並且正在執行命令。當我到顯示和淨化我回到這個錯誤(殼的全部內容,格式):Groovy shell在顯示和清除命令時返回錯誤
Groovy Shell (1.8.5, JVM: 1.6.0_23)
Type 'help' or '\h' for help.
groovy:000> show
ERROR java.lang.IncompatibleClassChangeError:
the number of constructors during runtime and compile time for java.lang.Exception do not match. Expected 5 but got 4
at java_lang_Runnable$run.call (Unknown Source)
groovy:000>
所有我迄今發現的是,這可能與Java 7或發生當嘗試集成時,但我使用Java 6和新鮮的空Groovy shell。
謝謝。