Re: NB SpringBoot plugin hangs

2018-09-28 Thread John McDonnell
Hi Gary, RE: NetBeans & Java 9+ NO WAY :) - We'd lose a massive user base if we restricted to min Java 9, as I imagine most companies at awaiting until the next long term support release of Java (11) before seeing which way they go. NetBeans 9.0 works with at least Java 8(I've not checked 7 and

RE: NB SpringBoot plugin hangs

2018-09-28 Thread Greenberg, Gary
Aren’t latest release require Java 9? We are using Java 8 and won’t be upgrading in the near future? From: Geertjan Wielenga Sent: Thursday, September 27, 2018 11:50 PM To: NetBeans Mailing List Subject: Re: NB SpringBoot plugin hangs Here is where discussions and issues about that plugin are

Re: Maven

2018-09-28 Thread Davide Grandi
try that (if my memory holds ...) : - download & unzip maven - put the bin folder in the path - put a recent JDK in JAVA_HOME env variable - try   mvn -v   command :   --   C:\Temp>mvn -v   Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T20:33:14+02:00)   Maven

Re: Netbeans won't create a project from cloned source

2018-09-28 Thread Peter Hull
On Fri, 28 Sep 2018 at 14:59 Roger Debry wrote: > I have students who are writing their first Java programs, and pushing > them to GitHub. > Are the students all using NetBeans? If so it might be easier for you to create and push an 'empty' NB project (just what New Java Application...

Re: Maven

2018-09-28 Thread hanas...@gmail.com
https://maven.apache.org/ On 9/28/18 11:06 AM, Roger Debry wrote: I am not familiar with Maven, can you point me to a reference? Roger - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands,

Re: Netbeans won't create a project from cloned source

2018-09-28 Thread Geertjan Wielenga
Consider using Maven-based projects (more or less the industry standard, so why not) even for the very first Java programs, which would have as a side effect that NetBeans would open them automatically from Git without any additional steps. Gj On Friday, September 28, 2018, John McDonnell

Re: Netbeans won't create a project from cloned source

2018-09-28 Thread John McDonnell
Hi Roger, Just tried this and your correct with how it seems to work. I guess the problem here is that the projects don't follow a particular format, and so NetBeans might struggle, and the wizard is an attempt to allow you to create a project around the sources, using the Java Project from

Netbeans won't create a project from cloned source

2018-09-28 Thread Roger Debry
I have students who are writing their first Java programs, and pushing them to GitHub. I want to clone their projects so that I can grade them. I tried a simple “Hello world” Java application as a test to make sure that all of my instructions were accurate and that I could in fact clone a Java

Re: Netbeans 9 will not create a project from cloned source

2018-09-28 Thread Geertjan Wielenga
Can you give some more clues, e.g., what kind of project are we talking about here? If it's on GitHub, what is the URL so others can try it and see if it works for them? Gj On Fri, Sep 28, 2018 at 2:21 AM, Roger Debry wrote: > I have recently updated to netbeans 9 and I am having a problem