My understanding (from JEP 220) is that these run-time images are created specifically for the JDK/JRE and the IDE is only expected to read these.
User defined modules will either be in source form or JAR form. One of the goals of the JEP 220 is this:
"Restructure the JDK and JRE run-time images to draw a clear distinction between files that developers, deployers, and end-users can rely upon and, when appropriate, modify, in contrast to files that are internal to the implementation and subject to change without notice. "
The way I see it, a Jimage is purely meant to be part of a JDK and nowhere else.
Regards,
Jay
Mike Milinkovich ---10/28/2015 02:49:43 AM---On 27/10/2015 5:18 PM, Daniel Megert wrote: > > "Instead, API is provided for reading the content of
From: Mike Milinkovich <mike.milinkovich@xxxxxxxxxxx>
To: Daniel Megert <daniel_megert@xxxxxxxxxx>, Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Date: 10/28/2015 02:49 AM
Subject: Re: [cross-project-issues-dev] Announcing JDK 9 support for Eclipse Neon
Sent by: cross-project-issues-dev-bounces@xxxxxxxxxxx
On 27/10/2015 5:18 PM, Daniel Megert wrote:
> "Instead, API is provided for reading the content of such image."
==> The format is not specified but APIs allow to read the content.
Maybe I am wrong, but since we are a Java IDE don't we also have to *write* the content of such files?
--
Mike Milinkovich
mike.milinkovich@xxxxxxxxxxx
+1.613.220.3223 (mobile)
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
|