Re: MacOS Big Sur 12.4 won't start.

2021-08-27 Thread Carl Mosca
Might also try removing both of these: ~/Library/Application Support/NetBeans/12.4 and ~/Library/Caches/NetBeans/12.4 On Fri, Aug 27, 2021 at 7:25 PM Carl Mosca wrote: > I had not installed 16 before now. It seems to work OK. > > On Fri, Aug 27, 2021 at 6:29 PM Will Hartung > wrote: > >> Ok,

Re: MacOS Big Sur 12.4 won't start.

2021-08-27 Thread Carl Mosca
I had not installed 16 before now. It seems to work OK. On Fri, Aug 27, 2021 at 6:29 PM Will Hartung wrote: > Ok, I tried that. I removed the 12.4 cache folder, went to the bin > directory and ran netbeans directly from the terminal. > > it silently stops. > > It looks like it's trying to start

Re: MacOS Big Sur 12.4 won't start.

2021-08-27 Thread Will Hartung
Ok, I tried that. I removed the 12.4 cache folder, went to the bin directory and ran netbeans directly from the terminal. it silently stops. It looks like it's trying to start with JDK 16. Does 12.4 work with JDK 16? I stuck a set -x in nbexec, and, among other things it showed this. + '[' -x /

Re: MacOS Big Sur 12.4 won't start.

2021-08-27 Thread Carl Mosca
You should be able to (try to) start from the command line like this: "/Applications/NetBeans/Apache NetBeans 12.4.app/Contents/Resources/NetBeans/netbeans/bin/netbeans" or similar. but I seem to recall a log that might help as well. Clearing the cache directory may be necessary. ~ /Library/

MacOS Big Sur 12.4 won't start.

2021-08-27 Thread Will Hartung
NB 12.4 won't start on MacOS Big Sur. It used to start. It used to work fine. But I click on the icon on my Dock, and it bounces once and quits. I double click the app in the Finder, it tries to launch and silently fails. NB 12.2 launches fine. How can I start NB, I guess from the command line

Re: Does Netbeans have this IntelliJ Log feature?

2021-08-27 Thread Laszlo Kishalmi
Well, we had a plugin for something like that ages ago, that might went even deeper than that for log4j as far as I remember. Writing one would be an interesting task for a beginner. Go for it! It would be good to add a new module to the ide cluster. I'd do that in the following order: 1. Cre

Does Netbeans have this IntelliJ Log feature?

2021-08-27 Thread Tim Mullé
Hi, I use a feature in IntelliJ at work when running applications from the IDE that allows me to view one or more log files In separate tabs when the program starts up. I was wondering if Netbeans has this kind of support or is there a plugin already to support this kind of action? If not, I w