ASM

http://asm.ow2.org/eclipse/index.html

http://download.forge.objectweb.org/eclipse-update/

http://forge.ow2.org/projects/asm/

http://andrei.gmxhome.de/eclipse/

Eclipse: Error (Bytecode Outline) SOURCE FILE [in PROJECT] is not on its project's build path

I've just installer the ASM Eclipse Plugin (and restarted), which give an improved Bytecode Outline, and I can use it for the JRE classes, but looking at my own code, I get the error message in the title.

My java project is on Build Automatically, and I my source files do not have errors, and I can see the class files in the Default output folder defined in the Java Build Path of the Project's properties.

solutions:

Is it showing such a problem? "Error (Bytecode Outline) src/Foo.java [in BarProject] is not on its project's build path. " That's a version problem. Use http://andrei.gmxhome.de/eclipse/ as the update URL with the update manager and install the new version.

原文地址:https://www.cnblogs.com/xuxiuxiu/p/6494788.html