Re: Start shell/REPL without launching java monitor?

2018-10-15 Thread Tzu-Li Chen
cat test.groovy > println 'hello world' > $ groovy test.groovy > hello world > > Hope this helps, > Keith > > On Oct 11, 2018, at 10:54 PM, Tzu-Li Chen wrote: > > Hi Groovy community, > > I am new to Groovy and when running `groovysh` with "3.0.0-alpha

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 i

Re: Start shell/REPL without launching java monitor?

2018-10-20 Thread Tzu-Li Chen
ss=true groovysh' > $> gsh > > Now the applet is not launched and doesn't steal the focus away from the > terminal window. However, I haven't tested the above (other to ensure the > applet isn't started) so I don't know what else might be affected. > > Ho