简体   繁体   中英

can't create javadoc with custom annotation file (cannot execute binary file)

I'm new to eclipse and java and our university has given us a custom annotationsdoclet file but I can't create a javadoc. When I do I get this error:

/home/simon/eclipse-workspace/Worms/resources/AnnotationsDoclets.jar: /home/simon/eclipse-workspace/Worms/resources/AnnotationsDoclets.jar: cannot execute binary file

I think it might have something to do with what I choose as "javadoc command"(the first box when creating a new javadoc since I didn't get any instruction on what that should be and I went with the annotations file. I'm using arch linux and I think that's why I have to select this manually. I made the jar file executable but that didn't fix the problem.

因此,我需要将我的Java SDK中的javadoc可执行文件放入javadoc命令框中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM