Skip to content

Split packages cause error with Java 9 #41

@tbabinski

Description

@tbabinski

The affinity library defines classes in the java.lang package. This is not allowed in Java 9, since the java.lang package is already exported by the java.base module

Here is the error:

error: module affinity reads package java.lang from both java.base and affinity

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions