Error occurred during initialization of boot layerjava.lang.module.ResolutionException:
So I tried to use one java project I have as a library for another project. I built the project into a .jar file and put it in as a library in the other project. In the module-info.java for the project I am trying to import as a library I have a dependency for fastjson. Here are the contents of module-info.java:
when I try to run it I get this: Error occurred during initialization of boot layer java.lang.module.ResolutionException: Module java.downloader contains package com.alibaba.fastjson.util, module fastjson exports package com.alibaba.fastjson.util to java.downloader