Error compiling robocode

2

Good afternoon!

I'm having trouble compiling Sample Robo in Robocode, where the error below is displayed:

  

Compiling ... Unable to load annotation processing manager   org.eclipse.jdt.internal.compiler.apt.dispatch.BatchAnnotationProcessorManager   from classpath.

     

Compile Failed (-1)

Thank you very much.

    
asked by anonymous 16.08.2018 / 14:49

1 answer

4

This error happens even with 100% functional code.

To resolve, go to

  

Source Editor > Compiler > Options > Preferences

The middle option, " Compiler Options " has several attributes, you can delete them all without doing, there are several attributes that would only work if the code is inside eclipse, which is not the case .

In place place only the text (with the dash before):

-verbose

    
16.08.2018 / 15:05