Hi Gary When I try to build with JDK 9+ I type :
ant -Djavac.executable=/opt/jvm/openJ9-11 -Dpermit.jdk9.builds=true And it build successfully (I do not modify the properties file). Regards, Jose. El jue., 8 ago. 2019 a las 20:32, Gary Bello (<[email protected]>) escribió: > I am unable to get a successful build of apache netbeans master git clone > with jdk other than jdk8. > > I am using ant 1.9.7, > > my nbbuild/user.build.properties contains the following. > permit.jdk9.builds=true > #nbjdk.home=C:\\Program Files\\Java\\jdk-9.0.4 > #nbjdk.home=C:\\Program Files\\Java\\jdk-10 > nbjdk.home=C:\\Program Files\\Java\\jdk-11.0.2 > #nbjdk.home=C:\\Program Files\\Java\\jdk-12 > #nbjdk.home=C:\\Program Files\\Java\\jdk1.8.0_172 > > I have tried various combinations of nbjdk.home - but only successful > builds with jdk8. > > Please advise. > > Thanks > -Gary >
