Re: Running with three heads

2022-08-10 Thread Blake McBride
Thanks! On Wed, Aug 10, 2022 at 7:11 PM Mark A. Flacy wrote: > You can drag off any edit window to another display (or even another > window on > the same display). The overall interface gets a little weird on a Mac, > but > perfectly doable. > > -- > Mark A. Flacy > mfl...@verizon.net > > On

Re: Running with three heads

2022-08-10 Thread Mark A. Flacy
You can drag off any edit window to another display (or even another window on the same display). The overall interface gets a little weird on a Mac, but perfectly doable. -- Mark A. Flacy mfl...@verizon.net On 2022 M08 10, Wed 19:05:48 CDT Blake McBride wrote: > Greetings, > > I have three

Running with three heads

2022-08-10 Thread Blake McBride
Greetings, I have three monitors. I like to have the IDE with the back-end on one monitor. Another IDE running the front-end on a second monitor. And then, the browser displaying the app on the third monitor. The problem I am having is that NB (14) will only allow me to have one (essentially)

Re: NB 14 - doesn't detect pre-existing Ant project

2022-08-10 Thread László Kishalmi
Besides the build.xml NetBeans needs an m project folder with some additional files, to be detected as an Ant project. As Neil said, those stuff can be created with the Free Form Ant project wizard. NetBeans recognize Maven and Gradle project out of the box without any additional configuration. O

Re: NB 14 - doesn't detect pre-existing Ant project

2022-08-10 Thread Neil C Smith
On Wed, 10 Aug 2022, 15:37 Blake McBride, wrote: > > So, theoretically, if NetBeans sees my build.xml, it should be able to > integrate, but it doesn't detect the build.xml as an Ant project. I can't > open the project. > I think you want to use the new free form Ant project and point it at you

NB 14 - doesn't detect pre-existing Ant project

2022-08-10 Thread Blake McBride
Greetings, I have a large Java project that I have been using with IntelliJ. I'd like to switch back to NetBeans. Although I am using IntelliJ, I'm not really using their build system. I actually wrote my own build system. I have a simple Ant script that can interface with my build system, and

Re: Getting package as .msi or .exe to work

2022-08-10 Thread David Gradwell
I have also discovered that there is: https://stackoverflow.com/questions/71928637/unable-to-create-javax-script-engine-for-javascript-error-when-trying-to-creat where the answer gives detailed reasons why the package as capability can’t work these days. Maybe I have to write my own call to jpa

Getting package as .msi or .exe to work

2022-08-10 Thread David Gradwell
Hi, I have an app that builds and runs fine on my Mac using NetBeans 14. I have set up NetBeans 14 on Windows 11 and the app builds and runs fine on that too. I now want to package the app for wider release and installation. However, when I go “package as .msi” I get: C:\Users\davidjlgradwell