Greetings I have this error and I have tried everything and I don't know how to solve it, I try to generate the xml of this library, but I can't , it already generates the jar, but I can't with the xml, thanks
javac: invalid flag: -doclet
Usage: javac <options> <source files>
use -help for a list of possible options
Thanks Agraham, sorry , can you tell me what the doclet version is the last, and in which sdk it works, the truth is that there are many versions, it is possible I have a very old doclet... I don't know
The purpose of Simple Library Compiler (SLC) is to make it easier to build libraries. SLC is responsible for taking the Java source code files and generating the Jar and XML files. As I see it, it can be useful in two cases: - Creating wrappers for 3rd party SDKs. - Modifying and extending...
As I previously said B4ADoclet only works correctly with Java 8, although that looks like a compilation error rather than anything to do with the doclet. Are you using SLC? Maybe you are missing a library reference.