m2 images and Freetype on Windows

Alan Bateman Alan.Bateman at oracle.com
Mon Oct 13 08:07:24 UTC 2014


On 12/10/2014 21:51, Ludovic HOCHET wrote:
> Both.
> That is the netbeans_jdkhome in netbeans.conf points to m2/../images/jdk
> and the platform of the created Maven project is the default platform
> (ie the same path).
> What's having immediate issues though is the later, as changing to a
> platform pointing to a jdk9/jdk9 build clears those issues.
> The platform manager shows no jars for jigsaw/m2 so if Netbeans does
> its look up on those jars then it is 'normal' that it does not find
> any classes.
> I didn't mention but the Netbeans installer would not recognise the
> image as valid.
Thanks for confirming. Your experiment to start NB using jigsaw/m2 as 
the JAVA_HOME and trying projects using jigsaw/m2 or jdk9/jdk9 as the 
platform for a project confirms that this is probably NB looking into 
the JDK image for rt.jar and other JAR files and not finding anything 
that it recognizes. This is one of the big compatibility issues that we 
will need to get over and also one of the reasons for trying to get this 
done early in JDK 9 so that there is a lot of time for the IDEs and 
other tools to add support.

-Alan.


More information about the jigsaw-dev mailing list