Re: Offline Install of Netbeans on JDK 8 (with nb-javac)

2022-01-20 Thread Geertjan Wielenga
Brad, Please find the recent thread by Neil "[NOTICE] Apache NetBeans 13 release candidate 1 available for testing". Download the rc-1 and see if that solves your problem. We need feedback on this, please, not after the release is done, but now, before the release, so that we can fix what needs

Re: NetBeans 12.6 / Oracle JDK 11.0.14 LTS / JAX-B Binding

2022-01-20 Thread Brad K.
Okay, thanks. I knew that JavaFX had been separated from the baseline JDK, but I didn't realize how many other implementations have been removed that used to be built-in. Definitely took me down a rabbit hole. Ultimately, I downloaded the jaxb-ri .zip file and unzipped/installed it locally and

adding tomcat server location as enviornment variable

2022-01-20 Thread Mar R
Hello, I'm on windows, can't find, or if is even possible, how to add a tomcat server location (cataline home and/or catalina base) using env variable, so when I update tomcat i just have to update env var and netbeans will just get the new version

Re: NetBeans 12.6 / Oracle JDK 11.0.14 LTS / JAX-B Binding

2022-01-20 Thread Mark Eggers
BK, On 1/20/2022 8:57 AM, Brad K. wrote: Hello -- 1. New Project -> Java with Maven 2. Copy Primer.xsd from here (https://github.com/javaee/jaxb-v2/tree/master/jaxb-ri/samples/src/main/samples/partial-unmarshalling) 3. File -> New -> JAX-B Binding 4. Binding name: Primer,    file: navigate

Re: [java] how to set the platform for a project?

2022-01-20 Thread Danielle Honigstein
Hi all, I want to use Netbeans to program Java remotely on a Raspberry Pi. I successfully added it to Tools->Java Platforms. It now appears under Remote Java SE, and "Test platform" is successful. However, I haven't been able to find anywhere in the configuration or project properties a way to

NetBeans 12.6 / Oracle JDK 11.0.14 LTS / JAX-B Binding

2022-01-20 Thread Brad K.
Hello -- 1. New Project -> Java with Maven 2. Copy Primer.xsd from here (https://github.com/javaee/jaxb-v2/tree/master/jaxb-ri/samples/src/main/samples/partial-unmarshalling) 3. File -> New -> JAX-B Binding 4. Binding name: Primer, file: navigate to file in ${project}/xsd/Primer.xsd packa