Marc Eilens
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Lombok + Eclipse compiler problem: "java.lang.ClassFormatError: Extra bytes at the end of class file"
AnsweredHello, 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... -
Created Different compilers (javac, eclipse) in a multi-module project
AnsweredHello, 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...