Marc Eilens
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
Marc Eilens 进行了评论, -
-
-
Marc Eilens 创建了一个帖子, 已回答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... -
Marc Eilens 创建了一个帖子, 已回答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...