Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 607
Sebastien Diot Avatar asked Nov 19 '11 14:11

Sebastien Diot


People also ask

How do I fix errors in eclipse?

The Quick Fix dialog can also be displayed by right clicking on the error item in the Problems view and selecting the Quick Fix menu item.


1 Answers

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.

this can help you

like image 115
biaobiaoqi Avatar answered Oct 03 '22 11:10

biaobiaoqi