Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread antonio
Pretty cool! The basic idea is to run the "buildall.sh" at [1], see where it fails (probably some #include's, etc.), fix it, build a binary and add the generated dylib? to the binary in the "external" directory. Please let me know if you need help, or if you want me to install you a bitcoin

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread antonio
Pretty cool! The basic idea is to run the "buildall.sh" at [1], see where it fails (probably some #include's, etc.), build a binary and add the generated dylib? to the binary in the "external" directory. Please let me know if you need help, or if you want me to install you a bitcoin miner

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread Tim Mullé
Hi Neil, I copied the info over to https://github.com/apache/netbeans/issues/3467 Let me know if there is any other info you need Thanks everyone.. > On Jan 17, 2022, at 11:15 AM, Neil C Smith wrote: > > On Mon, 17 Jan 2022 at 07:57,

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread Neil C Smith
On Mon, 17 Jan 2022 at 07:57, antonio wrote: > Thanks for your report! > > It seems we're not contemplating the new M1 Apple computers. Since not > all of us have access to one of these, I've just invested in an M1 mac mini for testing purposes so will also try and have a look at this. > would

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-16 Thread antonio
Hi Tim, Thanks for your report! It seems we're not contemplating the new M1 Apple computers. Since not all of us have access to one of these, would you please add the following to this ticket? a) The result of "uname -p" (this is what we call CPUTYPE in [1]) b) The result of "uname -n"

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-14 Thread Tim Mullé
I messed around some more and figured out the cause, but there are still some issues that are beyond me. filed a ticket: https://issues.apache.org/jira/browse/NETBEANS-6391 > On Jan 14, 2022, at 7:58 AM, Tim Mullé wrote: > > Thanks, I

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-14 Thread Tim Mullé
Thanks, I wonder for the people who the terminals do work they are using Rosetta and a non-ARM(x86) based JDK install so the code is properly picking the platform. I have Rosetta also, but since I’m using a native ARM JDK, it is not being run under Rosetta. Just thinking out loud. @Geertjan

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread David Green
I used the MacOSX installer. I do see the files in the /Applications/NetBeans/Apache\ NetBeans\ 12.6.app/Contents/Resources/NetBeans/netbeans/ide/bin/nativeexecution and also don’t have any arm/m1 arch files. There is also a hosting.sh file there which also does not have any ARM info/logic. I

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread Tim Mullé
I did more searching in my netbeans installation folder and found the list of files the Terminal was looking for, but I noticed that there is no ARM or AARCH files mentioned for any OS. My `uname -a` reports: Darwin mars.fios-router.home 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread Malcolm Fitzgerald
Has anyone picked up on Emilian's idea and checked the settings for Full Disk Access and for Files and Folders in System Preferences -> Security and Privacy -> Privacy? There may be a terminal icon labelled "java" that is waiting to be checked. Malcolm Tim Mullé wrote on 14/01/22 8:44

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread Tim Mullé
I too am running an M1 Pro Mac with Monterey I’m using 17.0.1-tem java install from SDKMAN and I’ve tried 11.0.13-zulu and same issue. I don’t see java in my Files and Folders privacy > On Jan 13, 2022, at 2:41 PM, Tim Mullé wrote: > > Sadly, that didn’t fix it for me. I do have Xcode and

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread Tim Mullé
Sadly, that didn’t fix it for me. I do have Xcode and the command line tools installed as well. I just deleted my /Library/Application Support/NetBeans folder and restarted Netbeans and I still get the same error posted below. Oddly, the REMOTE terminal works and I connected to another machine

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread Jean-Marc Borer
I was facing kind of the same issue with the remote terminal. Unfortunately, Terminal tries to execute some kind of "injected" code that gets blocked by our RHEL 8.4 servers. It was working on CentOS 6. On Thu, Jan 13, 2022 at 3:45 PM Tim Mullé wrote: > Any ideas on how to fix or troubleshoot

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread Tim Mullé
Any ideas on how to fix or troubleshoot this? This happens on both 12.5 and 12.6 with JDK11 and JDK17 on my M1 Mac > On Dec 14, 2021, at 2:50 PM, Tim Mullé wrote: > > Still having this issue with 12.5 and 12.6 on M1 Mac. > > The error that briefly flashes in the terminal window is: > >

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2021-12-14 Thread Tim Mullé
Still having this issue with 12.5 and 12.6 on M1 Mac. The error that briefly flashes in the terminal window is: Cannot invoke “java.util.List.toArray(Object[])” because org.netbeans.modules.nativeexecution.NativeProcessInfo.getCommand is null I had to keep clicking on the “New Terminal” button

RE: Blank Terminal window on M1 Mac with Netbeans 12.5

2021-11-13 Thread Peter Ream
This works fine on M1 Macbook Air with Big Sur 11.6.1. On 2021/11/12 20:34:54 Tim Mullé wrote: > Hi, > > Just found something interesting when running Netbeans on my new M1 Mac > (Silicon) Monterey 12.0.1 with JDK 11 or JDK17 where > the “Open in Terminal” option under the Tools menu opens a