Marc Eilens
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 Lombok + Eclipse compiler problem: "java.lang.ClassFormatError: Extra bytes at the end of class file"
已回答Hello, in my current project, we use Lombok and the Eclipse compiler. To get these two things compile together, we already had to modify a compiler setting "build process VM option": -javaagent:<so... -
创建于 Different compilers (javac, eclipse) in a multi-module project
已回答Hello, I have a large project with multiple modules using maven. Some of the modules need to be compiled with the Eclipse compiler, and some with the default Javac. In the maven poms I can change t...