Re: Netbeans/Maven Resource Bundle problem (classpath?)

2021-01-01 Thread Jeff Schmidt
Thanks. Manually creating that structure and moving the files did get it working. Still, it feels like NetBeans could do more to support this and make it work automatically. On 1/1/21 10:48 AM, Ernie Rael wrote: On 1/1/2021 6:28 AM, Jeff Schmidt wrote: Hello, ...   For some reason, I

Font scaling on High Res displays

2020-06-25 Thread Jeff
I got a new Dell Precision 5540 laptop through work that is running a native resolution of 3840 x 2160 on a 15" screen. Windows defaults to 250% scaling to make text and icons readable at this resolution. However, Netbeans project/source views don't seem to detect/honor the scaling settings and i

Help w/ Maven project warning: 'system' scoped dependency was not found.

2019-07-26 Thread Jeff
Setup: Netbeans 11.1 + Oracle JDK 12.02 with project building with JDK 1.8. I have a multi-module project and 2 of the modules show this 'warning' about a system-scoped dependency not found but I don't include any specific system scoped dependencies. If I run the 'mvn dependency:tree -Dverbose'

Re: Help w/ Maven project warning: 'system' scoped dependency was not found.

2019-07-26 Thread Jeff
Please check that the path is absolute and points to an existing binary. But beyond what the dependency:tree output showed it isn't obvious what it is looking for. Thanks! On Fri, Jul 26, 2019 at 11:28 AM Jeff wrote: > Setup: Netbeans 11.1 + Oracle JDK 12.02 with project building w

Troubleshooting Netbeans Platform CRUD Tutorial

2018-01-22 Thread Jeff Melton
h, and the compiler error messages are as follows: --- C:\Users\Jeff\Documents\NetBeansProjects\DBManager\CustomerViewer\src\org\shop\viewer\CustomerViewerTopComponent.java:113: error: illegal start of typefor (Customer c : resultList) {C:\Users\Jeff\Documents\NetBeansPro