Repository with module support

Ivan St. Ivanov ivan.st.ivanov at gmail.com
Thu Nov 6 07:27:49 UTC 2014


Hello jigsaw devs,

I together with my Bulgarian JUG colleagues Martin and Mitia along with
Mani from LJC are preparing an OpenJDK Hands on Lab for a development
conference in Sofia (Java2Days). As part of this lab we would like to show
the proposed Jigsaw module system. This will be based on a talk that Martin
gave to our user group earlier this year. Back then he was using an early
access build of OpenJDK, something like jigsaw-modules-8-b42 and
jagsaw-8-b42. With that he could showcase things like module-info.java with
the following content:

module org.bgjug @ 1.0 {
// requires com.sample
exports org.bgjug.seminar;
requires jdk.base; // if not specified full JRE module ("jdk") will be
required
class com.bgjug.Main; // main entry point
}

So our question now is can we find a repository containing these feature?
Does the Jigsaw M2 forest provide the above or similar module support?

Thanks,
Ivan


More information about the jigsaw-dev mailing list