oyarzun commented on issue #8753:
URL: https://github.com/apache/netbeans/issues/8753#issuecomment-3218104738

   The issue seems to have something to do with the JDK version used to compile 
NetBeans and running NetBeans with JDK 21.0.8. 
   
   - I used JDK 17.0.15 to compile NetBeans 27 and running with 21.0.8 does not 
exhibit the issue. 
   - The official NetBeans 27 binary zip running with 21.0.8 exhibit the issue.
   - The official NetBeans 27 binary zip running with 17.0.15 does not exhibit 
the issue
   - The official NetBeans 27 binary zip running with 24.0.2 does not exhibit 
the issue
   - A maven based NetBeans 27 Platform application built using maven central 
artifacts running with 21.0.8 exhibits the issue.
   
   Official NetBeans build:
   ```
   bootstrap:
         [echo] ant version: Apache Ant(TM) version 1.10.15 compiled on August 
25 2024
         [echo] Java version: 17.0.12
         [echo] JAVA_HOME: /usr/local/asfpackages/java/adoptium-jdk-17.0.12+7
   ```
   
   My  NetBeans build:
   ```
   bootstrap:
        [echo] ant version: Apache Ant(TM) version 1.10.15 compiled on August 
25 2024
        [echo] Java version: 17.0.15
        [echo] JAVA_HOME: 
/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
   ```


-- 
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