Re: NB 11.2 change default project path

2020-02-20 Thread Laszlo Kishalmi
I haven't known this one either. Just spent  one minute to dig it up from the source code. My method was: 1. Search for "NetBeansProjects" in all properties which throw one Bundle.properties file in Project UI module the key was DIR_NetBeansProjects 2. Search the java files from project UI sou

Re: NB 11.2 change default project path

2020-02-20 Thread Geertjan Wielenga
I love this thread, how it developed will be the basis of several sessions I will be doing — essentially about everything that is truly good and truly bad about open source (i.e., shared ownership) development. Gj On Thu, 20 Feb 2020 at 21:00, joe foe wrote: > You learn something new everyday!

Re: NB 11.2 change default project path

2020-02-20 Thread joe foe
You learn something new everyday! . Is there a complete list of all these parameters? Regards, JoeFoe On Thu, 20 Feb 2020, 20:09 Mark Eggers, wrote: > I did not know that - cool! > > . . . just my two cents > /mde/ > On 2/20/2020 10:59 AM, Laszlo Kishalmi wrote: > > Start Netbeans with: > > >

Re: NB 11.2 change default project path

2020-02-20 Thread Mark Eggers
I did not know that - cool! . . . just my two cents /mde/ On 2/20/2020 10:59 AM, Laszlo Kishalmi wrote: > Start Netbeans with: > > -J-Dnetbeans.projects.dir= > > you can add that option into your etc/netbeans.conf as well > > On 2/20/20 6:59 AM, Mark Eggers wrote: >> I don't really understand w

Re: NB 11.2 change default project path

2020-02-20 Thread Geertjan Wielenga
Wow, awesome. Gj On Thu, 20 Feb 2020 at 19:59, Laszlo Kishalmi wrote: > Start Netbeans with: > > -J-Dnetbeans.projects.dir= > > you can add that option into your etc/netbeans.conf as well > > On 2/20/20 6:59 AM, Mark Eggers wrote: > > I don't really understand why you described a disk crash, re

Re: NB 11.2 change default project path

2020-02-20 Thread Laszlo Kishalmi
Start Netbeans with: -J-Dnetbeans.projects.dir= you can add that option into your etc/netbeans.conf as well On 2/20/20 6:59 AM, Mark Eggers wrote: I don't really understand why you described a disk crash, recovery, and then said that the default project folder wasn't to your liking / wasn't ea

Re: Runnable JAR files

2020-02-20 Thread Amn Ojee Uw
Thanks! I'll do so. On Thu, Feb 20, 2020, 9:32 AM Neil C Smith, wrote: > > > On Thu, 20 Feb 2020, 14:24 Amn Ojee Uw, wrote: > >> How come the latest NB runs OpenJFX applications, but I cannot not run >> the jar file it creates? >> C:\java -jar myApp.jar >> > > Welcome to the fun of OpenJFX! ;-)

Re: NB 11.2 change default project path

2020-02-20 Thread Mark Eggers
I don't really understand why you described a disk crash, recovery, and then said that the default project folder wasn't to your liking / wasn't easy to change. Instead, how about the following: I would like to change the default location of where File->New Project creates projects. I didn't find

Re: NB 11.2 change default project path

2020-02-20 Thread Mark Eggers
Maven does this as well, and there are configurations (as well as command line options) to manage this. I would not be happy with a tool that changed the pom.xml or it's meaning. I like that I get a warning, and then I get to decide how to address it. For me, managing JDK versions by using Tools-

Re: Runnable JAR files

2020-02-20 Thread Neil C Smith
On Thu, 20 Feb 2020, 14:24 Amn Ojee Uw, wrote: > How come the latest NB runs OpenJFX applications, but I cannot not run the > jar file it creates? > C:\java -jar myApp.jar > Welcome to the fun of OpenJFX! ;-) You probably want to read through the section on Runtime Images at https://openjfx.io/o

Fwd: error because .nbi folder was not found

2020-02-20 Thread Elias Pereira
Hello, I install Apache with --silent --userdir C:\NBI. When I try to uninstall the Apache Netbeans remotely and silent, always happen the error with the content: The specified target component - nb-all/11.2.0.0.1019 > was not found in the registry. The installer > can continue as if the target c

Runnable JAR files

2020-02-20 Thread Amn Ojee Uw
How come the latest NB runs OpenJFX applications, but I cannot not run the jar file it creates? C:\java -jar myApp.jar

Re: NB 11.2 change default project path

2020-02-20 Thread Emilian Bold
> Back to modern days: Java 11 doesn't allow compiling for Java 5 any more. It's a simple if() just to check for the version of the compiler - and if it's 11 or above set the minimum target compiling level to at least 6 and disable any lower versions. C'mon - don't tell me 100s of devs could get th

Re: NB 11.2 change default project path

2020-02-20 Thread Neil C Smith
On Thu, 20 Feb 2020 at 07:27, Geertjan Wielenga wrote: > Sure, create an issue and this could be something we implement. I don’t think > anyone has asked for this before but it makes sense to me. In the Options > window, it should be possible to specify the location of the folder where > projec