matthiasblaesing commented on pull request #2369:
URL: https://github.com/apache/netbeans/pull/2369#issuecomment-692499846


   @mcdonnell-john I was able to reproduce your problem. It happes if the build 
JDK and the target JDK are not the same. I had this in my ".nbbuild.properties":
   
   ```
   #permit.jdk9.builds=true
   nbjdk.home=/home/matthias/bin/jdk-8
   ```
   
   This will lead to ant finding the desktop classes, while in the compile run 
they are not present. I switched that back to my normal setting:
   
   ```
   permit.jdk9.builds=true
   #nbjdk.home=/home/matthias/bin/jdk-8
   ```
   
   And can now compile the platform cluster cleanly. I checked against 12.1 
branch and the problem can be reproduced/fixed there identically. Please see if 
that helps.


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

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