我正在尝试从Eclipse迁移到Intellij IDEA。我还有最后一件事。尝试运行/调试时,似乎无法像在Eclipse中那样添加多个类路径。如果我尝试运行时未将模块添加到依赖项中,则会得到source code does not match the bytecode
。但是,如果我尝试将模块添加到依赖项,则会得到Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle are excluded from annotation processing
。这是我要复制的内容:
我试图用主模块和编辑后的模块创建框架模块,但是我也没有使它起作用。