Re: Netbeans/Chrome Error

2024-04-25 Thread John Lavelle
ight click on the Project 2. Select Properties 3. Click on Browser 4. Select Chrome (without the NetBeans Connector) 5. Click OK Best regards, John Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Thu, Apr 25, 2024 at 1

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

NetBeans Scala and Swing

2024-02-22 Thread John Parten
Hi Everyone, I am a "NetBeans Newbie", working on a Linux Fedora 38 Desktop workstation. I have "Java OpenJDK 17.0.9", "Scala 3.4.0" and "NetBeans IDE 20" installed. I would like to configure NetBeans so it has context sensitive help for Scala (eg when you hover or click a key word, info is

RE: Navigating between errors, warnings hints etc

2024-01-25 Thread John
. Still a Ctrl-S every now and then, to enable you to ‘check for actions’ is worth it for the benefit of then reviewing all the damage to your source. Thanks once again. John From: Vic RickerSent: 24 January 2024 23:06To: users@netbeans.apache.orgSubject: Re: Navigating between errors, warnings hints

Navigating between errors, warnings hints etc

2024-01-20 Thread John
t; Options > Keymap, search ‘Next’ no longer lists it in NetBeans 20. Any advice on either Navigate > Next error not working‘Next error in Editor’ missingAn alternative workaround I haven’t considered would do wonders for my stress levels! Thanks

Re: Variable display in debugger

2024-01-11 Thread John Barrow
't be bothered to spend hours stepping through code. I have always preferred creating a readable audit trail through the code that I can review and compare with my understanding of what the routine is meant to do! John On Thu, 11 Jan 2024, 12:55 Admin @ Goodun, wrote: > Hi John, > > O

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. &

Netbeans 20 Exception

2024-01-10 Thread John Lavelle
(RequestProcessor.java:2035) Best regards, John

RE: Variable display in debugger

2024-01-09 Thread John
(); return gsonBuilder.create().toJson(object);  }  And so you could use that in your code to publish the nested array to a log or System.out() John From: Admin @ GoodunSent: 09 January 2024 15:06To: JohnSubject: Re: Variable display in debugger That's great. but it seems to rely on you coding

RE: Variable display in debugger

2024-01-09 Thread John
you the full array. You will need to use the ‘...’ to view it and you can even cut and paste it into notepad if want to take a snapshot or view it in a larger window. John From: Admin @ GoodunSent: 09 January 2024 12:02To: users@netbeans.apache.orgSubject: Variable display in debugger Can I get a view

Re: [EXTERNAL] Re: Converting Java 8 to 17+, conflicts with modules

2023-11-11 Thread John Manko
; requires jakarta.ws.rs; requires jakarta.xml.bind; requires jersey.client; requires jersey.media.multipart; requires org.eclipse.persistence.jpa; From: Stephen G. Parry Sent: Saturday, November 11, 2023 11:47 AM To: Bradley Willcott ; John Manko

Converting Java 8 to 17+, conflicts with modules

2023-11-10 Thread John Manko
This might not be a purely Netbeans issue, but maybe NB has some tooling to assist, or someone can answer a quick question. I'm in the middle of converting Java 8 project to Java 17/21 (A little late in the game, I know! I'm beholden to other forces beyond my control.), and I have a library

nbactions.xml schema definition

2023-08-31 Thread John Manko
Where can I find the schema definition for nbactions.xml? I'm using the Payara Micro maven plugin, and I need to pass some environment variables to the war. I'd like to put the variables in an .env file (similarly how I do with the Docker runtime). Here is my nbactions.xml:

Re: Newbie help

2023-05-12 Thread John Lavelle
Peter, Maybe this will help: https://netbeans.apache.org/help/index.html Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Fri, May 12, 2023 at 1:44 PM Peter Toye wrote: > Hello > &

Re: Git branch display

2023-03-25 Thread John Lavelle
Hi, There used to be a Plug-in called Show_Branch_In Statusbar. Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Sat, Mar 25, 2023 at 6:34 PM Thomas Wolf wrote: > I don’t have

java.lang.NullPointerException

2023-03-08 Thread John Lavelle
can be eliminated by adding a JSON Code Template to the Code Templates (JSON) section. This bug has been reported. Best regards, John

Re: Namespace for a php project?

2023-03-06 Thread John Lavelle
Create a Template (Tools>Templates) and put it in there. Best regards, John On Mon, Mar 6, 2023 at 10:40 AM Admin @ Goodun wrote: > Can I set default namespace(s) for a php project? > > A search suggests that it should be on the project properties "sources" > page, b

Re: PHP - connection to localhost

2023-02-26 Thread John Lavelle
Advanced should be set to Default Best regards, John JLavelle.uk https://www.youtube.com/jlavelleuk On Sun, Feb 26, 2023 at 9:34 AM alain desbouvrie wrote: > Hi, > This is the first time I try and use this mailing, therefore I am sorry in > case I don’t use it properly. > I

Re: Predefined Variables for File Templates

2023-02-07 Thread John Lavelle
Scroll down and you'll find them... Best regards, John On Tue, Feb 7, 2023 at 8:41 AM Tom Rushworth wrote: > I'm sorry but for me that's overkill. I don't need to create a new > template. I'm happy to modify an existing one. Therefore, all I need is a > list of the available p

Re: Predefined Variables for File Templates

2023-02-06 Thread John Lavelle
https://netbeans.apache.org/tutorials/60/nbm-filetemplates.html Best regards, John On Tue, Feb 7, 2023 at 2:42 AM Tom Rushworth wrote: > When creating a file template, I know that there are predefined > variables. For example, ${date}, and ${time}. Will someone point me to > a li

Re: Rainbow Braces - ???

2023-01-24 Thread John Lavelle
I use Rainbow Braces on both version 15 and 16 of Netbeans without a problem. Best regards, John On Tue, Jan 24, 2023 at 8:51 PM Philippe FICHET wrote: > The plugin (https://plugins.netbeans.apache.org/catalogue/?id=25) is > validated only for Netbeans versions between 12

"Background scanning of projects" message every second

2023-01-21 Thread John
Hi, Running  Product Version: Apache NetBeans IDE 16 Java: 19.0.1; OpenJDK 64-Bit Server VM 19.0.1+10-21 Runtime: OpenJDK Runtime Environment 19.0.1+10-21 System: Windows 10 version 10.0 running on amd64; UTF-8; en_GB (nb) User directory: C:\Development\NetBeans\John Cache directory: C

RE: NetBeans `Convert to for (Iterator...) {}' suggestion

2022-11-29 Thread John
t and, for me, that made it more confusing, even contradictory. But then I think that is more to do with my interpretation of the icon as I read that as ‘use best practice’ and so it was like Netbeans couldn’t make up its mind which syntax was best 樂. John  From: Scott PalmerSent: 28 November 2022 17

NetBeans `Convert to for (Iterator...) {}' suggestion

2022-11-28 Thread John
elements in the iterator is very large. Am I stuck with this, or is it that I just overlooked where the hint is in the long list?  John  - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail

My .class files keep auto-updating their timestamp every minute

2022-06-09 Thread John
appreciated as I currently have to keep Netbeans closed most of the time in order for my testing / front end to work as expected. Thanks in advance John - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional

Re: BufferedReader and BufferedWriter : non-static variable cannot be accessed from the static context

2022-05-23 Thread John Barrow
at the top of your main method, just after the "try {" line and then prefix the class fields with your newly created instance variable to reference them. Hope that helps. John On Sun, 22 May 2022, 23:53 Zulfi Khan, wrote: > Hi, > > I have written the following code

RE: Unexplainable [!] on file with no lines marked

2022-02-25 Thread John
offending characters), created a new Java Class file in the same package and pasted it in. Immediately the [!] appeared against that file as well! I then did a grep search of the NetBeans directory for the offending file name and voila! In my John/var/log/messages.log it is reporting that NetBeans

RE: .jsp files showing exceptions

2022-02-24 Thread John
Juan, Just to be clear, Tomcat provides all the scripts to build the NetBeans environment, all you need to do is open an existing project in NetBeans once you have finished the instructions within the two files contained in the previous email! John From: Juan AlgabaSent: 24 February 2022 00:20To

RE: .jsp files showing exceptions

2022-02-24 Thread John
Ctrl-C to terminate the session I have successfully done all this and so if you have issues, rather than spending ages trying to resolve them, happy to share my experience. John From: Juan AlgabaSent: 24 February 2022 00:32To: John BarrowCc: NetBeans User GroupSubject: Re: .jsp files showing except

RE: .jsp files showing exceptions

2022-02-24 Thread John
netbeans_default_options=...Add -J-Dfile.encoding=UTF-8 to the end Unsurprisingly, this made no difference at all. If you memory is good, do you recall where else I may look to confirm compatibility? John From: André PfeifferSent: 23 February 2022 14:40To: John BarrowSubject: Re: .jsp files showing exceptions Hello

RE: Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods

2022-02-04 Thread John
    10.2.0.jre17    jar     Since sending the email, I have explored the Maven repository (.m2) and looking in  C:\Users\John\.m2\repository\com\microsoft\sqlserver\mssql-jdbc\10.2.0.jre17 I find that I have all the jar files for the sources and Javadoc. mssql-jdbc-10.2.0.jre17-javadoc.jarmssql

Integrate MS-SQL JDBC Sources into NetBeans to enable drilldown of methods

2022-02-04 Thread John
sly far rather use the power of NetBeans to create a fully integrated solution. I love the fact that I can drilldown into the JDK, it gives me a valuable insight into how each of the methods is coded and a view of how others write their Java. Thanks in advance J

RE: Re: Introduction to Profiling Java Applications in NetBeans IDE

2022-01-29 Thread John
ime:  47.465 sFinished at: 2022-01-29T20:56:58Z Now time to go and optimise my sequential scan! John  From: Peter ReamSent: 29 January 2022 19:18To: users@netbeans.apache.orgSubject: RE: Re: Introduction to Profiling Java

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread John Mc
Could this be related to the Java Module System from Java 9+? Not used JMSmyself, just guessing here... John On Sat 15 Jan 2022, 22:01 Jack W., wrote: > > Not sure what's exporting to what, then. > This is a one-file project. > What is the brilliant idea here that I am missing b

editing code with char completion

2021-12-11 Thread John Smith
When I edit java code, I type an opening parenthesis followed by variable or whatever and then it's time to get to the closing parenthesis. Netbeans has put the closing parentheses there already which is handy. But now I have to interrupt my flow; if I type the closing parenthesis, it adds one and

Re: KEYS file

2021-11-05 Thread John Mc
Hi The Vote threads are emails... But you can kind links to the KEYS file in the Downloads page on the website: Here's where the link is for the 12.5 download: [image: image.png] While here is where the link is for the 12.0 download: [image: image.png] Hope this helps John On Fri, 5 Nov 2021

Re: KEYS file

2021-11-04 Thread John Mc
Same place it's always been, I believe: https://dist.apache.org/repos/dist/release/netbeans/KEYS If you search for previous vote threads it's usually included in the first post. Regards John On Thu 4 Nov 2021, 03:23 Jack W., wrote: > Where is the pgp KEYS file hiding these d

Re: slightly off-topic: Can someone with BigSur or older help me out?

2021-10-18 Thread John Mc
Hi Thomas, I am running Catalina(10.15.7) and Amazon Corretto(15)[1], I used your code and didnt notice any problems, my cursor changed every time. Hope this helps. John [1]: *Product Version:* Apache NetBeans IDE 12.5 *Java:* 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9 *Runtime:* OpenJDK

Re: [plugins] [wordpress] [php] PHP WordPress Blog/CMS plugin

2021-08-26 Thread John Lavelle
Some of the dependencies were changed in Netbeans 12.2. You will either need to contact the creator and see if they've updated the plugin, or, if the plugin is essential to your project, install NetBeans 12.1. Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel

Re: Auto Popup Completion Window

2021-08-06 Thread John Lavelle
n NetBeans. At present I just don't have the time. Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Fri, Aug 6, 2021 at 9:41 AM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote:

Re: Auto Popup Completion Window

2021-08-06 Thread John Lavelle
I've tried all sorts of things but none of them worked 100%. it's even worse ewhen writing php and html in the same document. I've started to look at other IDEs as I have to constantly keep going back and deleting the "auto-filled suggestions" Best regards, John Lavelle j...@jql.co.uk

HTML Autocomplete

2021-07-19 Thread John Lavelle
Here's the video of the screen showing autocomplete popping up as soon as you press enter even though it is switched off in Options. This a PHP file but it does exactly the same in an HTML file as well. https://youtu.be/npzGbVEiDVc Best regards, John j...@jql.co.uk Bike Farkles: https

Re: Fwd: HTML Disable Auto Completion 12.4

2021-07-12 Thread John Lavelle
Hi, My apologies for not getting the video done on the HTML autocomplete problem, unfortunately work intervened. I'll try and get it done for Wednesday. Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com

Re: HTML Disable Auto Completion 12.4

2021-07-12 Thread John Lavelle
When you press Enter for a Newline it pops up. Very irritating. Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Mon, Jul 12, 2021 at 8:02 AM Geertjan Wielenga < geertjan.wi

Re: HTML Disable Auto Completion 12.4

2021-07-11 Thread John Lavelle
, if you're changing between languages, you forget to press escape and have to delete the "suggestions" Best regards, John Lavelle j...@jql.co.uk Sent via awful Android On Sun, 11 Jul 2021, 22:35 Geertjan Wielenga, < geertjan.wiele...@googlemail.com> wrote:

Re: HTML Disable Auto Completion 12.4

2021-07-08 Thread John Lavelle
Emi, Many thanks for that. Any chance you can give me a "heads-up" on the xml file name? Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Thu, Jul 8, 2021 at 9:30 AM Emilian B

Fwd: HTML Disable Auto Completion 12.4

2021-07-08 Thread John Lavelle
BUMP! BUMP! I assume that no one uses HTML in NetBeans so has no experience of this? Any answers or suggestions? Regards John BUMP! Can anyone shed any light on this? Thanks John Hi, You used to be able to disable the Auto Completion pop-up for HTML by deleting (must be deleted not just

Fwd: HTML Disable Auto Completion 12.4

2021-07-06 Thread John Lavelle
BUMP! Can anyone shed any light on this? Thanks John Hi, You used to be able to disable the Auto Completion pop-up for HTML by deleting (must be deleted not just disabled) the items in "Tools>Palette>Code Clips" (why?) then in "Tools>Options>Editor>Code Completion

HTML Disable Auto Completion 12.4

2021-07-05 Thread John Lavelle
ion Window". In 12.4 it seems the only way to disable Code Completion for HTML is to disable it for every language in the "All languages" Code Completion section. Is there a way to disable Code Completion just for one language as the "old" system no longer seems to wo

Re: [PHP] NetBeans not recognizing virtual server on WAMP

2021-06-15 Thread John Lavelle
running on local web server) Project URL: http://mphp/ Index File: index.php Best regards, John j...@jql.co.uk JLavelle.uk https://www.youtube.com/jlavelleuk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ On Mon, Jun 14, 2021 at 9:57 PM Bruce Button wrote: > Greetin

RE: java.lang.NumberFormatException: For input string: ""

2021-05-04 Thread John Barrow
quate to 0, as both of them represent the "zero / null" value. However, I suspect that it was done that way as there is no Integer value that would translate back to the empty string for consistency. I.e. what should String.valueOf(0) return, "0" or "". John O

Re: [External] : Re: removing the "new project" support for Ant projects

2021-04-22 Thread John Mc
Just keep it simple: "Apache NetBeans recommends for beginners creating new projects with modern build/dependency frameworks like Maven or Gradle" I wouldn't include a reference, warning of its potential removal, since that's not been the common consensus here... Regards John On T

RE: removing the "new project" support for Ant projects

2021-04-21 Thread John Burgess
+1 also for me to not eliminating Ant support for new (or existing) projects. -Original Message- From: Marco Rossi Sent: 20 April 2021 20:10 To: Mitch Claborn Cc: users@netbeans.apache.org Subject: Re: removing the "new project" support for Ant projects +1 also for me to not

RE: removing the "new project" support for Ant projects

2021-04-21 Thread John Burgess
Completely agree. Ant works and doesn’t require you to write plugins just to customise the build process. From: David Sent: 20 April 2021 23:04 To: Lisa Ruby ; users@netbeans.apache.org Subject: Re: removing the "new project" support for Ant projects +1! On Tue, 2021-04-20 at 17:10 +,

Re: NEED EXAMPLE CODE: how to use database to fill out NB Form

2021-03-14 Thread John Mc
with the knowledge from Geertjans link (and you may need to include a derby jar into your swing project's classpath) and you should be well on the way to solving the initial ask... John On Sun 14 Mar 2021, 20:23 Geertjan Wielenga, wrote: > > https://www.sis.pitt.edu/mbsclass/is2560/res

Re: NEED EXAMPLE CODE: how to use database to fill out NB Form

2021-03-14 Thread John Mc
... Regards John On Sun 14 Mar 2021, 19:52 Geertjan Wielenga, wrote: > https://netbeans.apache.org/kb/docs/ide/java-db.html > > Gj > > On Sun, Mar 14, 2021 at 8:32 PM Amy Wolf wrote: > >> Could someone please provide sample Java code f9or NetBeans to capture >> data fil

Re: runtime platform option missing

2021-01-14 Thread John Mc
properties. Regards John On Thu, 14 Jan 2021 at 22:13, Som Lima wrote: > Hi, > > I was following this video on how to use netbeans 12.1 for remote Java > raspberry pi development. > > https://www.youtube.com/watch?v=MwymxhTjfYc > > In the video netbeans 8.0.2 is being used

Stopped working on Ubuntu 18.04

2020-08-17 Thread John Moriarty
ch for any help, and please do let me know if there's any other information I should provide, or if there are any resources I should use to educate myself about what's actually going on here. John

Re: NetBeans 8.2 Maven Artifacts, anyone?

2020-07-16 Thread John C. Manko
I agree.  Please keep those builds/installers or archive them.  Some of our developers still use v8 exclusively for legacy applications and haven't made the transition to newer versions.  On 7/16/20 11:38 AM, Emilian Bold wrote: Loads

Apache update server unavailable

2020-07-06 Thread John G. Weed
Am trying to run updates on NetBeans 11.2. List of required updates seems to work, however when I tell it to go ahead and update I get a pop up error indicating that update server is unavailable...

Re: NB12 - debugger is not going into the method

2020-07-05 Thread John Mc
Do you have a small example of this behaviour? I've not come across it myself, so without steps to reproduce, or a clear and simple example it might be hard to get someone to help you on resolving this issue... Regards John On Sun, 5 Jul 2020 at 06:03, Greenberg, Gary wrote: > I am try

FXML

2020-07-01 Thread John Brice
Hello all, I have a few minor FXML-related issues I hope someone can help with. Win10, NB12, JDK14, Maven but I've seen these since at least NB10, JDK11 and across multiple computers. 1) Most days (but not every day) I have to reactivate JavaFX (Tools > Options > Java > JavaFX) and restart NB.

Re: [jira] [Commented] (NETBEANS-4513) Font Chooser does not include user installed fonts

2020-06-30 Thread John Brice
to pick two with the same issue. I'll stick to running NetBeans on JDK14, thanks again. From: John Brice Sent: 30 June 2020 16:33 To: Laszlo Kishalmi (Jira) Subject: Re: [jira] [Commented] (NETBEANS-4513) Font Chooser does not include user installed fonts Hi

Fonts not available for selection

2020-06-30 Thread John Brice
Hello all, NetBeans 12.0 on Zulu JDK 11.0.7 and Windows 10 1909 After adding new fonts (Office Code Pro, IBM Plex Mono), they are not available for selection in Tools > Options > Fonts & Colors. I've installed both OTF and TTF versions of the fonts, I've deleted both the cache dir and the user

Re: hex dump

2020-06-27 Thread John G. Weed
100% for that But then I’m old school Sincerely, John .G Weed Sr. Systems Architect/Programmer Analyst @ Cicero Systems, LLC *"Reason. Resolve. Respond"* (571) 277-9998 www.linkedin.com/in/john-weed-28378a161 *"Steal a man's reputation for probity, and the more shrew

Re: [PHP][Xdebug][macOS Mojave] config problems

2020-06-25 Thread John Lavelle
When you get the message: *Error:* *Browser refused to debug this tab.* *Close Chrome Developer Tools (or any other browser debugger) and try again.* Press refresh on the browser and everything syncs correctly Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel

Re: How do you setup JUnit with Maven?

2020-05-21 Thread John Mc
ect for JUnit 5 and maven: https://github.com/junit-team/junit5-samples/tree/master/junit5-jupiter-starter-maven Regards John On Thu, 21 May 2020 at 16:53, Ty Young wrote: > > On 5/21/20 10:07 AM, Luff,Chris wrote: > > No, nothing like that should be needed. Make sure your source packages

"uninstaller" in PHP file name triggers false file parse error

2020-05-20 Thread John Patrick Hayden
Hello everyone! Title says it. I'm working on a PHP project in Netbeans 11.3 that has 3 classes in their own files that act like autoloaders for activation/deactivation/deletion actions. /class-installer.php /class-upgrader.php /class-uninstaller.php All 3 function properly, but within

Re:

2020-05-19 Thread John Lavelle
Hi, This video, although for an earlier version of NetBeans, walks you through installing JDK 8 when you don't have root access: https://www.youtube.com/watch?v=O7z6JQ-NT2k Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https

Error Parsing File for PHP File with "uninstaller" in the File Name

2020-05-19 Thread John Patrick Hayden
Hello everyone! Title says it. I'm working on a PHP project in Netbeans 11.3 that has 3 classes in their own files that act like autoloaders for activation/deactivation/deletion actions. /class-installer.php /class-upgrader.php /class-uninstaller.php All 3 function properly, but within

Re: set sources for a project to jdk 14

2020-05-17 Thread John Mc
try using the latest development versions of NetBeans: https://netbeans.apache.org/download/dev/index.html which might allow you to set Java 14 sources? Regards John On Sun, 17 May 2020 at 08:19, Thufir wrote: > running NB 11.5 I have 11 as default and 14 available through Java > Pla

Re: Python in Netbeans 11.x

2020-05-13 Thread John Lavelle
Try: http://www.nbpython.org/ 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, May 13, 2020 at 4:03 PM Rik Scarborough wrote: > Is Python supported, or will it be suppor

Re: Netbeans long pauses

2020-05-11 Thread John Lavelle
ters and VMs. Best regards, John j...@jql.co.uk On Tue, May 12, 2020 at 4:08 AM Laszlo Kishalmi wrote: > Try with NetBeans 11.3. 11.1 is not supported any more. > > > On 5/11/20 6:04 PM, Bayless Kirtley wrote: > > Surely there is a better answer than that. I just spent a week

Re: Netbeans long pauses

2020-05-11 Thread John G. Weed
off of Mint Sincerely, John .G Weed Sr. Systems Architect/Programmer Analyst @ Cicero Systems, LLC *"Reason. Resolve. Respond"* (571) 277-9998 www.linkedin.com/in/john-weed-28378a161 *"Steal a man's reputation for probity, and the more shrewd and clever he is, the more hated and m

Re: Netbeans should generate Maven projects with latest version

2020-04-30 Thread John Mc
Unless I'm mistaken, NetBeans uses the embedded NetBeans version, which for NetBeans 12.0 should have Maven 3.6.3 embedded. There will be another beta version of 12.0 out soon I believe, so maybe confirm this with that version? Regards John On Thu, 30 Apr 2020 at 20:16, Ty Young wrote

RE: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread John Brice
or more); not every time but often enough. If I use netbeans constantly all day there is no problem. There is nothing obvious (to me) in the IDE log. I’ve cleared cache and user dirs, doesn’t make a difference. John Hi I just wanted to know if people had noticed the following when running

Re: I cannot find the MySQL Plugin

2020-04-19 Thread John Lavelle
Have a look at this video about fixing NetBeans MySQL connection Errors: https://youtu.be/qD2PwMokQiE Also this video for Time Zone connection problems: https://youtu.be/yUEA0kQfoEo Best regards, John j...@jql.co.uk On Sun, 19 Apr 2020 at 14:45, Richard Grin wrote: > Hi Francis, >

Re: Overriding equals and hashCode in subclass: wizard doesn't include inherited fields.

2020-04-19 Thread John Burgess
Xor the hashcode of the inherited fields (from super. Hashcode() ) and the hsshcode of the new fields. Get Outlook for Android From: Owen Thomas Sent: Sunday, April 19, 2020 9:34:41 AM To: Emilian Bold Cc: NetBeans Mailing List Subject:

Re: [java] Google style for Java

2020-03-26 Thread John Mc
, please let me know in GitHub and I can look to address them. Regards John [1]: https://github.com/mcdonnell-john/nb-google-java-code-formatter-plugin On Thu, 26 Mar 2020 at 01:24, Joel Strasser wrote: > I went by configuring the required options myself. But thank you anyway! > > Mit fre

Re: Statement of disappointment

2020-03-13 Thread John G. Weed
I'd be more than happy to contribute some cash to the appropriately formed company, either directly or in some form of licensing agreent. I'd also be willing to offer some time, though my expertise is limited to c/c++. Sincerely, John .G Weed Cicero Systems, LLC <http://www.cicerosystems

Re: Statement of disappointment

2020-03-13 Thread John Mc
try to address them, like I have tried to in the past. The way I see it, if we could find out what exactly is blocking people from moving to 11.3/12, and then if they can spend even a small amount of time/effort into looking at these we can get to an even better NetBeans product. John On Fri, 13

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread John Yeary
Congrats to everyone involved. John Yeary *NetBeans Dream Team* *Founder Greenville Java Users Group* <http://javaevangelist.blogspot.com/> <https://twitter.com/jyeary> <http://www.youtub

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread John G. Weed
Oops. Honestly, I did read that web page earlier. But I swear I didn't see the c/c++ references. My apologies! Sincerely, John .G Weed Cicero Systems, LLC <http://www.cicerosystems.us/> *"Reason. Resolve. Respond"* (571) 277-9998 *"Steal a man's reputation for probity

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread John G. Weed
Greetings, I don't want to seem like the aging canker-sore, but is there an update on when c/c++ will be included in the NetBesns release, without requiring the 8.2 holdover? Sincerely, John .G Weed Cicero Systems, LLC <http://www.cicerosystems.us/> *"Reason. Resolve. Respond"

Re: SOLVED: Apache Netbeans w/NetBeans 8.2 C/C++ plugin on Raspberry Pi 4B (ARM64) running Ubuntu 18.04.4/xubuntu

2020-02-28 Thread John G. Weed
sitory and NetBeans runs with Java 11. > > The RPi is a capable machine, only slow part is the IO... You could > never compile something heavy on that thing although in the past you > would have compiled many things on a quad core / 4GB machine. > > --emi > > On Fri, Feb 28,

Re: SOLVED: Apache Netbeans w/NetBeans 8.2 C/C++ plugin on Raspberry Pi 4B (ARM64) running Ubuntu 18.04.4/xubuntu

2020-02-28 Thread John G. Weed
hing although in the past you > would have compiled many things on a quad core / 4GB machine. > > --emi > > On Fri, Feb 28, 2020 at 11:26 PM John G. Weed > wrote: > > > > All, > > > > Forgive me if this needs to be sent via some other venue, but since

SOLVED: Apache Netbeans w/NetBeans 8.2 C/C++ plugin on Raspberry Pi 4B (ARM64) running Ubuntu 18.04.4/xubuntu

2020-02-28 Thread John G. Weed
All, Forgive me if this needs to be sent via some other venue, but since this has been such a pain in the butt to find an answer to, I thought I'd write out the steps I followed to build a Raspberry Pi 4B (4GB) running the Ubuntu 18.04.4 LTS operating system, with the xubuntu desktop, for the

Re: Apache Netbeans 11.2 Availablility for ARM64 (Raspberry Pi 4B)?

2020-02-26 Thread John G. Weed
and the xubuntu-desktop. Does anyone see any issues beyond the SUBJ Netbeans ARM64 compatibility concern I initially started with? Sincerely, John .G Weed Cicero Systems, LLC <http://www.cicerosystems.us/> *"Reason. Resolve. Respond"* (571) 277-9998 *"Steal a man's reputation for

Apache Netbeans 11.2 Availablility for ARM64 (Raspberry Pi 4B)?

2020-02-26 Thread John G. Weed
Does the download link Apache-NetBeans-11.2-bin-linux-x64.sh ( SHA-512 , PGP ASC

Re: Opening NetBeans in NetBeans

2020-01-08 Thread John Elliot V | ProgClub
On 9/1/20 5:11 pm, Laszlo Kishalmi wrote: > You can open the NetBeans modules as projects into the IDE, they are > located under several subfolders (organized by clusters) in the source > code, like platform, java, nb, ide, etc... Thanks for your help, but I haven't been able to complete this

Opening NetBeans in NetBeans

2020-01-08 Thread John Elliot V | ProgClub
g projects and creating new projects (with existing sources) but I didn't have any luck with that either. Could someone explain to me how I can open the NetBeans sources (from netbeans-11.2-source.zip [1]) in NetBeans 11.2..? Thanks in advance. Regards, John Elliot V [1] https://netbeans.apache.or

Re: 11.2 and JUnit 5 "no tests executed"

2019-12-18 Thread John Mc
Hi Michael, Can you create a JIRA ticket for this please? https://issues.apache.org/jira/projects/NETBEANS If I get some time over Christmas, I might look to fix it, if possible so we can help others out moving forward? Regards John On Wed, 18 Dec 2019 at 10:44, Michael Remijan wrote: >

Re: 11.2 and JUnit 5 "no tests executed"

2019-12-18 Thread John Mc
to your pom, Maven will start to execute your tests. Regards John On Wed, 18 Dec 2019, 03:19 Michael Remijan, wrote: > I've started a brand new Maven project and had NetBeans take care of the > POM updates when I added a unit test. NetBean automatically put in the > dependencies for JUnit

RE: Re: Auto-backup of unsaved source files

2019-12-10 Thread John Barrow
!  John From: Paul "TheSlimDude" MorrisSent: 10 December 2019 20:34To: users@netbeans.apache.orgSubject: Re: Auto-backup of unsaved source files So this one works. No delay at all, though. As soon as you type, it saves. There does not seem to be any configuration for it. With saving that

RE: Re: Auto-backup of unsaved source files

2019-12-10 Thread John Barrow
that version becomes available unless there is another AutoSave plug-in that is more up-to-date. John From: Paul "TheSlimDude" MorrisSent: 10 December 2019 16:42To: users@netbeans.apache.orgSubject: Re: Auto-backup of unsaved source files You mean this on ehere?http://plugins.netbeans.

RE: Re: Auto-backup of unsaved source files

2019-12-10 Thread John Barrow
it, the “Local History” allows you to see all the previous saved snapshots of your source (a bit like you get for each committed change to a source control system). John From: Emilian BoldSent: 10 December 2019 15:36To: John BarrowCc: NetBeans MailingSubject: Re: Auto-backup of unsaved source files See Local

Auto-backup of unsaved source files

2019-12-10 Thread John Barrow
if there was an obvious answer and had a look at the Editor Options in Netbeans but couldn’t see any support for this. Thanks (for the next time it happens)! John  - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands

Re: Static code analysis - FindBugs (SpotBugs) support

2019-11-27 Thread John Mc
Hi The find bugs module hasn't been donated yet it's due in a later donation - I've asked about it before. I had looked to start an alternative spotbugs plugin recently but switched to another plugin and then got busy at work so haven't yet been able to get back around to it. Regards John

Re: "Compile on Save" option disabled for Maven WAR project in Netbeans 11.2, working in 11.1

2019-11-21 Thread John Mc
David, Do you have nb-javac installed as well? I might be wrong but I thought that CoS requires nb-javac Regards John On Thu, 21 Nov 2019 at 23:32, Josh Juneau wrote: > Thanks I will work on reproducing the issue. I appreciate your time. > > Josh Juneau > juneau...@gmail.com

Re: Netbeans 11.1 extract local variable r

2019-10-02 Thread John Mc
What happens when you put your cursor on the first line? Do you get a hint in the left hand margin of the editor? This should do the same thing, creating a return variable. On Wed, 2 Oct 2019 at 04:17, Sahin gülci wrote: > Hi Emilian, > > I deleted the collect line but it is same, for you to

  1   2   >