Re: Start shell/REPL without launching java monitor?

2018-10-20 Thread Tzu-Li Chen
Hi Keith, I confirm your workaround did the job on macOS, thank you very much! Best, tison. Keith Suderman 于2018年10月20日周六 下午11:48写道: > Ok, I see what you mean now. I don't use groovysh enough for that to be > an issue for me, but I wonder if the issue is the same on Windows machines? > >

Re: Start shell/REPL without launching java monitor?

2018-10-20 Thread Keith Suderman
Ok, I see what you mean now. I don't use groovysh enough for that to be an issue for me, but I wonder if the issue is the same on Windows machines? However, I see that the "inspect" command uses a Swing GUI and I suspect this is what is causing the issue. I also see that the "inspect"

Re: Start shell/REPL without launching java monitor?

2018-10-15 Thread Tzu-Li Chen
1.png 2.png diag.png Hi Keith,

Re: Start shell/REPL without launching java monitor?

2018-10-15 Thread Keith Suderman
Hi Tison, I am not sure what you are asking... groovysh is the "Groovy Shell" so you should see a terminal window named "GroovyShell" launched that allows you to execute Groovy commands interactively. This is the expected behaviour. Or are you just pointing out the exception when quitting

Re: Start shell/REPL without launching java monitor?

2018-10-13 Thread Tzu-Li Chen
Any thoughts? Tzu-Li Chen 于2018年10月12日周五 上午10:54写道: > Hi Groovy community, > > I am new to Groovy and when running `groovysh` with "3.0.0-alpha-3, JVM: > 1.8.0_171" on macOS, I see a, hmm, Java monitor(?), named "GroovyShell" > launched. > > If I kill it, process `groovysh` quit with exception