Display of variable values has disappeared !

2024-05-09 Thread David Gradwell
Good morning, For many years I have extensively used the facility where when I move the cursor over a variable in some running code that has been paused, I see the value of the variable. Immensely useful! In the last few weeks the values have stopped appearing. Have I accidentally turned

Netbeans IDE 21 and Mac

2024-04-25 Thread David Gradwell
Hi Brian, I have NetBeans 21 running well on Mac OS Sonoma 14.4.1 (23E224) on the M1 chip. Product Version: Apache NetBeans IDE 21 Java: 17.0.7; OpenJDK 64-Bit Server VM 17.0.7+7-LTS Runtime: OpenJDK Runtime Environment 17.0.7+7-LTS System: Mac OS X version 14.4.1 running on aarch64; UTF-8;

Re: Is v19 slower than 18? - Some statistics

2023-09-21 Thread David Gradwell
from the number of files, some projects are trivial (module 8) and some are very complex. I hope that this helps move the discussion forward. Regards David Gradwell From: Geertjan Wielenga Date: Wednesday, 20 September 2023 at 21:30 To: Eric J. Schwarzenbach Cc: users@netbeans.apache.org

Re: NetBeans IDE file chooser swap-out

2023-06-14 Thread David Gradwell
(or at least the standard Java) file open dialogue. I would be willing to beta test a version of NetBeans under both Mac and Windows that had that fix applied. David Gradwell From: Giles Winstanley Date: Wednesday, 14 June 2023 at 09:30 To: users@netbeans.apache.org Subject: NetBeans IDE file

Using the Libre Office UNO Java interface on MacOS with NetBeans

2023-01-31 Thread David Gradwell
that is trying to use UNO. I am perplexed by the UNO interface and unable to access the attributes of the sub-types of the shapes in a diagram. Help would be very welcome ! So, if anyone else is using UNO or trying to use UNO with Libre Office or Apache Open Office do make contact. David

Can't run NetBeans 16 app on MacOS

2022-12-22 Thread David Gradwell
cess and am happy to help who-ever made the .dmg if they would get in touch. Regards David Gradwell

Re: Getting package as .msi or .exe to work

2022-08-10 Thread David Gradwell
to jpackage ? David Gradwell

Getting package as .msi or .exe to work

2022-08-10 Thread David Gradwell
the package command or advice as to what I need to do to get this working ? Thanks. David Gradwell Full output: ant -f C:\\Users\\davidjlgradwell\\NetBeansProjects\\SQLTester -Djar.archive.disabled=true -Dnative.bundling.type=msi build-native Detected JavaFX Ant API version 1.0 init: deps-clean

Re: Installing C/C++ 8.2 in NB 12.6

2022-01-24 Thread David Gradwell
gether to crack this ? David Gradwell From: Jonathan Bergh Date: Monday, 24 January 2022 at 10:07 To: Michael Bien Cc: NetBeans Mailing List Subject: Re: Installing C/C++ 8.2 in NB 12.6 Ah great, thanks Michael, thats fantastic. I recently changed to JDK 17 (for Gradle) so good to know you can i

Re: [SUPPORT] Unable tu run Netbeans on MAC OS 12.01

2021-11-10 Thread David Gradwell
10.16 running on x86_64; UTF-8; en_GB (nb) I did notice that NetBeans is putting out the wrong system details – highlighted above ! David Gradwell From: Giovanni De Martino Date: Tuesday, 9 November 2021 at 08:29 To: "users@netbeans.apache.org" Subject: [SUPPORT] Unable tu run Netbe

Re: slightly off-topic: Can someone with BigSur or older help me out?

2021-10-19 Thread David Gradwell
with NetBeans 12.4. Also have various Zulu versions if useful to test more widely. Thus it looks to me that you have encountered a Monterey versus Java problem. Hope this helps. David Gradwell. Code as executed was: /* * Investigation of Thomas Wolf Issue */ package com.gradwell.testswingcursors

NetBeans running on Windows 10 on Parallels on an M1 Mac

2021-04-18 Thread David Gradwell
Hi, I have Windows 10 running on Parallels on an M1 Mac, have installed jdk-15 and would like to run NetBeans on that Windows. I downloaded the 12.3 .exe from https://netbeans.apache.org/download/nb123/nb123.html The installer starts but exits after “Configuring the installer” without doing

Re: how to change the NB JRE after install?

2021-04-05 Thread David Gradwell
I find running something along the following lines in Terminal gives me complete control: "/Applications/NetBeans/Apache NetBeans 12.3.app/Contents/MacOS/netbeans" --jdkhome /Library/Java/JavaVirtualMachines/zulu-15.jdk/Contents/Home Not as easy as a double click, but more secure if you

NetBeans 12.3 cannot start a Glassfish 6.00 server

2021-03-28 Thread David Gradwell
Hi, I’m trying to use Glassfish 6.0.0 as my web server and to debug servlets using NetBeans 12.3. ~/glassfish6/bin/asadmin start-domain domain1 Works and other command line stuff works fine. Trying to start the glassfish server by right clicking}: [cid:image001.png@01D723EC.F90CAB10] Gets

Payara picks up the old version of code when I go "Debug" on a servlet

2021-03-11 Thread David Gradwell
evidence if needed. Regards David Gradwell

Running NetBeans faster on Apple Mac M1

2021-02-25 Thread David Gradwell
Hi, I do my development on an Apple Mac M1 using NetBeans 12.2 I downloaded the macOS Arm 64 bit version of jdk.15 from https://www.azul.com/downloads/zulu-community/?architecture=arm-64-bit=jdk installed the JDK and am running it in terminal at the moment until I trust it enough to change

Re: net beans12.1 C++

2021-02-12 Thread David Gradwell
Richard, Thank you. I think that cracks it. I now have a working Hello using the Netbeans 8 C++ plugin. Now for something more difficult ! Thanks David From: Richard Date: Friday, 12 February 2021 at 13:18 To: David Gradwell Cc: "users@netbeans.apache.org" Subject: Re: net b

Re: net beans12.1 C++

2021-02-12 Thread David Gradwell
anyone got an uptodate guide to using C/C++ on NetBeans 12 ? Thanks David G From: Geertjan Wielenga Date: Friday, 12 February 2021 at 12:29 To: David Gradwell Cc: "users@netbeans.apache.org" Subject: Re: net beans12.1 C++ You're saying the hyperlinks don't work? When you cli

Re: net beans12.1 C++

2021-02-12 Thread David Gradwell
Gj, I’m trying to get C++ working. In my installation of NetBeans 12.2 I see the Options screen shown below, but the blue ccls and clangd links do not work. What should they point to ? Is this worth an issue or is it already known ? David G From: Geertjan Wielenga Date: Wednesday, 19

Re: using JExcel with Netbeans 12 running over Ubuntu 14.04

2021-01-18 Thread David Gradwell
Chris , If your project is a Maven project, look at https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl/2.6 (or better still follow the latest version link). If your project is an Ant project then find the jar and include it in the project libraries. For example,

Getting NetBeans to work following macOS Big Sur installation

2020-11-15 Thread David Gradwell
Hi, Installing macOS Big Sur for the first time somehow lost the “which jdk to use” setting that was I think set at installation time. This was fixed by editing: /Applications/NetBeans/Apache NetBeans 12.1.app/Contents/Resources/NetBeans/netbeans/etc/netbeans.conf and setting:

Issues relating to Postgresql JDBC following upgrade to Mac OS Catalina release 10.15.7

2020-10-07 Thread David Gradwell
of things not to do whilst searching for a solution ! Regards David Gradwell

Re: Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread David Gradwell
corrupt cache issues next time it happens ? Thanks David From: David Gradwell Date: Thursday, 1 October 2020 at 10:30 To: "users@netbeans.apache.org" Subject: Sudden erratic behaviour by Netbeans 12.0 Hi, After months of using NetBeans 12.0 it has started behaving erratically. Sp

Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread David Gradwell
David Gradwell

Re: Maven deployment plugin for JavaFX

2020-09-04 Thread David Gradwell
in your statement... > We have also mastered the issues around Apple notarization needed to distribute an .app or .dmg. Can elaborate on this? Or better yet provide some code or script to make this happen? I do NOT want to mess with XCode!! -- Chris - Original Me

Re: Maven deployment plugin for JavaFX

2020-09-04 Thread David Gradwell
the packaging. If one needs writing then I am happy to contribute the logic and worked examples. David Gradwell From: HRH Date: Thursday, 3 September 2020 at 19:04 To: NetBeans Mailing List Subject: Maven deployment plugin for JavaFX Hi, Does anyone know, if Maven has a plugin deployment for JavaFX

Setting up Maven to automatically recompile changed dependent projects

2020-07-15 Thread David Gradwell
goal of Maven automatically recompiling changed dependent projects ? Does anyone have compile on save working ? Regards David Gradwell

Re: Checking for external changes - suspended

2020-06-03 Thread David Gradwell
Gary, I had this problem with NB 11.3 and early 12.0 betas running on Mac OS X with NetBeans running on either jdk1.8 or Java 14. However, I have not had it with NetBeans 12.0 beta 6. Download details attached. Regards David From: "Greenberg, Gary" Date: Tuesday, 2 June 2020 at 23:38

Re: Native packaging

2020-05-28 Thread David Gradwell
Chris, The reason I mentioned JavaFX as problematic is that it is not included JDK releases beyond 1.8. The JavaFX deploy capability is the basis for NetBeans native packaging. Thus the Netbeans packaging fails if NetBeans is run on a later version of Java than 1.8. As you probably surely

Native packaging

2020-05-28 Thread David Gradwell
I’ve put a suggested approach to fixing problems with native packaging described in https://issues.apache.org/jira/browse/NETBEANS-4272?filter=-2 as a further comment on that issue and below: Apache NetBeans should be updated to use jpackage which is a part of OpenJDK 14.0.1 and works! An

Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread David Gradwell
Mac installer to test ? Regards David From: Geertjan Wielenga Date: Monday, 25 May 2020 at 11:49 To: NetBeans Mailing List Subject: Apache NetBeans 12.0 Beta 5 Hi all, The 5th Beta for Apache NetBeans 12 is out. We hope it fixes the blocker. Source and binaries are here:

Apache Netbeans 12.0 beta4 hangs/fails to quit

2020-05-22 Thread David Gradwell
I’ve raised https://issues.apache.org/jira/browse/NETBEANS-4363 with logs. Regards David

Netbeans failed to quit followed by all Java files marked as "Error parsing files"

2020-05-22 Thread David Gradwell
NetBeans 12.0 beta 12 had a spinning rainbow wheel when I came back from lunch. Quit didn’t work. I had to go “Force Quit”. On re-opening NetBeans all my Java files had error marks, e.g.: [cid:image001.png@01D63047.FC10F7B0] Hover over one of the marks and I see “Error parsing file”. I

Web site, servlet deploy and work OK with NetBeans 12.0 beta 4 and Payara

2020-05-19 Thread David Gradwell
I’ve successfully built, deployed and tested a fairly complex web site and a heavy duty servlet as Maven projects using Netbeans 12.0 beta 4. The debugger works. I’ve completed the survey. I noticed that the survey did not ask about use of native packaging. Jirka please add to the next

Native packaging for Mac OSX now works with 12.0 beta 4 using Ant

2020-05-19 Thread David Gradwell
I had previously reported issues with native packaging on 12/0 beta 3 – see https://issues.apache.org/jira/browse/NETBEANS-4272?filter=-2 If one applies the same fix as reported there (Change netbeans.conf to point to a JDK 1.8 installation home) I can report that for a suitable Ant java

Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread David Gradwell
Yes I had the same log entry. Regards David On 19/05/2020, 15:15, "Neil C Smith" wrote: On Tue, 19 May 2020 at 15:06, David Gradwell wrote: > I agree that Neil has identified the issue that matches my problem report. Good. I can actually replicate th

Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread David Gradwell
at 15:04 To: Neil C Smith Cc: David Gradwell , "users@netbeans.apache.org" Subject: Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4 Let's remember to put that into the troubleshooting section of the 12.0 release notes -- unless we can

Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread David Gradwell
I installed Apache NetBeans 12.0 beta 4 on Mac OS X Catalina 10.15.4. After opening an existing project Netbeans installed a couple of modules automatically which was fine but then I got the message Would also need to enable StandardModule:org.netbeans.modules.web.inspect jarFile:

Re: Mouse quirks

2020-05-01 Thread David Gradwell
Thanks Alan, I’ve certainly noticed that creating or removing breakpoints can be very tricky using (same as you) 11.3 and Mac OS Catalina. Regards David Gradwell From: Alan Date: Friday, 1 May 2020 at 07:10 To: "users@netbeans.apache.org" Subject: Re: Mouse quirks It seems ther

Release 12 beta 3 - Package as DMG Image fails with "Bundler DMG Installer skipped because of a configuration problem"

2020-04-24 Thread David Gradwell
in Jira. Regards David Gradwell

Allocate exception on servlet newInstance call moving from NetBeans 8 to NetBeans 11.3

2020-04-20 Thread David Gradwell
Hi, I have a large handful of servlets that were originally developed under NetBeans 8 and Java 8, running on Glassfish 4.1. I am now trying to move to NetBeans 11.3 and then 12. On every one of my old servlets I can clean compile once I have changed to libraries to javaee-web-api-8.0.jar but