Re: What JavaFX tab??

2021-04-19 Thread Geertjan Wielenga
JavaFX with Ant based projects in NetBeans only works if you’re running on JDK 8. Best to not use Ant at all, if you can help it: Maven and Gradle are the modern build systems. Gj On Mon, 19 Apr 2021 at 22:53, Thomas Wolf wrote: > I tried to create a new project: New Project->Java with Ant->Ja

What JavaFX tab??

2021-04-19 Thread Thomas Wolf
I tried to create a new project: New Project->Java with Ant->JavaFX Application (or JavaFX in Swing Application). When hitting “Next”, a screen asks me wether I want to download & activate JavaFX or just activate. Since I previously downloaded an FX distribution, I picked “Activate”. Then I get

Re: Maven EJB project creates all modules as WAR files

2021-04-19 Thread Wayne Gemmell | Connect
Is the perception that nobody does Maven EAR's anymore or that nobody uses EARs? I have a web app that has given me no shortage of issuse with ant. I'm trying to move it to Maven. If nobody is using maven then I need to move to something else. If nobody is using EAR's anymore then I'm pretty stuck