I was trying to get my eclipse java project to compile with assets. I read that I needed to fiddle with the buildpath. I tried that, but I broke my program. It no longer compiles. I read another page that said I need to fix me .classpath file; however I cannot find that file.
How could I fix my project or find that file?
Also once I find it does anyone have any advice for what to do with it?
If more information is needed, I can provide it.
EDIT: Adding the src folder (which contains my code) is what gives me the error.