Re: Copying of the value of a variable to the clip board whilst debugging no longer works

2025-05-22 Thread Peter Hull
On Thu, 22 May 2025 at 21:16, David Gradwell wrote: > > So I’ve upgraded to NetBeans 26, release a couple of hours ago ! Hooray! > > > > Click on the 3 dots and I get a Value window. > > The edit menu is disabled so I cannot copy from this window. > > I see what you mean now. On windows that's a

Re: Copying of the value of a variable to the clip board whilst debugging no longer works

2025-05-22 Thread Peter Hull
On Thu, 22 May 2025 at 14:33, Neil C Smith wrote: > If I'm understanding correctly which window you mean (Variables tab?), > are you using the Value column or the String value column? Seems to > work OK with the Value column on my system (not macOS) with NB26. Assuming we are talking about the Va

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: How to remove unused imports on file save?

2025-01-29 Thread Peter Kirkham
Manually it is: CTRL-SHIFT-I On 24/01/2025 8:48 pm, Code Ranger wrote: I use NB 24. Could anyone say if it possible to remove unused imports on file save? If not how to do it manually? Best regards, CR - To unsubscribe,

Re: What's up with JavaDoc viewer in 24 (possibly earlier?)

2025-01-08 Thread Peter Hull
On Wed, 8 Jan 2025 at 01:37, Timothy Stone wrote: > Any encounters of a similar kind? I would attach logs for the "Internal > Webserver" but I can't find them anywhere. Only see that it starts in > the IDE log. I had a quick try - created a Maven project, added a dependency (apache commons CSV ju

Re: Can I use Maven Indexer CLI for the NB Maven index?

2024-11-18 Thread Peter Hull
Hi, Are you using a recent NB? Because the maven indexing got a lot better recently. Pete On Mon, 18 Nov 2024 at 19:03, Will Hartung wrote: > > > On Sun, Nov 17, 2024 at 10:47 AM Michael Bien wrote: > >> I personally barely notice index updates since they don't happen all >> that often. The one

Re: "Remove Trailing Whitespace From" option not working for the line you have your cursor in

2024-11-08 Thread Peter Hull
I think I have found the right place in the NB source code - https://github.com/apache/netbeans/blob/7d89336259b840ce53709cbc8240c88e32fd6ea1/ide/editor.lib2/src/org/netbeans/modules/editor/lib2/document/TrailingWhitespaceRemoveProcessor.java#L135-L144 It looks like (as mentioned previously) it del

Re: Netbeans 22 editor very slow

2024-07-03 Thread Peter Kirkham
with the Azul JDK 21 and I'm not experiencing the issues that you have described. Best regards, Peter On 2/07/2024 8:42 pm, Salvador Montoro Goethe wrote: Dear all I am experiencing very slow response from the Netbeans editor. When typing, it takes several seconds to show the text.

Re: Netbeans IDE 21 and Mac

2024-04-24 Thread Peter Hull
gets sorted out, Peter On Thu, 25 Apr 2024 at 05:46, Brian Allison (ISSRS) wrote: > I just got my new MacBook Air with Sanoma 14 installed. I just installed > Netbeans IDE 21. When I click on the app it will not open. I have > uninstalled and reinstalled several times and reboote

Re: Run-Time Error: email Validation project still giving errors

2024-03-12 Thread Peter Hull
I believe the correct answer was given by M Eggers in https://lists.apache.org/thread/pq84cb84w8822g9rt133vctc14nbzb9f If I take the suggestion from that message and edit the pom.xml in the project you attached earlier, then maven will compile it correctly. Peter

Re: NetBeans Node.js issue

2024-02-23 Thread Peter Hull
ant 'which' - apologies for that, I must have been having a hard day. (I suppose the rationale is that 'which node' tells you which executable is run when you type 'node') Glad you sorted it out anyway! Peter

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: Re: AI assistant for NetBeans

2024-02-09 Thread Peter Kirkham
r existed before I wrote them and I'm proud to admit that I had to fall back on real intelligence, and not artificial intelligence, to write them :-) Anyway, an interesting topic! Peter On 2024/02/08 16:17:51 Andreas Reichel wrote: > On Thu, 2024-02-08 at 11:16 -0500, Alonso Del Arte wr

Re: Can't open the project

2024-02-08 Thread Peter Hull
sets the name that Netbeans displays, but doesn't change maven's artifact ID. That would probably cause problems later if you changed just the . > Thanks for your time but skipping the problem is not a good strategy. Wh

Re: Can't open the project

2024-02-08 Thread Peter Hull
name ('emailValidator') to be different to the directory name ('ValidateName'). They are the same project! Can you tell me where you got it from or share a link? Create a new project of your own and play with renaming it, then you will see how it works. Hope this helps, Peter -

Re: Can't open the project

2024-02-07 Thread Peter Hull
f these to what you want. Peter On Wed, 7 Feb 2024 at 05:57, Zulfi Khan wrote: > > Hi, > > I am trying to open my project ValidateName but instead its opening the > project emailValidator. Somebody, please guide me. > > I hav

Re: Netbeans cannot access www.springframework.org

2024-02-02 Thread Peter Hull
complete. If you're at work, could it be something to do with your corporate firewall blocking the access to www.springframework.org? Peter The retriever output was: 2 Feb 2024, 08:52:52 : Retrieving Location: https://www.springframework.org/schema/beans/spring-beans.xsd Re

Re: Changes of NB behavior with XML files

2024-01-31 Thread Peter Hull
Maybe NB18 is more picky than NB12.5 was? Hope that helps, Peter On Tue, 30 Jan 2024 at 22:43, Greenberg, Gary wrote: > > I recently have to make some changes to the application that I have developed > about year and a half ago with NB 12.5 > > Now I am working with NB 18. > &

Re: Error highlighting for editor in NetBeans RCP application

2024-01-15 Thread Peter Kirkham
d to have enabled was the 'Project UI' module in 'ide'. I didn't have this enabled in my platform application as I was just loading a file. I'll need the Project UI eventually, so it's not a drama. Peter On 14/01/2024 10:45 pm, Peter Kirkham wrote: Hello the

Error highlighting for editor in NetBeans RCP application

2024-01-14 Thread Peter Kirkham
un within the IDE? I'm running: *Product Version:* Apache NetBeans IDE 20 *Java:* 17.0.8; OpenJDK 64-Bit Server VM 17.0.8+7 *Runtime:* OpenJDK Runtime Environment 17.0.8+7 *System:* Windows 11 version 10.0 running on amd64; Cp1252; en_AU (nb) Thanks for reading and for any help or suggestions, Peter

Release 20 Windows Installer

2023-12-04 Thread Peter Hull
different this time around? Thanks, Peter - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit

Newbie help

2023-05-12 Thread Peter Toye
Hello I'm returning to NetBeans after a long bap, and have forgotten almost everything I know, so please be indulgent. I'm trying to work out how to organise the workflow for developing a program - I suspect it's changed since I was last here.  What I can't work out is how to separate the dev

How to run a program in Netbeans 17 with the -D option

2023-04-20 Thread Peter Ivarsson
Hi I want to run my program in NetBeans with the -D option java -jar -Drasberry.camera.enabled=true Peter

RE: Project Folder Icons "clear"?

2023-03-16 Thread Peter Borreggine
Hello, I have a problem with NB16, the SAVE doesn't work... I have to abandon and use 12.5. Why is this happening? It's not stable. Regards, Peter Borreggine Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net A Service Connected Disabled Vet

RE: Re: Re: Re: How to change text colour in the console

2023-02-25 Thread Peter Ream
FYI ANSI_RESET has no effect. System.out.println(ANSI_RED + "This text should be red!" + ANSI_RESET); System.out.println("Hello World!”); Hello World! Is white with / without ANSI_RESET.

Re: Re: Re: How to change text colour in the console

2023-02-25 Thread Peter Ream
Works perfect! Thank you. Peter On Feb 25, 2023 at 9:57:31 AM, Neil C Smith wrote: > On Sat, 25 Feb 2023 at 14:47, Peter Ream wrote: > > I can’t get this to work. Probably user error, although I have used NB for > about 5 years, I’m not too handy into changing a lot of th

RE: Re: How to change text colour in the console

2023-02-23 Thread Peter Ream
iling lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists Thank you. Peter Ream

Re: [servlet]

2023-01-21 Thread Peter Scharf
Now I see that this also works: ${miles} miles = ${kilometers} kilometers I had put round braces instead of curly braces which caused the previous error. ** Peter M. Scharf, President The Sanskrit Library sch...@sanskritlibrary.org https://sanskritlibrary.org

Re: [servlet]

2023-01-21 Thread Peter Scharf
Thanks, Carl! I put <%=request.getAttribute("miles")%> and <%=request.getAttribute("kilometers")%> in place of $(miles) and $(kilometers) in result.jsp and it works as desired. Yours, Peter ** Peter M. Scharf, President The Sanskrit Li

RE: Netbeans 15 release

2023-01-21 Thread Peter Borreggine
10.0 running on amd64; Cp1252; en_US (nb) User directory: C:\Users\Peter\AppData\Roaming\NetBeans\12.5 Cache directory: C:\Users\Peter\AppData\Local\NetBeans\Cache\12.5 Regards, Peter Borreggine Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net

Re: [servlet]

2023-01-20 Thread Peter Scharf
t;kilometers", kilometers); String resultPage = "result.jsp"; request.getRequestDispatcher(resultPage).forward(request, response); } Which compiles. However, the response I get give the string rather than their values: Unit Conversion Result $(miles) miles = $(kilometers) kilometer

Re: [servlet]

2023-01-20 Thread Peter Scharf
http://localhost:8080/mavenproject3/convert. Yours, Peter ** Peter M. Scharf, President The Sanskrit Library sch...@sanskritlibrary.org https://sanskritlibrary.org ** > On Jan 18, 2023, at 8:16 PM, Carl Mosca wrote: >

Re: [servlet]

2023-01-18 Thread Peter Scharf
t; 404 777 Regarding Java EE versus Jakarta EE, a quick search shows that none of my project files contain ‘jakarta’ while the following all contain ‘java’ UnitConverterServlet.class UnitConverterServlet.class UnitConverterServlet.java inputFiles.lst javaee-endorsed-api-7.0.jar pom.xml ***

Re: [servlet]

2023-01-18 Thread Peter Scharf
The form opens for me too. The problem is that when I fill in a number and click “Convert to kilometers” I get the 404 Not Found message. ** Peter M. Scharf, President The Sanskrit Library sch...@sanskritlibrary.org https://sanskritlibrary.org

Re: [servlet]

2023-01-18 Thread Peter Scharf
exists. Apache Tomcat/10.0.23 ** Peter M. Scharf, President The Sanskrit Library sch...@sanskritlibrary.org https://sanskritlibrary.org ** > On Jan 18, 2023, at 12:06 PM, Eric Bresie wrote: > > > Servlet says the urlpattern

Re: [servlet]

2023-01-18 Thread Peter Scharf
Yes, the URL is correct: https://github.com/the-sanskrit-library/public.git The git directory hierarchy deceived me: I had the code outside the git directory. I have now moved it into the git directory. Forgive me; I’m not very familiar with git and am using the desktop version. Yours, Peter

Re: [servlet]

2023-01-17 Thread Peter Scharf
Thank you for suggesting to put the project on Github. I have now created a public repository at the following url: https://github.com/the-sanskrit-library/public.git The project is in the NetBeans directory. Yours, Peter ** Peter M. Scharf, President The Sanskrit

[servlet]

2023-01-16 Thread Peter Scharf
ours, ****** Peter M. Scharf, President The Sanskrit Library sch...@sanskritlibrary.org https://sanskritlibrary.org **

Sv: [EXTERNAL] Sv: accented characters in NB 16 IDE editor

2023-01-02 Thread Peter Holt
this problem. /Peter Holt Från: Christopher C. Lanz Skickat: den 2 januari 2023 15:39 Till: Peter Holt ; users@netbeans.apache.org Ämne: Re: [EXTERNAL] Sv: accented characters in NB 16 IDE editor Hello, Thanks for the message. The only new information in your email that I can see

Sv: accented characters in NB 16 IDE editor

2023-01-01 Thread Peter Holt
Från: Christopher C. Lanz Skickat: den 1 januari 2023 21:32 Till: users@netbeans.apache.org Ämne: accented characters in NB 16 IDE editor Hello, I just switched from linux to windows 10, with Netbeans 16 installed. I need to be able to type accented characters in the editor (java) - c

File Type tutorial - Action next step

2022-07-18 Thread Peter Rushforth
file with its "Run File Shift+F6" right-click menu item. I was looking for the code that implements that action, or some other clue as to how to go about it. Thanks for any pointers! Peter

RE: Re: How to increase NB Search limit ?

2022-05-07 Thread Peter Ream
Thanks Michael. I have no need for the property changes, just wondering how it was done. Peter On 2022/05/07 17:35:01 Michael Bien wrote: Hi Peter, there should be a netbeans_default_options property in your netbeans.conf with a long line of arguments. Thats where you can add more JVM

RE: Re: How to increase NB Search limit ?

2022-05-07 Thread Peter Ream
I hate to ask such a dumb question, but where are the properties found (/Applications/NetBeans/Apache NetBeans 13.app/Contents/Resources/NetBeans/netbeans/etc/netbeans.conf?)? I don’t see those properties there. On 2022/05/06 22:36:16 Michael Bien wrote: actually I was wrong - it has been indeed

Problems with code completion in JSP when using Jakarta EE 9

2022-03-14 Thread Peter Holt
/jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd> version="5.0"> Any suggestions on what I have missed to do to get it working? Regards Peter Holt openpgp-digital-signature.asc Description: PGP signature

RE: RE: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-08 Thread Peter Ream
Dave, thanks for your input. It is not necessary to have Security & Privacy unlocked before the trigger. Unlocking is necessary for deleting the app from Files and Folders. I was able to delete NB12.6 from Files and Folders, and get the retriggerr on first ~/Documents access. This mechanism I didn’

RE: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Are you running same environment as me? Latest release Monterey 12.2.1 on Apple Silicon? I modified init.sh as I outlined in my last post with xattr. I don’t think this had any affect. Gj, this has to be an installer issue and not related to the project. I created a “Java with Maven | Java Applica

RE: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Still not there, but have a different result. I’m still using carljmosca/netbeans-macos-bundle: NetBeans installation script for Mac OS X (github.com) . After downloading the code, I modified install.sh. After the netbeans download, I added xattr

RE: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Last login: Sun Mar 6 12:42:40 on ttys000 userid@Peters-MacBook-Air Handicap % ls -l total 32 -rw-r--r-- 1 userid staff 1028 Jan 25 12:42 nb-configuration.xml -rw-r--r-- 1 userid staff 2309 Jan 25 12:42 nbactions.xml -rw-r--r-- 1 userid staff 5336 Nov 16 14:14 pom.xml drwxr-xr-x 5

RE: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
causing the issue? All checksums are in order. I have run into that quarantining issue before, but not sure that is the issue here. Peter

[NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
I installed NB13 using carljmosca/netbeans-macos-bundle: NetBeans installation script for Mac OS X (github.com) on MacOS 12.2.1 on MacBook Air M1. The install went without a hitch. However none of my maven projects will open. I get: 1 problem w

Re: Strange surefire problem using wrong Java version

2022-01-30 Thread Peter Nabbefeld
ht lead to indexing and history confusion, so I looked at my projects popup menu and found "Reload POM" - this worked sufficiently, as it needs to refresh indexing and filehistory for pom.xml, so in my case it's even not been necessary to move or delete the whole cache. :) Kind regard

Strange surefire problem using wrong Java version

2022-01-29 Thread Peter Nabbefeld
the "Project properties" dialog), so it may be a bug. Any help appreciated. Kind regards Peter - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apac

RE: Re: NetBeans freezes randomly

2022-01-12 Thread Peter Ream
; entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. > La información transmitida está destinada únicamente a la persona o > entidad a quien que va dirigida y puede contener información confidencial > y/o material privilegiado. Cualquier revisión, retransmisión, difusión u > otros usos, o cualquier acción tomada por personas o entidades distintas al > destinatario basándose en esta información está prohibida. Si usted recibe > este mensaje por error, por favor contacte al remitente y elimine el > material de cualquier computadora. > Thank you. Peter Ream

RE: Blank Terminal window on M1 Mac with Netbeans 12.5

2021-11-13 Thread Peter Ream
This works fine on M1 Macbook Air with Big Sur 11.6.1. On 2021/11/12 20:34:54 Tim Mullé wrote: > Hi, > > Just found something interesting when running Netbeans on my new M1 Mac > (Silicon) Monterey 12.0.1 with JDK 11 or JDK17 where > the “Open in Terminal” option under the Tools menu opens a bla

Re: JDK non-missmatch

2021-09-23 Thread Peter
On 2021/09/21 19:44:25, Peter wrote: > I've been beating my head over this for several days. Thought maybe it was a > nb-javac issue. I deactivated nb-javac plugin to eliminate. I have a jar I > created with shaded plugin. I compile with "java platform:" JDK 11 and

JDK non-missmatch

2021-09-21 Thread Peter
I've been beating my head over this for several days. Thought maybe it was a nb-javac issue. I deactivated nb-javac plugin to eliminate. I have a jar I created with shaded plugin. I compile with "java platform:" JDK 11 and "Source/Binary Format:" 11. The default JDK for netbeans is 11. My origin

Re: Compiler warnings

2021-08-23 Thread Peter
On 2020/05/23 16:24:30, HRH wrote: > Hi,Using the Netbeans 12 beta 4. I am getting a compiler warning on a Main > Class: > Compiler warning: " Class uses unchecked or unsafe operation. Note: > Recompile with -Xlint:unchecked for details". > In the Run->Set project Configuration->Customi

Re: Java : HelloWorld

2021-08-05 Thread Peter Zimmermann
hing(?). > > > > On 2021-08-04 9:41 a.m., Benjamin Neuman wrote: > > Hey Peter, > That's an odd one. Is the C:\netbeans\java\maven\bin\mvn.cmd executable? > > On Sun, Aug 1, 2021 at 7:53 PM Peter Zimmermann wrote: > >> Hi NetBeans users, >> >>

Java : HelloWorld

2021-08-01 Thread Peter Zimmermann
Hi NetBeans users,  Although I have significant programming experience I’m new to NetBeans and Java and I’m having trouble getting the simplest “Hello World” program to run. I keep getting the message shown below: Cannot run program "cmd" (in directory "C:\Users\User\OneDrive\Documents\NetBeansProj

Re: v12.4 Fonts wrong

2021-06-26 Thread Peter Nabbefeld
get problems with other programms, too, this will probably (hopefully) get more attention in the future, so let's wait for updates ... ;) Kind regards Peter Am 25.06.21 um 20:09 schrieb Bradley Willcott: Hi. Thanks Peter.  Had a look.  None of the files mentioned exists in my OpenJDK 1

Re: v12.4 Fonts wrong

2021-06-24 Thread Peter Nabbefeld
away from providing custom font configuration files on Linux platforms, as they are difficult to keep up to date across distributions and versions." Kind regards Peter Am 23.06.21 um 11:48 schrieb Lister Jonathan: Not much help for you, but NB 12.4 fonts look OK for me without any seri

Re: Deployment Tutorial Source Files

2021-04-21 Thread Peter
Perfect! Thank you. On 2021/04/21 21:00:55, antonio wrote: > Yep > > http://web.archive.org/web/2012060100*/https://netbeans.org/projects/samples/downloads/download/Samples%2FJava%2FDeploymentTutorial.zip > > El 21/4/21 a las 20:16, Peter Ream escribió: > > I am lo

Deployment Tutorial Source Files

2021-04-21 Thread Peter Ream
I am looking at the netbeans website “Java SE Learning Trail”, specifically “Packaging and Distributing Java Desktop Application.” There is a reference to “Deployment Tutorial Source Files” : https://netbeans.org/projects/samples/downloads/download/Samples%252FJava%252FDeploymentTutorial.zip Does

RE: New Thread - Netbeans 12.2 is not correctly identifying an Angular 11 Project

2021-03-10 Thread peter
Thank you. This happened a few times with 11 and it cleared up. 8 was great. 12 is weird and wonky. Regards, Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net <http://webparity.net/> A Service Con

New Thread - Netbeans 12.2 is not correctly identifying an Angular 11 Project

2021-03-10 Thread peter
me for not following protocol as I don't use this forum often Very respectfully, Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO <http://webparity.net/> WebParity.net A Service Connected Disabled Veteran Owned Busin

RE: Watch "Robots will displace over 800 million jobs - report" on YouTube

2021-02-06 Thread peter
Thank you. Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net <http://webparity.net/> A Service Connected Disabled Veteran Owned Business WA State License: 603-501-609 360-830-8926 C “Lead, Follow or G

RE: phishing emails?

2021-02-06 Thread peter
e project several times and found that it’s still displaying this error. I’d like to know if this is just Netbeans or something more sinister in the code? It runs fine and the tests work. But I’m concerned with this error. Thank you. Peter Borreggine Owner and Developer An

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Peter Hull
On Tue, 19 Jan 2021 at 21:56, Thomas Wolf wrote: > On Jan 19, 2021 at 4:26:08 PM, Thomas Wolf wrote: > >> Hey everyone, >> I’ve got Nebeans 11.3 on macOS 11.2 and am trying to push my local >> changes to a recently created remote git repository. But NB keeps telling >> me about invalid credenti

Re: memory allocation for JVM - "file too big to open safely" [netbeans] [java]

2020-12-20 Thread Peter Hull
On Sat, 19 Dec 2020 at 22:42, Christopher C. Lanz wrote: > > I have changed the netbeans.conf and app.conf files to include > > -J-Xms512m -J-Xmx2048m As far as I know, that's the right way to increase Netbeans heap. Maybe check in the IDE log (just after the line that starts "Input arguments:")

Re: print before take Scanner input not working

2020-12-18 Thread Peter
This was introduced sometime after Maven 3.3.9 (after Netbeans 11.1). Running Netbeans 12.1 with Maven from Netbeans 11.1 is a work around. On 2020/12/16 18:11:31, "Christopher C. Lanz" wrote: > Hello, > > For many years, and both with NetBeans and with just a terminal, I have used > methods

Re: Java - System.out.print("Command: "); problem

2020-12-18 Thread Peter
I started this without knowing how to access or reply. This was introduced sometime after Maven 3.3.9 (after Netbeans 11.1). Running Netbeans 12.1 with Maven from Netbeans 11.1 is a work around. On 2020/09/18 14:36:33, Peter Ream wrote: > I had a java program that worked in mood.fi’s plu

Re: Netbeans 12.2 nb-javac can't parse correct java code (works with 12.1 and before)

2020-12-17 Thread Peter Hull
On Thu, 17 Dec 2020 at 11:52, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > > Yup, we’ve mailed back and forth on this and it’s clear this is the > problem. > > While we're on the subject, do you know how an updated nb-javac will be released (I assume it's still under Oracle's con

Re: Netbeans 12.2 nb-javac can't parse correct java code (works with 12.1 and before)

2020-12-17 Thread Peter Hull
I think it's the use of the variable name 'permits' that is causing the error. The new sealed classes (see http://openjdk.java.net/jeps/360) thing uses permits as part of the class definition. I think it ought to be treated as a normal identifier when it's not part of class definition, but maybe n

Re: Mouse quirks

2020-12-08 Thread Peter
I can add a little to this. I am a beginner at java and dabble a little in swing. My environment is Mac OS 10.15.7, Netbeans 12.1. I have had problems setting breakpoints in Netbeans debug like everyone else in all releases. I have also found mouse clicks in swing applications I have dabbled in

Re: New 12.2 install, can't change netbeans.conf

2020-12-07 Thread Peter Toye
Dear Brenden, Well, on my machine (Windows 10 Home 64-bit) I don't have write access to the directory of the file, but Admin does. I assume you've looked at the effective permissions part of the file properties to check. Best regards, Peter mailto:netbe...@ptoye.com www

RE: New 12.2 install, can't change netbeans.conf

2020-12-07 Thread peter
you can do. Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO <http://webparity.net/> WebParity.net A Service Connected Disabled Veteran Owned Business WA State License: 603-501-609 360-830-8926 C “Lead, Follow or G

Re: New 12.2 install, can't change netbeans.conf

2020-12-07 Thread Peter Toye
Dear Brenden, You have to run Wordpad (or whatever editor you're using) as an administrator. And don't forget to save a copy first! Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, December 7, 2020, 5:20:47 PM, you wrote: > I have a b

Re: How to reset/remove the stored Git password?

2020-12-03 Thread Peter Hull
On Thu, 3 Dec 2020 at 09:49, Peter Hull wrote: > > I can see implementations for Gnome, KWallet and Mac, not sure about > Windows. There is a class called FallbackProvider which is maybe used for > windows? > Sorry, last one. Specifically on Windows it does use the FallbackP

Re: How to reset/remove the stored Git password?

2020-12-03 Thread Peter Hull
On Thu, 3 Dec 2020 at 09:49, Peter Hull wrote: > On Thu, 3 Dec 2020 at 09:25, Thomas Kellerer wrote: > >> It would still be interesting where NetBeans stores that password. >> >> Ultimately NetBeans uses the Keyring class which delegates to a > platform-dependent Keyr

Re: How to reset/remove the stored Git password?

2020-12-03 Thread Peter Hull
On Thu, 3 Dec 2020 at 09:25, Thomas Kellerer wrote: > It would still be interesting where NetBeans stores that password. > > Ultimately NetBeans uses the Keyring class which delegates to a platform-dependent KeyringProvider. https://github.com/apache/netbeans/blob/abe93502d5010781955ad22102893d03

Re: Netbeans 12.1: Cannot access java.lang?

2020-11-30 Thread Peter Hull
I would check: 1. Does your Java platform setup look reasonable? (in Tools | Java Platforms ) 2. Does this error occur for a new project or just existing ones? (e.g. set up a new "Java with Ant" application) I think I've seen something like this before and it was down to the Java platform configura

RE: Web application templates

2020-11-23 Thread peter
Yes, sorry, on JIRA? Can you send the link please? V/r Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net <http://webparity.net/> A Service Connected Disabled Veteran Owned Business WA State Licens

RE: Web application templates

2020-11-23 Thread peter
manager. Do I need to update? I’m forced to used NB 11 because it’s more stable. V/r Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO <http://webparity.net/> WebParity.net A Service Connected Disabled Veteran Owned Bu

RE: Apache NetBeans 11.1-beta1 Is Available for Testing!

2020-11-06 Thread peter
version. Still, Netbeans launches the splash screen, then no UI. In task manager, it’s running but not in the upper part of processes. Thank you and I’m sorry to be emailing everyone, but I just need to know if anyone has any answers. V/r Peter Borreggine Owner and Developer

Re: NB doesn't want to update

2020-11-03 Thread Peter Toye
Dear Neil, Thanks. I'd assumed that the 'check for updates' would look for new versions. It looks like I have to get the latest (12.1 I think) version by hand. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Tuesday, November 3, 2020, 1

NB doesn't want to update

2020-11-03 Thread Peter Toye
27; which is obviously not the case. Anyone any idea what's going on? Regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

RE: FW: failure notice

2020-11-02 Thread peter
Thanks, Mark, Let me do that. I did an UPDATE on JAVA and it wanted to "REMOVE" the old version and that's when this all started. Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net A Service Connected D

FW: failure notice

2020-11-02 Thread peter
Hello, Please see the thread regarding the issues that I'm having with Netbeans 11.3 and 12.0. They start, they are in Task Manager but there's no UI! I don't understand! Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive

Java - System.out.print("Command: "); problem

2020-09-18 Thread Peter Ream
around. I found this works up through 11.1, but does not work in 11.3. Any ideas? Thank you. Peter

wither Docker support in Netbeans?

2020-09-15 Thread Peter L. Berghold
eans as well as deploying projects to a Netbeans container. A "would be nice" feature would add integration with Docker Hub. Just curious... -- Peter L. Berghold Blog: http://cowdawgkitchens.com Passions include: Dogs, Beer, Beer

_remote.repositories FileLockInterruptionException NB 12.0

2020-08-27 Thread Peter Ream
at org.openide.util.Task.notifyFinished (Task.java:215) at org.netbeans.core.execution.ExecutorTaskImpl.finished (ExecutorTaskImpl.java:64) at org.netbeans.core.execution.RunClassThread.run (RunClassThread.java:150) Thank you. Peter

Re: Output window displaying ansi colors

2020-08-18 Thread Peter Steele
Nikolas Thanks, I use gradle and it produces the right colored output on the command line. Intellij also has support straight out of the box. Regards Peter On Tue, 18 Aug 2020, 13:12 Niklas Matthies, wrote: > This is probably a bit late, however the general answer is yes. For > Ant

Re: Font scaling on High Res displays

2020-06-27 Thread Peter Steele
I have hdpi working ok on Linux with jdk 11 and netbeans 12. The only issue I have is the icons are small and the splash screen is small. I believe there is a Jira for the icons (migrate to SVG ones) I use the flatui theme, the theme you use is pretty important. FlatUI does not need any special O

Output window prints garbage

2020-06-15 Thread Peter Steele
underlying text of what should have been printed). I used to get something saying the line was too long but that doesn't happen in my case. If you select wrap everything displays fine, and when you select in wrap it shows the garbage text again. Regards Peter

Netbeans and malware article

2020-05-29 Thread Peter Steele
Hi Saw this https://www.zdnet.com/article/github-warns-java-developers-of-new-malware-poisoning-netbeans-projects/ Do we know anything more about this?

Re: Source line numbers

2020-05-28 Thread Peter Steele
I had this, it seems to be to do with the jdk version. I had jdk 11 working fine but jdk 13 having the issue. On Thu, 28 May 2020, 17:02 HRH, wrote: > Hi, > > Today, I noticed that the line numbers in the source code pane of the IDE > suddenly had disappeared, even though View->Show Line numbers

Output window displaying ansi colors

2020-05-24 Thread Peter Steele
Hi Does the output window support the ability to display ansi colors? (it doesn't work by default, just wondering if there is a setting used to turn it on, the window can def display color as it already does). https://en.wikipedia.org/wiki/ANSI_escape_code Example System.out.println("\u001B[91m

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Peter Steele
free projects. It’s never the case > that you contribute nothing at all. > > Gj > > On Fri, 15 May 2020 at 19:57, Peter Steele wrote: > >> Geertjan >> >> I personally have no interest in whether the page is up-to-date or not. I >> was just pointing out

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Peter Steele
ot; but you are giving this to the wrong audience. On Fri, 15 May 2020, 14:46 Geertjan Wielenga, wrote: > > Your pull request is welcome, bottom of each page there’s a link directly > to the GitHub of each page on netbeans.apache.org > > Gj > > On Fri, 15 May 2020 at 15:39, P

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Peter Steele
Quite a few of those links don't work, maybe worth removing the or updating them. On Fri, 15 May 2020, 14:35 Geertjan Wielenga, wrote: > Do you think you can look up Peter Kriens on LinkedIn and just ask him > yourself? > > Gj > > On Fri, 15 May 2020 at 15:31, Joel Crai

  1   2   3   >