Re: JShell Support

2018-03-14 Thread Geertjan Wielenga
> Von: Geertjan Wielenga <geertjan.wiele...@googlemail.com> > Gesendet: Montag, 12. März 2018 12:29 > An: dev@netbeans.incubator.apache.org > Betreff: Re: JShell Support > > I'd advise to install nb-javac, rather than use the javac from JDK 9, to > have as few unexpected side e

AW: JShell Support

2018-03-14 Thread toni.epple
n: dev@netbeans.incubator.apache.org Betreff: Re: JShell Support I'd advise to install nb-javac, rather than use the javac from JDK 9, to have as few unexpected side effects as possible and indeed switch off 'compile on save' on the project. And if in doubt don't use a Maven project but an Ant-based Java SE projec

Re: JShell Support

2018-03-12 Thread Geertjan Wielenga
gt; Von: toni.ep...@eppleton.de <toni.ep...@eppleton.de> > Gesendet: Montag, 12. März 2018 11:55 > An: dev@netbeans.incubator.apache.org > Betreff: JShell Support > > Hi all, > > > > is there a platform where the NB JShell Integration works? With RC3 on > Windows, I

AW: JShell Support

2018-03-12 Thread toni.epple
ndet: Montag, 12. März 2018 11:55 An: dev@netbeans.incubator.apache.org Betreff: JShell Support Hi all, is there a platform where the NB JShell Integration works? With RC3 on Windows, I can use JSHell, but the JSHell with project classpath fails (probably due to backslashes in path), an

JShell Support

2018-03-12 Thread toni.epple
. With Maven the project fails when JShell is enabled in run configuration, but at least it recovers after I deactivate JSHell support. The same thing happened before on my Mac (and was originally the reason I took my windows machine with me, since the application was running there initially) Can