Re: Netbeans IDE 21 and Mac

2024-04-24 Thread Peter Hull
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 rebooted the

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
ies 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 --- -----

RE: Re: AI assistant for NetBeans

2024-02-09 Thread Peter Kirkham
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 wrote: > > There isn't, but probably soon there will be. If i

Re: Can't open the project

2024-02-08 Thread Peter Hull
ame 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. What did you mean by that?

Re: Can't open the project

2024-02-08 Thread Peter Hull
ator') 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.

Re: Can't open the project

2024-02-07 Thread Peter Hull
one or all of 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
ete. 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 Retrieved :ht

Re: Changes of NB behavior with XML files

2024-01-31 Thread Peter Hull
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. > > C

Re: Error highlighting for editor in NetBeans RCP application

2024-01-15 Thread Peter Kirkham
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 there, I've not had to reach out to the NetBeans community

Error highlighting for editor in NetBeans RCP application

2024-01-14 Thread Peter Kirkham
+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
or is it 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

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 Veteran Owned

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
s, 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
quot; 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
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) -

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

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

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

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
this be 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

Re: Strange surefire problem using wrong Java version

2022-01-30 Thread Peter Nabbefeld
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 regards Peter Am 2

Strange surefire problem using wrong Java version

2022-01-29 Thread Peter Nabbefeld
t 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.apache.org For further

RE: Re: NetBeans freezes randomly

2022-01-12 Thread Peter Ream
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

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

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

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, >> >> Alth

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

Re: v12.4 Fonts wrong

2021-06-24 Thread Peter Nabbefeld
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 seriou

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

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
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 Business WA State L

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
al 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 Angular/Bootstrap/Node

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

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

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 >

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

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

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.ptoye.com

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 brand new 1

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 F

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.

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

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, 11:50:19 AM, you

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

2020-09-18 Thread Peter Ream
ying 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
ns 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 Maki

_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

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

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

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

2020-05-15 Thread Peter Steele
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 the

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

2020-05-15 Thread Peter Steele
t; 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, Peter

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 Craig wr

Re: Error badge on the correct code

2020-05-08 Thread Peter Steele
I get this from time to time, clearing cache makes no difference, I normally delete the .netbeans directory. This fixes it every time. Can be quite annoying when it happens. On Thu, 7 May 2020, 21:30 Greenberg, Gary, wrote: > I have in one of my projects JSON file. > At some point in time,

Re: Quirks when running Netbeans 11.3 on a laptop

2020-05-01 Thread Peter Steele
Peter Steele, wrote: > I'm running Ubuntu 19.10, 16 GB ram, hp Spectre x360 (integrated Intel > graphics), open jdk 13, netbeans 11.3 (downloaded not snap) with no extra > packages, I use gradle as part of standard package. > > On Thu, 30 Apr 2020, 04:43 Laszlo Kishalmi, > w

Re: location file which saves compole errors

2020-04-30 Thread Peter Steele
Hi Quick update, I down graded from java 13 to java 11 and the problem has gone away so it looks like it is linked to Java 13. Regards Peter On Sun, Apr 5, 2020 at 2:15 PM Peter Steele wrote: > Hi > > Netbeans seems to cache compile errors and on startup immediate flags > t

Re: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread Peter Steele
s no matter which window I > try and click in. I can put the mouse pointer in another windows and click > and hold to select text but it always does the actions in the window where > the focus is stuck > > > > This is fixed only by restarting the whole laptop, the problem persists on > a restart of netbeans. > > > > > > I appreciate these could be java issues (the last one definitely happened > on earlier versions of java and netbeans), but I don't know 100% > > > > Thanks > > > > Peter > > > >

Re: Gradle based project won't load. How to investigate it or see compiler output?

2020-04-29 Thread Peter Steele
Run the build on the command line to see if it's a netbeans issue, if it is then run with With --info or --debug (logging levels) or with --stacktrace to get the stack trace info of the build failure. If it works on the command line then you need to setup gradle properly in netbeans. On Wed, 29

Quirks when running Netbeans 11.3 on a laptop

2020-04-27 Thread Peter Steele
in the window where the focus is stuck This is fixed only by restarting the whole laptop, the problem persists on a restart of netbeans. I appreciate these could be java issues (the last one definitely happened on earlier versions of java and netbeans), but I don't know 100% Thanks Peter

Re: How to Alt + Enter on mac?

2020-04-22 Thread Peter Ford
On a Mac keyboard option-enter is the magic you need: on my keyboards options is also labelled alt Pete > On 22 Apr 2020, at 12:57, Geertjan Wielenga wrote: > > Probably the Apple keyboard key CMD and then Enter — or just click the > lightbulb. > > Gj > > On Wed, 22 Apr 2020 at 13:54, Ewan

Re: Git status difference between build and command line

2020-04-17 Thread Peter Hull
On Thu, 16 Apr 2020 at 22:47, George Brooks wrote: > org.eclipse.jgit [5.5.0 5.5.0.201909110433-r] remains in 12.0-beta3, and so > do the icons indicating modified files despite what git status says at the > command line. Correct. There is a PR to update it:

Re: NB 11.3 – Can not open old projects

2020-04-16 Thread Peter Nabbefeld
Hello Ulf, just to make sure: Did You add JDK 1.7 as a Java Platform in 11.3? Kind regards, Peter Am 14.04.20 um 20:26 schrieb Ulf Zibis: Thanks for the hint, Laszlo. Surprise: After starting the IDE again to view the logs, the projects were opened automatically. Anyway in the logs I

Re: Git status difference between build and command line

2020-04-11 Thread Peter Hull
Hi George, I think it is this: https://issues.apache.org/jira/browse/NETBEANS-4005 Can you see if that matches up to your situation? Pete On Thu, 9 Apr 2020 at 16:24, George Brooks wrote: > > A PHP project in Netbeans 11.1 shows git status as "- nothing to commit, > working directory clean".

Re: location file which saves compile errors

2020-04-05 Thread Peter Steele
Hi I tried this, I thought it had worked but it didn't. I still have a couple of classes that have this issue (it fixed a lot though). The errors are all to do with return types (thinking they are object) or incorrectly saying a method doesn't exist on a class Peter On Sun, 5 Apr 2020, 14:46

location file which saves compole errors

2020-04-05 Thread Peter Steele
just delete the file necessary to make netbeans clear it's cache. Any help would be appreciated Thanks Peter p.s. this issue isn't easily replicatable as it just happens all of a sudden P.p.s I am on 11.3 but this has happened on all previous netbeans versions (can remember if it happened

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Peter Hull
Jaroslav Tulach was asking a couple of years ago whether it was also licensed CDDL. What happened to this line of thinking? https://github.com/javaee/javahelp/issues/45 On Tue, 17 Mar 2020 at 13:27, Geertjan Wielenga wrote: > > Here's the related issues, one of the very first: >

  1   2   3   >