Re: Java NetBeans IDE14 Project (Unloadable) pom.xml Error

2022-08-11 Thread David Green
1.8 is a long way back but I think I used this article as a starting point: https://crunchify.com/how-to-create-build-java-project-including-all-dependencies-using-maven-maven-resources-maven-dependency-maven-jar-plugin-tutorial/ Dave On Thu, Aug 11, 2022 at 6:22 PM M. Hagen wrote: > Hello, >

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

2022-03-08 Thread David Green
I used the release candidate of the OSX installer that has been retracted. I had already unlocked the Security & Privacy panel of System Preferences. When I used File Open Project of NetBeans and moved it to my user directory, I got a prompt to allow Apache NetBeans 13 to access my Desktop

Re: Netbeans 8.2 download link

2022-03-01 Thread David Green
On Mar 1, 2022 at 8:50:59 PM, Jonathan Bergh wrote: > just wondering if anyone has / knows the (a) link for the old Oracle > Netbeans 8.2 download. I know there is any floating around, but the one on > the Apache Netbeans pre-Apache page currently redirects to a dead end. > How about

Re: NetBeans 12.6 Push to GitHub

2022-01-27 Thread David Green
On Jan 27, 2022 at 9:41:12 AM, Sam Lalani wrote: > Incorrect credentials for repository at https://github.com/xxx/xxx.git > > If I use the GitHub Desktop application, then I am able to drag and drop > my NetBeans project to GitHub, but I would prefer to use the NetBeans Git > integration to

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-13 Thread David Green
; > } > > > return file; > > } > > ' > > > > > > > > On Jan 13, 2022, at 4:23 PM, Malcolm Fitzgerald < > malc...@notyourhomework.net> wrote: > > > > > > Has anyone picked up on Emilian's idea and checked the settings for Full &g

Re: macOS, Monterey, M1 - can't show in Finder

2021-12-17 Thread David Green
2:35, Carl Mosca escribió: >> >> I was seeing this as well running Java 17. I switched back to 11 and it >> seems to be working...but I have only had one cup of coffee. Running macOS >> 12.0.1 on an M1 MacBook Air. >> >> On Mon, Dec 13, 2021 at 12:56 AM David Gree

macOS, Monterey, M1 - can't show in Finder

2021-12-12 Thread David Green
Hi, On a new MacBook Pro with M1 processor and running Monterey. Running NetBeans 12.6 but just tried 12.4 and same issue. Highlighting a source code file (or a folder), and right-click select Tools | Show in Finder, nothing happens. It used to work on my old Intel-based machine running BigSur

RE: [EXTERNAL] Re: Implementation dependency in a maven module

2021-11-15 Thread David Green
s:maven-jar-plugin:jar:3.14 in > https://repo.maven.apache.org/maven2/ was cached in the local repository, > resolution will not be reattempted until the update interval of mirror1 has > elapsed or updates are forced -> [Help 1] > > > > > > *De :* David Green > *Envo

Re: Implementation dependency in a maven module

2021-11-15 Thread David Green
Hi, I am not a Maven expert but it looks like 3.2.1 is latest in github apache/maven-jar-plugin (see pom.xml file). Are you perhaps wanting 3.1.4 instead of 3.14? Dave On Mon, Nov 15, 2021 at 7:39 AM Eymeric VIEUILLE wrote: > Hi again ! > > > > Nobody has answers for it ? > > > > *Envoyé

Re: [Java] with Ant (Java Applications) If, If Else, Else statements.

2021-08-05 Thread David Green
On 5 Aug 2021, at 10:32, Winod Dhamnekar wrote: > I am not accustomed to using Netbeans Apache IDE expeditiously and > skillfully. In the following picture of IFStatements Java application (Java > with Ant project) I used if , else if, else statements using int user(34) > variable, but it

Re: [JavaFX] project jar file

2019-12-22 Thread David Green
Still working thru this myself but this worked for me in a recent CoolBeans packaging of NetBeans using Maven underneath. https://gist.github.com/dgreen/e1ae4636f311d38758dafdd7b0decf0f Maybe it is helpful. Dave On Sun, Dec 22, 2019 at 4:16 AM joe schmo wrote: > I have never used jlink. >

Re: [ install ] Not sure I have correct download of NetBeans

2019-09-22 Thread David Green
I find that I have to right-click open on these files. I then get a dialog telling me where it was downloaded from and do I want to open it. After confirming, things run and macOS remembers I have blessed it to execute and other launch mechanisms work now. This behavior occurs for most code not

Re: Printing from IDE 11.0

2019-09-08 Thread David Green
On MacOS and NetBeans 11.1, I see two behaviors: 1. When I am in the Files View, there is an attempt to show me a print page preview by NetBeans. This is unreliable, mostly it comes up empty. 2. When I am in the Projects View, the OS print dialog comes up reliability and prints. (After I have

Re: Error: JavaFX runtime components are missing, and are required to run this application

2019-06-10 Thread David Green
Thanks for the blog entry as well as the source content. Very helpful. Should “(Incubating)” be removed from blog title? On Mon, Jun 10, 2019 at 5:47 AM Geertjan Wielenga wrote: > Created a blog entry listing your three great articles: > > >