Re: JShell in NetBeans

2018-07-23 Thread Sven Reimers
Hi Svata, thanks for the update... will try to do a comparison of 11 command line JShell and the actual integration layer and let you know about my findings. Do you think it may be necessary to detect the version of JShell we are running on or even support multiple versions based ob the selected

Re: JShell in NetBeans

2018-07-23 Thread Svata Dedic
Hi, On 07/23/2018 05:19 PM, Sven Reimers wrote: Hi, I just tried to use the JShell integration in NetBeans for creating a demo using an external jar, which has to be on the classpath. the easiest way to access your JAR's classes is to create a project and add that JAR as a library to the proj

Re: JShell in NetBeans

2018-07-23 Thread Geertjan Wielenga
Provide the steps and JAR or something similar so others can try and reproduce the problem, if the YouTube clip doesn't help. Gj On Mon, Jul 23, 2018 at 6:50 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Here's a pointer: https://www.youtube.com/watch?v=W0GHR4Gb4-Q > > Can y

Re: JShell in NetBeans

2018-07-23 Thread Geertjan Wielenga
Here's a pointer: https://www.youtube.com/watch?v=W0GHR4Gb4-Q Can you do what is shown there? Gj On Mon, Jul 23, 2018 at 5:19 PM, Sven Reimers wrote: > Hi, > > I just tried to use the JShell integration in NetBeans for creating a demo > using an external jar, which has to be on the classpath.

JShell in NetBeans

2018-07-23 Thread Sven Reimers
Hi, I just tried to use the JShell integration in NetBeans for creating a demo using an external jar, which has to be on the classpath. I can get this to work from the command-line but not from inside NetBeans - am I missing something? Comparing my steps from within and without I recognized that