Re: [WEBSITE][BUILD INSTRUCTIONS] Difference between build instructions

2020-09-18 Thread Emilio G . C .
I did notice that they are in a way different build scenarios, but I worry mostly about building with JDKs other than 8 (LTS or not, even if we do support LTS only). Mostly I think it inefficient, having redundant info. I would propose, and even make a PR if you are ok with it, that the section

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

2020-09-18 Thread Geertjan Wielenga
What if you change print to println? Gj On Fri, 18 Sep 2020 at 16:40, Laszlo Kishalmi wrote: > > > > > > > > > > > What build system do you use for this example? If Gradle, the it > > would be supported in the 12.2 release only (the patch already > > available in the development builds). > > >

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

2020-09-18 Thread Laszlo Kishalmi
What build system do you use for this example? If Gradle, the it would be supported in the 12.2 release only (the patch already available in the development builds). On 9/18/20 7:36 AM, Peter Ream wrote: I had a java program that worked in mood.fi ’s plugin in netbeans. I tried

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

2020-09-18 Thread Peter Ream
I had a java program that worked in mood.fi’s plugin in netbeans. I tried it in Netbeans 12.0, but it would not work. Here is an example that does not work in Netbeans 12: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new S