Raspberry Pi setup the safe option

2021-01-15 Thread Som Lima
https://youtu.be/ebHbDlTnV-I I decided to go for the safe option by following these setup instruction keeping to the same versions of Netbeans and ejdk. Also I think the ssh server was playing about so I did the safe option again by reinstalling OS with rpi-imager and a headless setup by

Re: possibly naive question

2021-01-15 Thread Thomas Wolf
Hi Scott- thanks a bunch - that did it! I’m ashamed to admit that I didn’t really think to look inside the app package :-( tom On Jan 15, 2021 at 11:47:44 AM, Scott Palmer wrote: > Have you tried digging into the app bundle and using the same command a > given before: > >

Re: possibly naive question

2021-01-15 Thread Scott Palmer
Have you tried digging into the app bundle and using the same command a given before: /Applications/NetBeans/Apache\ NetBeans\ 11.3.app/Contents/Resources/NetBeans/netbeans/bin/netbeans --open file1[:line1]... On Fri, Jan 15, 2021 at 9:41 AM Thomas Wolf wrote: > Hi again, > You wouldn’t happen

Re: possibly naive question

2021-01-15 Thread Thomas Wolf
Hi again, You wouldn’t happen to know how to do this on Mac, would you? I tried this: open -a /Applications/NetBeans/Apache\ NetBeans\ 11.3.app --args --open $PWD/try1.xml But this has two effects, depending on whether Netbeans is already running: if it is, Netbeans simply comes to the

Re: [Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Richard Grenon
Geertjan, thank you for your reply. I am continuing with this good tutorial. Richard Le ven. 15 janv. 2021 à 11:52, Geertjan Wielenga < geertjan.wiele...@googlemail.com> a écrit : > It’s unrelated to your code, it refers to something one of the JARs is > doing that is part of the NetBeans

Re: [Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Geertjan Wielenga
It’s unrelated to your code, it refers to something one of the JARs is doing that is part of the NetBeans Platform. Don’t worry about it. Gj On Fri, 15 Jan 2021 at 11:49, Richard wrote: > Hello. > > I am using Netbeans 12 on Linux Mint 19.3 x64 OS in order to perform the > four steps Netbeans

[Netbeans platform] Illegal reflective access warning

2021-01-15 Thread Richard
Hello. I am using Netbeans 12 on Linux Mint 19.3 x64 OS in order to perform the four steps Netbeans platform tutorial "EventManager" which starts here : https://platform.netbeans.org/tutorials/nbm-selection-1.html I am able to run each step of the tutorial (currently the third one), but I