how do i fix "Error occurred during initialization of boot layer" that i get from luaJ

76 Views Asked by At

I tried to get luaJ to work but when i add luaj .jar files to modularpath i get this error:

Error occurred during initialization of boot layer java.lang.module.FindException: Unable to derive module descriptor for D:\Program Files\Eclipse\eclipse\plugins\luaj-3.0.1\lib\luaj-jse-3.0.1.jar Caused by: java.lang.module.InvalidModuleDescriptorException: luajc.class found in top-level directory (unnamed package not allowed in module)

I have already tried to search anywhere for this issue. My project is using java 15.

0

There are 0 best solutions below