RE: Can't build newly cloned project.

2019-10-29 Thread Greenberg, Gary
That is the only Java installed on my laptop. Here is the content of Help->About: Product Version: Apache NetBeans IDE 11.1 Java: 1.8.0_231; Java HotSpot(TM) 64-Bit Server VM 25.231-b32 Runtime: Java(TM) SE Runtime Environment 1.8.0_231-b32 System: Windows 10 version 10.0 running on amd64;

Platform App, JavaFX, and Java 11

2019-10-29 Thread Steven Yi
Hi All, I've been working on migrating my platform application Blue to Maven. I have this working with RELEASE111 and Java 8. However, when I move to Java 11, my app starts up, show the splash screen, shows messages about loading modules, then disappears and nothing happens. My application

Re: Can't build newly cloned project.

2019-10-29 Thread Laszlo Kishalmi
That's great, but does NetBeans also runs Java 8? You can check it in the Help > About dialog On 10/29/19 4:35 PM, Greenberg, Gary wrote: No, I am still running it on Java 8. C:\Users\ggreenbe>java -version java version "1.8.0_231" Java(TM) SE Runtime Environment (build 1.8.0_231-b32)

RE: Can't build newly cloned project.

2019-10-29 Thread Greenberg, Gary
No, I am still running it on Java 8. C:\Users\ggreenbe>java -version java version "1.8.0_231" Java(TM) SE Runtime Environment (build 1.8.0_231-b32) Java HotSpot(TM) 64-Bit Server VM (build 25.231-b32, mixed mode) Gary Greenberg Staff Software Engineer Data Product Development, BI-A E:

Re: Can't build newly cloned project.

2019-10-29 Thread Laszlo Kishalmi
You must be running your IDE on new JDK 11.0.5 You need to install 11.2 to overcome that problem or Check out these issues: https://issues.apache.org/jira/browse/NETBEANS-3251 and https://issues.apache.org/jira/browse/NETBEANS-3253 The workaround is documented there.. On 10/29/19 4:25 PM,

Can't build newly cloned project.

2019-10-29 Thread Greenberg, Gary
Just cloned a new project from stash repository and trying to build it. Getting following error message: cd P:\dpd_bia_vmssbatch\VMSS-Batch; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.8.0_231" cmd /c "\"\"C:\\Program Files\\Netbeans\\11.1\\java\\maven\\bin\\mvn.cmd\"

Re: ISO-8859-1

2019-10-29 Thread Jose Ch
You can use the default option in the netbeans.conf -J-Dfile.encoding=UTF8 // change encoding El mar., 29 oct. 2019 a las 11:44, Juan Algaba () escribió: > I'd recommend downloading the excellent encoding support plugin > http://plugins.netbeans.org/plugin/60487/encoding-support > > [image:

Re: ISO-8859-1

2019-10-29 Thread Juan Algaba
I'd recommend downloading the excellent encoding support plugin http://plugins.netbeans.org/plugin/60487/encoding-support [image: image.png] Though every time you open a file you'd have to check in the corner if nb is assuming the right encoding and change it if necessary. When working without

Re: hsql in Tomcat

2019-10-29 Thread Don
I'm reasonably sure I didn't install it separately especially since the localhost.script file contains things that don't mean anyting to me. SET DATABASE UNIQUE NAME HSQLDB6BAF0F1485 SET DATABASE GC 0 SET DATABASE DEFAULT RESULT MEMORY ROWS 0 SET DATABASE EVENT LOG LEVEL 0 SET