Error compiling robocode

Asked

Viewed 171 times

0

Good afternoon!

I’m having problems compiling the example Robo in Robocode, where is presented the error below:

Compiling... Unable to load Annotation Processing manager org.eclipse.Jdt.internal.Compiler.apt.Dispatch.Batchannotationprocessormanager from classpath.

Compile Failed (-1)

Thank you very much.

  • 2

    And where is the code that generates this error? Click EDIT and add the question.]

1 answer

2

This error even happens with 100% functional code.

To resolve, go on

Source Editor > Compiler > Options > Preferences

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

Instead put only the text (with the dash first):

-verbose

imagem de exemplo

Browser other questions tagged

You are not signed in. Login or sign up in order to post.