Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[collections-dev] package org.eclipse.collections.impl.map.mutable is declared in the unnamed module, but module does not read it

I am trying to use EC version 11 with JPMS based project. I get this compile error:
package org.eclipse.collections.impl.map.mutable is declared in the unnamed module, but module my.module does not read it
I have tried many variations but none of them work:
requires org.eclipse.collections;
requires eclipse.collections;
etc.
does anyone know how i can fix this error?

Back to the top