Re: Netbeans form designer and static inialisers / VTK

2024-09-10 Thread Jonathan Bergh
ses, and when running in your app then you have > the whole 3D libraries loaded and the full fledged bean behaviour. > > Hope this helps, > Antonio > > > [1] > > https://docs.oracle.com/javase/8/docs/api/java/beans/Beans.html#isDesignTime-- > > > On 7/9/24 12:20, Jon

Re: Netbeans form designer and static inialisers / VTK

2024-09-08 Thread Jonathan Bergh
h a BorderLayout in the form > designer, and add the real component to the center of the Jpanel in your > own code right after the call to the generated initComponents() method. > > > > -- Eirik > > > > *From: *Jonathan Bergh > *Date: *Saturday, September 7, 2024 at 8

Re: Netbeans form designer and static inialisers / VTK

2024-09-07 Thread Jonathan Bergh
designer despite the VTK libraries not being loaded. So I can design the form but still test everything using the IDE "run"button ... On Sat, Sep 7, 2024 at 12:20 PM Jonathan Bergh wrote: > Hi > I have built a reasonably large app using Netbeans and used the form > designer

Re: Configuring Inno setup on NB Maven project breaks Run / Run file

2022-09-02 Thread Jonathan Bergh
interesting. Is there a repo for said plugin or is the feasibility discussion still underway? Best regards Jon ᐧ On Fri, Sep 2, 2022 at 10:32 PM Neil C Smith wrote: > On Fri, 2 Sept 2022 at 11:23, Jonathan Bergh > wrote: > > Is there any way to keep an existing execution process co

Configuring Inno setup on NB Maven project breaks Run / Run file

2022-09-02 Thread Jonathan Bergh
hi there, It's clear that when using NB with Maven, NB uses the exec-maven-plugin to run the jar, but configuring another process using that plugin breaks the Run / Run File facility in NB (Inno Setup, for example). Is there any way to keep an existing execution process configured but still be ab

Re: Gradle "Failed to notify build listener" project load error

2022-06-20 Thread Jonathan Bergh
s and/or file an issue on Github? > > > On 6/15/22 10:03, Jonathan Bergh wrote: > > hi guys, > > Once again, thanks so much for the new software release. Trying to load > existing projects in v14, I am getting a Gradle priming build error "Failed > to notify build list

Gradle "Failed to notify build listener" project load error

2022-06-15 Thread Jonathan Bergh
hi guys, Once again, thanks so much for the new software release. Trying to load existing projects in v14, I am getting a Gradle priming build error "Failed to notify build listener" error when loading projects. I am running NB on Zulu JDK11 and for various reasons, need to run the project on Gra

Re: Project open hangs

2022-03-20 Thread Jonathan Bergh
I've noticed this behavior in 12.6 and also in 13. In my case, I've not had an indefinite wait, but certainly much longer than expected and enough to make a user think things have potentially hung. I've noted the delay decreases after a couple of runs, so I assumed it was something related to init

Vote of thanks - Netbeans 13

2022-03-06 Thread Jonathan Bergh
Just a vote of thanks to all those involved in the release of the latest Netbeans - it's much appreciated.

Re: Netbeans 8.2 download link

2022-03-03 Thread Jonathan Bergh
Jonathon. > I am running Fedora Linux (34). I installed 'ccls' using the 'dnf' > package installer, collecting it from the '@fedora' repository. > For MSWin I suppose you will have to do some searching, unless some else > on this list can help there. > &

Re: Netbeans 8.2 download link

2022-03-03 Thread Jonathan Bergh
> You might also want to select and install "CPPLite Kit" as well. > This last one will require "ccls" to be installed on your system. > > Hope this helps. > Brad. > > On 2/3/22 10:50, Jonathan Bergh wrote: > > hi all, > > > > just wondering i

Re: Netbeans 8.2 download link

2022-03-01 Thread Jonathan Bergh
n Wed, Mar 2, 2022 at 5:34 PM David Green wrote: > On Mar 1, 2022 at 8:50:59 PM, Jonathan Bergh > wrote: > >> just wondering if anyone has / knows the (a) link for the old Oracle >> Netbeans 8.2 download. I know there is any floating around, but the one on >> the

Netbeans 8.2 download link

2022-03-01 Thread Jonathan Bergh
hi all, just wondering if anyone has / knows the (a) link for the old Oracle Netbeans 8.2 download. I know there is any floating around, but the one on the Apache Netbeans pre-Apache page currently redirects to a dead end. Needed because of the C++ capabilities. Thanks in advance Regards Jon

Gradle not loading projects, possible conflict with C++ plugin

2022-02-10 Thread Jonathan Bergh
hi, I have been using NB 12.6 on JDK 17.0.2. As suggested by some users on the list, I downgraded to JDK 11 in order to install the "old" C++ plugin from the NB 8.2 plugin repo, and then upgraded again to JDK 17.0.2. I've noticed that some previous gradle-based projects are not loading anymore, w

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

2022-01-24 Thread Jonathan Bergh
8th Jan 2022. > > > > In summary, I can get the compiler to work in NetBeans on both Mac OS and > Windows 10 but can’t get the debugger to work. Perhaps we can work > together to crack this ? > > > > David Gradwell > > > > > > *From: *Jonathan Bergh &

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

2022-01-24 Thread Jonathan Bergh
old plugins if you start NB on JDK 8 or 11 > since they still have pack200 support. > > after its installed you can start on JDK 17 again. > > you can change the path to the JDK in etc/netbeans.conf > > -mbien > > On 24.01.22 10:58, Jonathan Bergh wrote: > > hi, > > I

Installing C/C++ 8.2 in NB 12.6

2022-01-24 Thread Jonathan Bergh
hi, I was wondering whether anyone had any tips on how to solve the following - I saw on the mailing list that someone (cant remember who) was using the old NB 8.2 C/C++ plugin with one of the new Apache NB releases. I would like to do the same. I have configured the 8.2 plugin repo and clicked

Code colouring gradle, Netbeans

2021-09-22 Thread Jonathan Bergh
hi all, Just wondering what was needed to get code colouring etc working for NB gradle? I noticed on a few threads some code syntax highlighting for gradle files, but this doesnt seem to come out of the box with NB? Am I right? Thanks Cheers Jonathan ᐧ

Re: Why does NB start gradle 7

2021-06-18 Thread Jonathan Bergh
t ./gradlew --version > > > I assume you are aware of > > https://docs.gradle.org/current/userguide/gradle_wrapper.html > > but adding it here just in case. > > hope this helps > > On 17.06.21 15:59, Jonathan Bergh wrote: > > Hi, > > Quick question on Gradle con

Why does NB start gradle 7

2021-06-17 Thread Jonathan Bergh
Hi, Quick question on Gradle config in NB12.4. Seems NB starts Gradle 7 (at least on my machine) by default every time NB starts up. In my Options -> Java -> Gradle config, the default version is set to 6.2.1 and also prefer gradle wrapper for individual projects. The problem is Gradle 7 means so

Re: Ribbonbar, Netbeans platform

2020-07-20 Thread Jonathan Bergh
Great, thanks very much Neil, Kind regards Jon On Mon, Jul 20, 2020 at 12:36 PM Neil C Smith wrote: > On Mon, 20 Jul 2020 at 11:21, Jonathan Bergh > wrote: > > Does anyone know where to download the Ribbonbar dependencies at all? > All the sources I can find point to java.ne

Ribbonbar, Netbeans platform

2020-07-20 Thread Jonathan Bergh
hi all, Does anyone know where to download the Ribbonbar dependencies at all? All the sources I can find point to java.net which is dead now. I can't see anything on the pinkmatters.com website either. Thanks in advance, Regards Jon

Re: Networking module? Netbeans platform

2020-07-20 Thread Jonathan Bergh
gt; I hope I am right and please correct me if am wrong anyone. > > Good Luck Friend > > Yours sincerely > JT Valerie > > -- > *From:* Jonathan Bergh > *Sent:* Sunday, July 19, 2020 9:00:32 PM > *To:* users@netbeans.apache.org > *Subje

Networking module? Netbeans platform

2020-07-19 Thread Jonathan Bergh
hi there, I'm not sure if this is the correct list to email, however, does anyone know whether the Netbeans platform has a built in networking module? Nothing is mentioned in the book i'm reading (Def Guide to NB Platform 7), however, I notice even in a plain NB platform build, there are proxy net

Re: JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Jonathan Bergh
r issues you've mention, > because NetBeans treats that sourceset as a non-modular one due to the lack > of module-info.java > > Maybe we shall treat the whole project modular even if just the main > sourceset has module-info.java (even that is technically incorrect). > On 3/

JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Jonathan Bergh
Hi all, I am trying to compile a third party library using NB 11.3 and built in Gradle supports. Project specifications are: 1) NB 11.3 running on Amazon Corretto JDK 11.02 2) Gradle options (Standard Gradle version 6.2.2) - Use wrapper preferred 3) OpenJFX11.02 installed to /Program Files/Java/O

Instructions for LSP config in Netbeans 11.3

2020-03-08 Thread Jonathan Bergh
hi all, I see that Jan Lohada's LSP integration (discussed here [1] as a NB module to create yourself), has been included in 11.3 as a functioning feature. (Tools > Options > Language Servers) at the moment, the configuration GUI for this feature doesn't have any hints nor help associated with it

Re: bug reporting for 11.3

2020-03-07 Thread Jonathan Bergh
OK will do, thanks for that. On Sat, Mar 7, 2020 at 6:00 PM Geertjan Wielenga wrote: > Yes, always in JIRA. > > Gj > > On Sat, 7 Mar 2020 at 15:42, Jonathan Bergh > wrote: > >> Hi all, >> >> many thanks for all the hard work on the latest version of Netb

bug reporting for 11.3

2020-03-07 Thread Jonathan Bergh
Hi all, many thanks for all the hard work on the latest version of Netbeans - its really awesome. the built in gradle support is fantastic and all the other bells and whistles are too. if there are some apparent bugs to report - do you want us to do this in Netbeans JIRA, or how would you prefer

Re: Raspberry Pi

2019-12-19 Thread Jonathan Bergh
Hi Lou, I have used NB with RPi as a remote platform - it worked beautifully, in fact i was surprised (in a really good way) how easily it worked. On Thu, Dec 19, 2019 at 8:38 PM Lou wrote: > Does anyone have experience/guidance using NetBeans with Raspberry Pi? > > Would you recommend using Ne

Re: gradle plugin

2019-10-09 Thread Jonathan Bergh
to see which directories are reported > back to to the defined sourecesets. > > I'm guessing the resources dir has been added to the java dirs as an extra > in your build script for whatever reason. > On 10/9/19 4:53 AM, Jonathan Bergh wrote: > > hi there, > > just a quick ques

gradle plugin

2019-10-09 Thread Jonathan Bergh
hi there, just a quick question regarding the Gradle support built into Netbeans 11 - my IDE is showing the source code under both - Source packages [java], as well as - Resources [java] I get the correct contents for: - Resources [main], which contains all the project FXML etc. Is this a mis

Re: Spring Boot

2019-05-21 Thread Jonathan Bergh
I have found the Springboot plugin for Netbeans works really well, including the SpringBoot Initializer. You get x2 nice Maven project types. Works fine in 8.2 & 10 so far. Search for it in the plugins listing On Tue, May 21, 2019 at 11:19 PM wrote: > Try this introduction > > https://www.bael

Re: Questions related to the use of Netbeans

2019-04-17 Thread Jonathan Bergh
1. What are the best Netbeans plugins to use you think? And do you know some funny ones?? SpringBoot, Darcula 2. Are there any upcoming cool features? C/C++ 3. What could be improved? Gradle integration used to be slightly irritating (Netbeans used to always open a project preferentially as a ma

Netbeans 10, Java 11, Maven

2019-03-26 Thread Jonathan Bergh
Hi everyone, Does anyone know the "correct" / canonical structure for a Java 11 Maven project in which there are multiple Java 11 modules defined? Since i usually use the Ant Java templates in Netbeans, i am not very familiar with Maven etc but the goal is to do something similar to the Netbeans A