I am getting the following error message and do not know what it means.
error: Class names, 'DemoVariables' , are only accepted if annotation processing is explicitly requested.

Recommended Answers

All 2 Replies

Common Error Messages on Microsoft Windows Systems

Class names, 'HelloWorldApp', are only accepted if annotation processing is explicitly requested

If you receive this error, you forgot to include the .java suffix when compiling the program. Remember, the command is javac HelloWorldApp.java not javac HelloWorldAp

Source -> here

post your code please

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.