Running module jar programatically
Neil Bartlett
njbartlett at gmail.com
Wed Dec 2 21:24:20 UTC 2015
The Java 9 support in Eclipse Neon is fairly limited right now. It understands the new layout of the JRE and puts the platform modules on your build classpath. It does not however understand the syntax of module-info.java, so you will get red error markers in these files, and you will need to compile them from the command line with javac. However it is just about usable for experimenting with the module system.
Regards,
Neil
> On 2 Dec 2015, at 20:15, Dalibor Topic <dalibor.topic at oracle.com> wrote:
>
> On 12/2/15 5:26 PM, Stephane Epardaud wrote:
>> Of course it does not help that I have to do this all outside of my IDE
>> as Eclipse doesn't know about Java 9 yet :(
>
> See https://marketplace.eclipse.org/content/java-9-support-beta-neon
>
> cheers,
> dalibor topic
>
>
> --
> Oracle <http://www.oracle.com>
> Dalibor Topic | Principal Product Manager
> Phone: +494089091214 <tel:+494089091214> | Mobile: +491737185961 <tel:+491737185961>
> Oracle Java Platform Group
>
> ORACLE Deutschland B.V. & Co. KG | Kühnehöfe 5 | 22761 Hamburg
>
> ORACLE Deutschland B.V. & Co. KG
> Hauptverwaltung: Riesstr. 25, D-80992 München
> Registergericht: Amtsgericht München, HRA 95603
>
> Komplementärin: ORACLE Deutschland Verwaltung B.V.
> Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
> Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
> Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher
>
> Green Oracle <http://www.oracle.com/commitment> Oracle is committed to developing practices and products that help protect the environment
More information about the jigsaw-dev
mailing list