I'm working on java 1.6 on eclipse. Yesterday, i tried to compile it to a runnable jar, but it didn't work. So , finnaly i tried to change the java version and i still can't compile the project. Then i tried to convert my project to Maven. Finally, i use this solution : How do I remove Maven from a Eclipse java project? But now, when i launch the project i have the error : 'Launching app' has encountered a problem. could not read maven project
in details i can read '...[FATAL] Non-readable-pom...' But i disable maven project.
And when i click ok, i can run my app, but i have a new pb what is 'the main class is not found'. I read on the net it's probably due to the java version changing.
Now, i'm looking to make the project as yesterday before those actions. I use git, so i tried to come back to the last commit but it doesn't work.
Could you give me some way or solutions?
ty, Olivier