Re: [EXTERNAL] cannot find or load main class - still - again

2023-02-16 Thread Thomas Kellerer
That's configured in the project properties in the "Compile" section Christopher C. Lanz schrieb am 16.02.2023 um 18:48: Hello, thanks for the suggestion, but I'm not sure: I inevitably run by typing "F6". Chris Lanz

Re: [EXTERNAL] Re: cannot find or load main class - still - again

2023-02-16 Thread Christopher C. Lanz
Hello, thanks for the suggestion, but I'm not sure: I inevitably run by typing "F6". Chris Lanz 340 Dunn Hall, SUNY Potsdam lan...@potsdam.edu 315 268 1547 From: Thomas Kellerer Sent: Thursday, February 16, 2023 8:52 AM To: users@netbeans.apache.org

Adding a TestNG Test Case file does not work in NB IDE 16

2023-02-16 Thread Emma Atkinson
Hello I am using NB IDE 16 with Gradle 7.6. In the past I have hand-crafted TestNG Test Cases without relying on the Freemarker Templates. I tried and failed to add a TestNG Test Case to my project as follows: 1. From the Projects tab, select the Test Packages [java] in the tree node. 2. RMB

Re: cannot find or load main class - still - again

2023-02-16 Thread Thomas Kellerer
Are you using "Compile on Save"? I have had occasional problems with that. If you do use it, try to disable it and see if your problem goes away Thomas Christopher C. Lanz schrieb am 16.02.2023 um 14:27: > Hello, > >  I am getting this error (output below) about every 4^th  time I run a >

cannot find or load main class - still - again

2023-02-16 Thread Christopher C. Lanz
Hello, I am getting this error (output below) about every 4th time I run a (large) program for debugging. While clearing the cache does solve the problem, so does the simple act of adding "//" to an early line in the main method, or sometimes removing "//" or changing a "/* */" pair. First

Re: Cannot copy paste code from stackoverflow our other Oracle websites.

2023-02-16 Thread Amitabh Choudhury
Hi Munish Try pasting code in a text file. Then copy code from text file to the java file in Netbeans. What is the error? ~~~ Amitabh On Thu, Feb 16, 2023 at 5:44 PM Munish wrote: > Hi Everyone, > > I am trying to copy paste sample code from a website into my java project > opened in

RE: Cannot copy paste code from stackoverflow our other Oracle websites.

2023-02-16 Thread louis.collet
See https://github.com/apache/netbeans/issues/3962 From: Munish Sent: jeudi 16 février 2023 13:15 To: NetBeans Mailing List Subject: Cannot copy paste code from stackoverflow our other Oracle websites. Hi Everyone, I am trying to copy paste sample code from a website into my java

Cannot copy paste code from stackoverflow our other Oracle websites.

2023-02-16 Thread Munish
Hi Everyone, I am trying to copy paste sample code from a website into my java project opened in Netbeans. Netbeans does not copy that code. What am I missing here? Please advise. [image: image.png] With regards Munish

Re: Broken links in output window with mvnd build

2023-02-16 Thread Michael Bien
wouldn't surprise me if the cause is indeed it being a multi-pom project. I don't think I tested that. At least NB 17 will have a working output window for *some* mvnd use cases, links didn't work at all in NB 16 due to the differences in formatting between maven and mvnd. there is always

Re: Broken links in output window with mvnd build

2023-02-16 Thread Alexander Kronenwett
Toggling the "print maven output logging level" option did not help. I created a small project with a warning but the problem did not occur. Maybe it is because of multi pom project? Using only one thread in mvnd does not solve the problem. I will check again with NB17. Best Alex Alexander