juanotto opened a new pull request, #19:
URL: 
https://github.com/apache/netbeans-mavenutils-archetype-netbeans-platform-app-archetype/pull/19

   Currently, the creation of a new Netbeans Platform Application project does 
not build right after being created. The error is'
   
   ```
   -------------------------------------------------------
    T E S T S
   -------------------------------------------------------
   Error occurred during initialization of VM
   java.lang.Error: A command line option has attempted to allow or enable the 
Security Manager. Enabling a Security Manager is not supported.
   ```
   
   There work on Netbeans IDE itself to make it work with java 24 after 
https://openjdk.org/jeps/486 seems Some examples:
   
   - https://github.com/apache/netbeans/pull/3386
   - https://github.com/apache/netbeans/pull/7928
   
   The current NB Platform suggested when creating an app is RELEASE270 in NP 
27, which works without the security manager. Removing the parameter makes the 
project compile and run, after creating it with this archetype.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to