I have a project that works perfectly fine when I run it in eclipse. However when I export it as a runnable Jar, it gives me an older version of the project, from a couple days ago.
I have no idea why or how it is exporting the older code and files that as far as I knew don't even exist any more.
I tried doing Project > Clean but it didn't work
Is this a known eclipse bug?
Any suggestions?