Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jars (jing.jar, trang.jar) do not adhere to the java 11 module system #246

Open
aanno opened this issue Jan 16, 2019 · 0 comments
Open

jars (jing.jar, trang.jar) do not adhere to the java 11 module system #246

aanno opened this issue Jan 16, 2019 · 0 comments

Comments

@aanno
Copy link
Contributor

aanno commented Jan 16, 2019

This is because the jars share some (java class) code in the same packages. If they are used in conjunction (i.e. both) in java 11, there will be compile and/or runtime errors.

The new java 11 (or java 9) module system does not like this kind of 'split jars'. The agreed-upon long-term solution to split jars is to separate the package namespaces (i.e. each package name is only used in one distinct jar).

An alternative to separation would be merging the 2 jars into one (jingtrang.jar).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant