Re: Netbeans RCP and logging

2025-03-19 Thread Peter Kirkham
I had this issue a few years ago and wrote a blog post about how I set it up: https://pkirkham.github.io/pyrus/logging-in-netbeans-platform/ I might have changed a few things since this was written and NetBeans / JDK continues to evolve, but it should point the way. Best regards, Peter On

Re: Netbeans RCP and logging

2025-03-15 Thread Bernd Köster
. März 2025 10:48:16 Betreff: Re: Netbeans RCP and logging Greetings, Which logging system do you intend to use? There's more than 1 and they are all configurable. -- Mark A. Flacy mfl...@verizon.net On Thursday, March 13, 2025 4:29:36 AM CDT Bernd Köster wrote: > Hello,

Re: Netbeans RCP and logging

2025-03-14 Thread Bernd Köster
And the link: https://plugins.netbeans.apache.org/catalogue/?id=40 Von: "Bernd Köster" An: "NetbeansUusers" Gesendet: Freitag, 14. März 2025 12:23:20 Betreff: Re: Netbeans RCP and logging As it does not seem to get configurable, we try the solution in the FAQs

Re: Netbeans RCP and logging

2025-03-14 Thread Bernd Köster
a" CC: "NetbeansUusers" Gesendet: Donnerstag, 13. März 2025 17:06:03 Betreff: Re: Netbeans RCP and logging > Ok, we'll do it this way. I hoped that one could add a configuration f.e. a > logging.properties in the /etc and change the logging behavior. What w

Re: Netbeans RCP and logging

2025-03-13 Thread Bernd Köster
Ok, we'll do it this way. I hoped that one could add a configuration f.e. a logging.properties in the /etc and change the logging behavior. Bernd Köster Von: "Geertjan Wielenga" An: "Bernd Köster" CC: "NetbeansUusers" Gesendet: Donnerstag, 13. März 2

Re: Netbeans RCP and logging

2025-03-13 Thread Eirik Bakke
ernd Köster Date: Thursday, March 13, 2025 at 6:42 AM To: Geertjan Wielenga Cc: NetbeansUusers Subject: Re: Netbeans RCP and logging Ok, we'll do it this way. I hoped that one could add a configuration f.e. a logging.properties in the /etc and change the logging behavior. Bernd Köster

Re: Netbeans RCP and logging

2025-03-13 Thread Mark A. Flacy
for your time, > > Bernd > > > Von: "Mark A. Flacy" > An: "NetbeansUusers" > Gesendet: Donnerstag, 13. März 2025 10:48:16 > Betreff: Re: Netbeans RCP and logging > > > > Greetings, > > > Which logging system do you intend to use? Ther

Re: Netbeans RCP and logging

2025-03-13 Thread Geertjan Wielenga
d > > > Von: "Mark A. Flacy" > An: "NetbeansUusers" > Gesendet: Donnerstag, 13. März 2025 10:48:16 > Betreff: Re: Netbeans RCP and logging > > Greetings, > > > Which logging system do you intend to use? There'

Re: Netbeans RCP and logging

2025-03-13 Thread Mark A. Flacy
Greetings, Which logging system do you intend to use? There's more than 1 and they are all configurable. -- Mark A. Flacy /mfl...@verizon.net/ On Thursday, March 13, 2025 4:29:36 AM CDT Bernd Köster wrote: > Hello, > > we are investigating the Netbeans RCP Platform for an application > dev

Re: Netbeans 24 Usages Tab

2024-12-27 Thread Michael Bien
I forgot to post here that there are now two PRs with UI fixes in this area: for refactoring preview (actions like find-usages use this too) https://github.com/apache/netbeans/pull/8089 for search and search/replace https://github.com/apache/netbeans/pull/8088 the PR workflows produce test bui

Re: Netbeans 24 Usages Tab

2024-12-17 Thread Ernie Rael
Ditto and ditto and ditto. (initially weird, turns out to be handy). Saving/restoring the splitter initially sounds like a simple thing to do; then thinking about chase all the implementations down I'm not so sure. -ernie On 24/12/16 2:16 PM, Jerome Lelasseux wrote: Hi, I like this new fea

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Jerome Lelasseux
Hi,  I like this new feature, thanks But most of the time the left panel is too small and its horizontal scrollbar is set in the middle of the panel, so I need to move the scrollbar left after each new Usage to see the names of the methods. This is quite annoying. It would also help if the spl

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Neil C Smith
On Mon, 16 Dec 2024 at 18:52, Michael Bien wrote: > But contributions are welcome - tricky part is to chase all the > implementations down. Totally this! If you want it optional, put the time into it, making sure it's all consistent. Keeping the UI consistent was the right decision. I would al

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Michael Bien
On 16.12.24 19:38, Scott Palmer wrote: On Mon, Dec 16, 2024 at 12:47 PM Michael Bien wrote: On 16.12.24 18:38, Neil C Smith wrote: > On Mon, 16 Dec 2024 at 17:30, m.war...@corvusengineering.com > wrote: >> I noticed with the Netbeans 24 release in the Usages tab is split a

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Scott Palmer
On Mon, Dec 16, 2024 at 12:47 PM Michael Bien wrote: > On 16.12.24 18:38, Neil C Smith wrote: > > On Mon, 16 Dec 2024 at 17:30, m.war...@corvusengineering.com > > wrote: > >> I noticed with the Netbeans 24 release in the Usages tab is split and > shows the source code for the file results. Is t

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Michael Bien
On 16.12.24 18:38, Neil C Smith wrote: On Mon, 16 Dec 2024 at 17:30, m.war...@corvusengineering.com wrote: I noticed with the Netbeans 24 release in the Usages tab is split and shows the source code for the file results. Is this a feature or a bug? I find it extremely distracting and not us

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Neil C Smith
On Mon, 16 Dec 2024 at 17:30, m.war...@corvusengineering.com wrote: > > I noticed with the Netbeans 24 release in the Usages tab is split and shows > the source code for the file results. Is this a feature or a bug? I find it > extremely distracting and not useful at all as clicking on a sourc

Re: Netbeans 24 Usages Tab

2024-12-16 Thread Pieter van den Hombergh
same here. met vriendelijke groet Pieter van den Hombergh Op ma 16 dec 2024, 18:30 schreef m.war...@corvusengineering.com : > I noticed with the Netbeans 24 release in the Usages tab is split and > shows the source code for the file results. Is this a feature or a bug? I > find it extremely dis

Re: Netbeans 22 can't load some modules

2024-11-01 Thread Michael Bien
module load failures often indicate that there is a problem yes. Would recommend to not import your config into NetBeans 23 and start fresh once you update to the current release. regards, michael On 01.11.24 18:58, slipbits wrote: I opened NB 22 and got the following warning message:    

Re: Netbeans and .gitignore

2024-10-31 Thread Sean Carrick
4 AM > *Cc:* users@netbeans.apache.org > *Subject:* Re: Netbeans and .gitignore > > > > Sam, > > > > Actually, you don't need to leave the IDE to create your .gitignore file. > All you need to do is switch to the *Files* tab and create a new *empty *file > in your

RE: Netbeans and .gitignore

2024-10-31 Thread Sam Lalani
Thank you, Sean, this information was very helpful!! From: Sean Carrick Sent: Tuesday, October 29, 2024 5:54 AM Cc: users@netbeans.apache.org Subject: Re: Netbeans and .gitignore Sam, Actually, you don't need to leave the IDE to create your .gitignore file. All you need to do is s

Re: Netbeans and .gitignore

2024-10-29 Thread Sean Carrick
Sam, Actually, you don't need to leave the IDE to create your .gitignore file. All you need to do is switch to the *Files* tab and create a new *empty * file in your top-level project directory named ".gitignore". To populate the file in the IDE, select those files and directories that you want ig

Re: netbeans 23 - problem with creating a netbeans module

2024-09-20 Thread Michael Bien
Hi, this does work for me. Do you have anything unusual in your global maven settings.xml? The wizard is checking the central repo for version information, for some reason it is null which is unusual since it is the standard repo. -mbien On 20.09.24 16:01, Rafał Ziółkowski wrote: Hallo,

Re: Netbeans form designer and static inialisers / VTK

2024-09-10 Thread Jonathan Bergh
Aha, ok, thanks very much. That's really helpful. Thanks a lot (for all) the suggestions, and then to Antonio for pointing out the Beans.isDesignTime() method, I'll do it this way. Much appreciated /Jonathan On Mon, Sep 9, 2024 at 9:00 PM Antonio wrote: > Hi Jonathan, > > Java Beans in GUI edito

Re: Netbeans form designer and static inialisers / VTK

2024-09-08 Thread Eric Bresie
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-08 Thread Jonathan Bergh
:26 AM > *To: *NetBeans Mailing List > *Subject: *Re: Netbeans form designer and static inialisers / VTK > > > > Ok, so as an interim workaround, I have caught the UnsatisfiedLinkError > which is thrown by the Form Designer when loading the VTK panel, and simply > dont inialise any

Re: Netbeans form designer and static inialisers / VTK

2024-09-07 Thread Jonathan Bergh
Ok, so as an interim workaround, I have caught the UnsatisfiedLinkError which is thrown by the Form Designer when loading the VTK panel, and simply dont inialise any of the VTK specific components if this exception is thrown. This allows me to continue to work with the base (parent) form in the des

Re: netbeans 22 does not build a maven project for netbeans application

2024-08-26 Thread Michael Bien
ok. Well you can't really expect such old releases to work on JDKs they were never tested on. The first apache release was 9.0 btw. Stick to JDK 11 or 8 and old builds should work, or use a more recent NB release as your dependency. -mbien On 26.08.24 07:35, Rafał Ziółkowski wrote: You are r

Re: netbeans 22 does not build a maven project for netbeans application

2024-08-23 Thread Michael Bien
if you open the pom.xml from mavenproject8-parent and take a look at the netbeans.version property, what value does it have? it should say RELEASE220. one explanation for this could be that you are trying to build against RELEASE90 or something like that - this would fail due to pack200. -mb

Re: netbeans 22 does not build a maven project for netbeans application

2024-08-23 Thread Michael Bien
Hi Rafal, pack200 is an outdated bytecode compression method. If you create a new NetBeans Application, the project template you would get should not make use of it by default. I just tried it again using NetBeans 22 on JDK 18 and "clean install" worked. btw JDK 18 itself is no longer supp

Re: Netbeans colored project tabs not working

2024-07-29 Thread Neil C Smith
On Mon, 29 Jul 2024 at 16:09, Ken Stewart-Smith wrote: > > I am using the latest Microchip MPLABX v6.20 which uses Netbeans. > > For years, the colored project tabs has not worked properly. ... > Do you have any suggestions or comments on how I can get the colored project > tabs to work? Yes, as

Re: Netbeans 22 editor very slow

2024-07-03 Thread Salvador Montoro Goethe
Thank you, I will try and let you know. The plugins I have come directly with Netbeans, I have not installed any additional plugins. They are Java, Tools, Base IDE, C/C++, HTML5, etcetera. Directly downloaded from the website. I will get back to you ASAP

Re: Netbeans 22 editor very slow

2024-07-03 Thread Peter Kirkham
Are you running any plugins? Having just recently written a module to provide support for a new language, I learned quite a bit how NetBeans does its work. As you type there are quite a few scheduled tasks that are running in the background and will do things like lexing/parsing to provide the

Re: Netbeans 22 editor very slow

2024-07-03 Thread Geertjan Wielenga
Can you give some concrete examples, e.g., step by step instructions to show where your specific slowness issues are, or maybe record a short video to show the problem? Gj On Tue, Jul 2, 2024 at 12:43 PM Salvador Montoro Goethe < smgoe...@swansschool.net> wrote: > Dear all > > I am experiencing

Re: Netbeans 22 & gradle: anyway to use Gradle's source/target compatibility?

2024-06-11 Thread Laszlo Kishalmi
The best would be to use the Gradle Java Toolchain feature. https://docs.gradle.org/current/userguide/toolchains.html That's a bit other way around, Gradle may download and install a JDK with the specified version if that version does not exist in your system. NetBeans 22 is going to respect

Re: Netbeans notification requests permission for Maven repo. But how?

2024-06-03 Thread Michael Bien
you can click the links. Since this looks like a local repo, it won't have an index file anyway so you can click the "deny" link and it won't ask again for this repo ID. This is meant for remote repos like maven central which offer big index files. -mbien On 03.06.24 21:21, Mark Koch wrote:

Re: Netbeans IDE 21 and Mac

2024-04-26 Thread Antonio
Hi all, "Java users on macOS 14 running on Apple silicon systems should skip macOS 14.4 and update directly to macOS 14.4.1" https://blogs.oracle.com/java/post/java-on-macos-14-4 Long story short: macOS 14.4 incorrectly assumes that the JVM Ahead of Time compiler is a threat that tries to ac

Re: Netbeans IDE 21 and Mac

2024-04-25 Thread Brian Allison (ISSRS)
Problem resolved. Updated to 14.4.1 and used the community installer. > On Apr 25, 2024, at 3:13 AM, Neil C Smith wrote: > > On Thu, 25 Apr 2024 at 10:06, David Gradwell wrote: >> I have NetBeans 21 running well on Mac OS Sonoma 14.4.1 (23E224) on the M1 >> chip. > > Yes, definitely make s

Re: Netbeans IDE 21 and Mac

2024-04-25 Thread Neil C Smith
On Thu, 25 Apr 2024 at 10:06, David Gradwell wrote: > I have NetBeans 21 running well on Mac OS Sonoma 14.4.1 (23E224) on the M1 > chip. Yes, definitely make sure it's 14.4.1! > This was installed from the standard distribution. Choose the .dmg. No need > for anything special, just use the i

Re: Netbeans/Chrome Error

2024-04-25 Thread John Lavelle
I haven't managed to get this to work reliably since about version 9 of NetBeans. Sometimes it works, sometimes not. What you need to do is, remove the NetBeans plugin from Chrome and in NetBeans don't use "Chrome with Netbeans Connector". Steps if you need them: 1. right click on the Project

Re: Netbeans IDE 21 and Mac

2024-04-24 Thread Peter Hull
Hi Brian, I don't know the answer but for clarification: Where did you get NB from, and was it a zip or app package? What happened when you tried to open it - an error or nothing at all? Possibly this link might help? https://support.apple.com/en-gb/guide/mac-help/mh40616/mac Hope this gets sorte

Re: Netbeans and Emmet

2024-04-24 Thread Tom Rushworth
Thank you. Emmet is working fine using the version from Github. Tom On 4/24/2024 3:15 AM, John Lavelle wrote: Yes, I am using Emmet in NetBeans 21. I used the version off GitHub, mentioned below. Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihvi

Re: Netbeans and Emmet

2024-04-24 Thread John Lavelle
Yes, I am using Emmet in NetBeans 21. I used the version off GitHub, mentioned below. Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Wed, Apr 24, 2024 at 4:14 AM Michael Bien wrote: > th

Re: Netbeans and Emmet

2024-04-24 Thread Pieter van den Hombergh
You might need to build it first. Someone might pick up the glove, fork the repo, add up-to-date build instructions, and there you go. Met vriendelijke groet, Pieter van den Hombergh. Kerboschstraat 12 5913 WH Venlo On Wed, Apr 24, 2024 at 4:17 AM Michael Bien wrote: > this is likely the proje

Re: Netbeans and Emmet

2024-04-23 Thread Michael Bien
this is likely the project you are looking for: https://github.com/emmetio/netbeans it seems to lack maintainers but the last release might still work. Simply download the nbm and try to install it using tools -> plugins -> downloaded -> add plugins -mbien On 23.04.24 22:09, Tom Rushworth wr

Re: Netbeans and Emmet

2024-04-23 Thread Tom Rushworth
Sorry, Netbeans version 21. On 4/23/2024 4:07 PM, Tom Rushworth wrote: Can Emmet be installed in Netbeans?  If so, how? Tom

Re: NetBeans integrated terminal

2024-04-02 Thread Antonio
Hi Pavel, Some answers below. On 2/4/24 22:36, PavelTurk wrote: Hello all. Could anyone explain how it is possible to run native application, for example, midnight commander in NB terminal? NetBeans uses a pure-Java terminal emulator. This is spread in different modules, the low-level modu

Re: NetBeans integrated terminal

2024-04-02 Thread Thomas Wolf
I don't know how the Netbeans team chose to implement its terminal feature. But I'd imagine it would involve a Java Swing component such as JEditorPanel and sending Midnight commander's stdout/stderr streams to that panel and forwarding keyboard input to the stdin of that application. tom > O

Re: NetBeans integrated terminal

2024-04-02 Thread PavelTurk
Thank you for your answer. It is clear, that it is possible to run external processes. The question is about "view". How midnight commander TUI interface is rendered in Swing Window? Best regards, Pavel On 4/2/24 11:43 PM, Thomas Wolf wrote: Just because an application was written in Java do

Re: NetBeans integrated terminal

2024-04-02 Thread Thomas Wolf
Just because an application was written in Java doesn't mean it can't run external processes. Look into the java API documentation on ProcessBuilder class. Tom > On Apr 2, 2024, at 4:36 PM, PavelTurk wrote: > > Hello all. > > Could anyone explain how it is possible to run native application

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Mark Eggers
Is there a minimum JDK 8 version that is required in order to be recognized by NetBeans? That would be an interesting question to answer (and possibly document). I know that there are some Maven plugins that have a minimum required JDK 8 version. I wonder if the original author could go and

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Michael Bien
its possible that there is a bug somewhere. Btw the link you posted is for the download archive. JDK 8 would be at u402. I have all JDKs (8-23) in the platform manager and they are all recognized by NB. -mbien On 02.03.24 09:12, Noel Abela wrote: You can clearly see from the filename in the

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Mark Eggers
I just installed NetBeans 21 running on JDK 17. I have several old projects that build against JDK 8. I've added JDK 8 to my installed Java Platforms, set my Properties->Build->Compile to the correct JDK (1.8), and have set source and target in the maven compiler plugin to 1.8. The project l

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-02 Thread Noel Abela
You can clearly see from the filename in the screen shot that it is not a jre but a JDK. I got it from the oracle site here https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html I guess it is a bug. Thanks for the other tips On 01/03/2024 22:56, Noel Abela wrote: Tha

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-01 Thread Michael Bien
On 01.03.24 22:56, Noel Abela wrote: Thanks again for your input. As you can see from the  attached screenshot I am getting the same error for Java 8. what Java distribution is this you tried to add? if its the one from the link you posted it would be a JRE I believe. Oracle has a separate p

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-01 Thread Michael Bien
On 01.03.24 18:24, Noel Abela wrote: I am confused about all these versions. How come if you download the latest JRE from Oracle this explains it. The platform manager expects a JDK, not a JRE. The concept of JRE is a bit dated and no longer well defined since the introduction of jlink, which

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-01 Thread Noel Abela
Thank you for your input. 8-21 you say? But i tried Java 8 too and it gave the same error. I am confused about all these versions. How come if you download the latest JRE from Oracle you get Java 8 since the JDK went all the way up to 21? On 01/03/2024 16:15, Michael Bien wrote: NetBeans 21

Re: Netbeans 22 does not allow JDK 1.7 or 1.8

2024-03-01 Thread Michael Bien
NetBeans 21 supports projects which use JDKs in the rage 8-21 with limited support for early access dev builds 22, 23 etc. javac itself dropped support for the 1.7 target in Java 20. So your best bet would be to try NetBeans 17 which used nb-javac based on JDK 19. Although I can't promise that

Re: Netbeans 21 always showing wrong Java dependency for Maven project

2024-02-28 Thread Francesco Chicchiriccò
Hi Michael, thanks for your answer. On 2024/02/28 14:40:34 Michael Bien wrote: > Hi, > > On 28.02.24 11:23, Francesco Chicchiriccò wrote: > > Hi there, > > I am using Netbeans since 6.0 and still enjoying it as main > > development platform for Java: nice job! > > > > I am experiencing an annoyi

Re: Netbeans 21 always showing wrong Java dependency for Maven project

2024-02-28 Thread Michael Bien
Hi, On 28.02.24 11:23, Francesco Chicchiriccò wrote: Hi there, I am using Netbeans since 6.0 and still enjoying it as main development platform for Java: nice job! I am experiencing an annoying behavior with Maven projects: even though JDK 21 is correctly reported under project properties ->

Re: NetBeans Node.js issue

2024-02-23 Thread Bujdosó Gyula
Thanks for your explanation and the idea. Op vr 23 feb 2024 om 16:08 schreef Peter Hull : > On Fri, 23 Feb 2024 at 14:58, Bujdosó Gyula wrote: > >> Thanks for the tip and help, sorry for the late reply. :) >> >> In the end it was 'which' command I located both node and npm in the >> terminal as

Re: NetBeans Node.js issue

2024-02-23 Thread Peter Hull
On Fri, 23 Feb 2024 at 14:58, Bujdosó Gyula wrote: > Thanks for the tip and help, sorry for the late reply. :) > > In the end it was 'which' command I located both node and npm in the > terminal as shown life: > I told you to use 'where', and of course I meant 'which' - apologies for that, I mus

Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Thank you. :) And maybe you have tips for Linux Mint how to find it? Op do 22 feb 2024 om 17:00 schreef Peter Hull : > On Thu, 22 Feb 2024 at 13:40, Bujdosó Gyula wrote: > > > > Thanks again, will try and find where I installed it. > > As long as it's on your path, on Windows powershell you can

Re: NetBeans Node.js issue

2024-02-22 Thread Peter Hull
On Thu, 22 Feb 2024 at 13:40, Bujdosó Gyula wrote: > > Thanks again, will try and find where I installed it. As long as it's on your path, on Windows powershell you can use command 'gcm', for example: > gcm node CommandType Name VersionSource --- ----- Applic

Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Thanks again, will try and find where I installed it. Op do 22 feb 2024 om 14:27 schreef Mark Eggers : > That all depends on where you installed everything. > > 1. Node.js is where you installed it. > > Haven't installed Node.js? Then download the appropriate package for > your OS (or use the app

Re: NetBeans Node.js issue

2024-02-22 Thread Mark Eggers
That all depends on where you installed everything. 1. Node.js is where you installed it. Haven't installed Node.js? Then download the appropriate package for your OS (or use the appropriate package manager if you're on Linux), and install. I don't know what OS you are using, and the default

Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Sorry, maybe I was not specific: Where can I find the data that is needed to fill in the menu below: Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab) Op do 22 feb 2024 om 12:31 schreef Bujdosó Gyula : > Thank you! > > Op do 22 feb 2024 om 09:40 schreef Mark Eggers > : > >> On Ne

Re: NetBeans Node.js issue

2024-02-22 Thread Bujdosó Gyula
Thank you! Op do 22 feb 2024 om 09:40 schreef Mark Eggers : > On NetBeans 20: > > Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab) > > I doubt that it's been changed for NetBeans 21 (the latest). > > just my two cents . . . > > Mark > /mde/ > > On 2/21/2024 10:14 PM, Bujdosó Gyula

Re: NetBeans Node.js issue

2024-02-22 Thread Mark Eggers
On NetBeans 20: Tools (menu) -> Options (menu) -> HTML/JS (tab) -> Node.js (tab) I doubt that it's been changed for NetBeans 21 (the latest). just my two cents . . . Mark /mde/ On 2/21/2024 10:14 PM, Bujdosó Gyula wrote: Dear Team, Maybe you have an idea, how I could determine and specify N

Re: NetBeans 19 Performance Issues

2024-02-17 Thread Jens Hofschröer
Am 13.02.2024 um 16:34 schrieb Blaine Heinfeld: The project files are on a NAS which also shows no performance issues. Sure. It has to serve the files only. This should not do any harm to a NAS. But: Don't use a network storage for java development (under windows?)! The peformance of network

Re: NetBeans 19 Performance Issues

2024-02-14 Thread Blaine Heinfeld
Thank you to everyone who responded.  I'll try to address the comments and suggests I received. Yes, this is a Java project.  It uses Ant because, to the best of my understanding, Ant is required to do cross development and debugging for a Raspberry Pi.  If that is possible with Maven, I don't

Re: NetBeans 19 Performance Issues

2024-02-13 Thread Michael Bien
Hi Blaine, ~260 classes shouldn't cause any performance problems (I assume java classes or is this PHP?). I actually just opened all netbeans modules so that I can run some project wide cleanups, and that would be ~450 projects i think. I haven't timed it but it usually takes about 5mins of

Re: NetBeans 19 Performance Issues

2024-02-13 Thread Tilman Hausherr
Two things that have helped me in the past: - close inactive projects - close NB, delete the cache (on windows: C:\Users\YOURNAME\AppData\Local\NetBeans\Cache\19, but the cache dir is also shown on the startup screen ), restart NB Tilman On 13.02.2024 16:34, Blaine Heinfeld wrote: I am tryi

Re: NetBeans 19 Performance Issues

2024-02-13 Thread Pieter van den Hombergh
Hi Blaine, Just some hunches: * a big project may slow anything down that wants to scan the overall project. * You might want to give netbeans more memory to work with. e.g -Xmx6g added to the command line or in the settings file netbeans.conf * splitting the project up into smaller pieces smal

Re: NetBeans 19 Performance Issues

2024-02-13 Thread Blaine Heinfeld
Forgot to mention:  The host computer is Windows 10 Home. On 2/13/2024 10:34 AM, Blaine Heinfeld wrote: I am trying to understand and resolve a severe performance issue with NetBeans 19 running on Azul Java 11.0.13; OpenJDK 64-Bit Server VM 11.0.13+8-LTS. My project consists of about 260 cl

Re: Netbeans cannot access www.springframework.org

2024-02-02 Thread Peter Hull
Hi Gary, I tried this on Netbeans, using the XML snippet given in your link, https://docs.spring.io/spring-framework/reference/data-access/appendix.html#xsd-schemas-tx As soon as I typed a '<' the retriever started up and after a second or two I was presented with a list of tags to complete. If you

Re: Netbeans cannot access www.springframework.org

2024-02-01 Thread Bill Brooks
XSD files > https://docs.spring.io/spring-framework/reference/data-access/appendix.html#xsd-schemas-tx > > What would you suggest? > > > > Regards, > > *Gary Greenberg* > > Staff Software Engineer > > > > > > > > *From:* Bill Brooks >

RE: Netbeans cannot access www.springframework.org

2024-02-01 Thread Greenberg, Gary
y Cc: users@netbeans.apache.org Subject: Re: Netbeans cannot access www.springframework.org Gary, I doubt that the problem is with your Netbeans installation. If you try accessing the host you're relying on with some other tool, you'll see that it's been replaced or otherwise redire

Re: Netbeans cannot access www.springframework.org

2024-02-01 Thread Bill Brooks
Gary, I doubt that the problem is with your Netbeans installation. If you try accessing the host you're relying on with some other tool, you'll see that it's been replaced or otherwise redirected via an HTTP 301 . To wit: (base) wbrooks ~ % wget -

Re: Netbeans 20 Exception

2024-01-10 Thread Tilman Hausherr
I had a similar problem last year https://lists.apache.org/list?users@netbeans.apache.org:2023-8:tilman Try to find this file on your system C:\Users\\AppData\Roaming\NetBeans\20\config\Preferences\org\netbeans\modules\maven\externalOwners.properties and open it with NOTEPAD++ and remove

Re: Netbeans 20 Exception

2024-01-10 Thread John Lavelle
Java: 17.0.7; OpenJDK 64-Bit Server VM 17.0.7+7-Ubuntu-0ubuntu118.04 Best regards, John j...@jql.co.uk On Wed, Jan 10, 2024 at 11:13 AM Pieter van den Hombergh < pieter.van.den.hombe...@gmail.com> wrote: > on which java release is your netbeans running, that maybe relevant. > > > from they st

Re: Netbeans 20 Exception

2024-01-10 Thread Pieter van den Hombergh
on which java release is your netbeans running, that maybe relevant. from they start of the stacktrace you may infer that the problem can be in a properties file or the Path thereof. there could be a wrongly interpreted Unicode character. met vriendelijke groet Pieter van den Hombergh Op wo 10

Re: NetBeans Platform Application - Set Position of Menu Within the Menu Bar

2024-01-08 Thread Charles Rivenbark
Thanks, that worked. I wanted it to be a Module specific menu since the users can disable the module and I didn't want the menu to display if the module was disabled. I just put the XML in the Modules layer.xml file and it worked fine. On Mon, Jan 8, 2024 at 1:10 PM Charles Rivenbark wrote: >

Re: NetBeans Platform Application - Set Position of Menu Within the Menu Bar

2024-01-08 Thread Charles Rivenbark
Thanks, that worked. I wanted it to be a Module specific menu since the users can disable n't want the menu to display if the module was disabled. I just put the XML in the Modules layer.xml file and it worked fine. On Mon, Jan 8, 2024 at 11:04 AM Eirik Bakke wrote: > You can do do something l

RE: NetBeans Platform Application - Set Position of Menu Within the Menu Bar

2024-01-08 Thread Eirik Bakke
You can do do something like this from your branding module's layer.xml file: You can also expand the layer.xml file from within NetBeans and see "this layer in context", then right-click an existing menu item and click Go to Declaration to see the position of the other menus ite

Re: NetBeans 20 release

2023-12-16 Thread Geertjan Wielenga
Yes, should’ve sent the announcement, will do in the coming days, go to the homepage and download it, all the details are there. Gj On Sat, 16 Dec 2023 at 10:11, Tilman Hausherr wrote: > > > migrating projects from a previous version of NetBeans to NetBeans 20? > > I missed the release. Either

Re: Netbeans with Bookworm

2023-11-08 Thread Michael Bien
On 08.11.23 14:59, Neil C Smith wrote: On Wed, 8 Nov 2023 at 13:34, Phil L wrote: Is there a version of NB that runs in Bookworm? I'm thinking of a new Pi5, but it only runs Bookworm and other IDE's do not run in Bookworm. 32bit or 64bit? as sidenote: raspis can run 64bit OSes. My old rasp

Re: Netbeans with Bookworm

2023-11-08 Thread Neil C Smith
On Wed, 8 Nov 2023 at 13:34, Phil L wrote: > Is there a version of NB that runs in Bookworm? > > I'm thinking of a new Pi5, but it only runs Bookworm and other IDE's do > not run in Bookworm. 32bit or 64bit? There's a 32bit AppImage at https://www.codelerity.com/netbeans/ That package might cha

RE: Netbeans with Bookworm

2023-11-08 Thread Rob Walker
Can you run Java? NB will run most places that one of it's compatible JVMs is available (sometimes with a bit of tinkering) -R -Original Message- From: Phil L Sent: Wednesday, November 8, 2023 1:34 PM To: users@netbeans.apache.org Subject: Netbeans with Bookworm Is there a version of N

Re: Netbeans not compiling an Ant project

2023-10-22 Thread Juan Miguel Escribano
Hello, I have been try with 20-rc1 and it works, so waiting for Netbeans 20 impatiently, jeje Thank you so much Neil Juan Miguel > El 21 oct 2023, a las 14:07, Neil C Smith escribió: > > On Sat, 21 Oct 2023 at 12:09, Juan Miguel Escribano > wrote: >> >> Hello! >> >> To be brief. >> >> My

Re: Netbeans not compiling an Ant project

2023-10-21 Thread Neil C Smith
On Sat, 21 Oct 2023 at 12:09, Juan Miguel Escribano wrote: > > Hello! > > To be brief. > > My system: > MacBook Pro 16”, Apple M2 pro > Macos Sonoma 14.0 > Product Version: Apache NetBeans IDE 19 > Java: 21.0.1; OpenJDK 64-Bit Server VM 21.0.1+12-LTS > Runtime: OpenJDK Runtime Environment 21.0.1+1

Re: NetBeans 19 Run-Remote Raspberry Pi 4 Not Working

2023-09-30 Thread Blaine Heinfeld
I believe the issue I had with run-remote to a Raspberry Pi after upgrading to NetBeans 19 is the same issue described here: https://github.com/apache/netbeans/issues/4536 although my issue was with NetBeans 19 and Windows 10 versus NetBeans 14 and macOS in issue 4536. The good news is that

Re: NetBeans 19 Run-Remote Raspberry Pi 4 Not Working

2023-09-29 Thread Neil C Smith
On Fri, 29 Sept 2023 at 15:04, Blaine Heinfeld wrote: > The import appears to have correctly imported the RPi 4 platform I use > in 12.6. The RPi 4 platform tests successfully in NetBeans 19. > ... > > When I select that configuration in NetBeans 19 and attempt to run the > application, however,

Re: NetBeans 19, Gradle 7.5 - "Run File" no longer working

2023-09-27 Thread Laszlo Kishalmi
Well, you can add your own runSingle action and or update the Build Actions for run.single action in the project properties. Unfortunately it's pretty hard to say what to do without seeing the whole stuff in action. On 9/26/23 22:32, Thomas Kellerer wrote: Is there anything I can do about, o

Re: NetBeans 19, Gradle 7.5 - "Run File" no longer working

2023-09-27 Thread Scott Palmer
Run file is working for me with NB 19 and Gradle 8.3. Scott > On Sep 27, 2023, at 1:34 AM, Thomas Kellerer wrote: > > Is there anything I can do about, or do I have to roll back to 18 (or wait > for 20)? > > Regards > Thomas > > > László Kishalmi schrieb am 26.09.2023 um 17:10: >> Could b

Re: NetBeans 19, Gradle 7.5 - "Run File" no longer working

2023-09-26 Thread Thomas Kellerer
Is there anything I can do about, or do I have to roll back to 18 (or wait for 20)? Regards Thomas László Kishalmi schrieb am 26.09.2023 um 17:10: > Could be a regression caused by this one: > https://github.com/apache/netbeans/pull/6003 > > > On

Re: NetBeans 19, Gradle 7.5 - "Run File" no longer working

2023-09-26 Thread László Kishalmi
Could be a regression caused by this one: https://github.com/apache/netbeans/pull/6003 On Tue, Sep 26, 2023 at 5:54 AM Thomas Kellerer wrote: > Hello, > > with NetBeans 19 and Gradle 7.5.1 "runFile" on a class with a main method > does not work any more: > > Caused by: > org.gradle.api.internal.

Re: NetBeans - Gradle - jar

2023-07-06 Thread Thomas Kellerer
Arbol One schrieb am 06.07.2023 um 19:53: > I am trying to add a local jar file to my Gradle web project, but I don't > know how. Can any body help? You can use: implementation files("/path/to/your/library.jar") in your build.gradle ---

Re: NetBeans - Gradle - jar

2023-07-06 Thread Ulrich Mayring
Create local directory "lib" and put someFile.jar in it. Then: repositories { flatDir { dirs 'lib' } } dependencies { implementation name: 'someFile' } Am 06.07.23 um 19:53 schrieb Arbol One: I am trying to add a local jar file to my Gradle web project, but I don't know ho

Re: "NetBeans 76 was last used 32 days ago"

2023-07-01 Thread Admin @ Goodun
Thank you one and all. I can see what's going on now. Great as it is, I can see the Snap version introduces some extra challenges. Thanks again Mark - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional

  1   2   3   4   5   6   7   8   9   10   >