Marc Eilens
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Marc Eilens commented, -
-
-
Marc Eilens created a post, AnsweredLombok + 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 created a post, AnsweredDifferent 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...