When I try to export my project as a runnable jar Eclise gives me the following error:
No resources selected.
The project runs fine within Eclipse, I already
This is basically happen when you change package name under which you made your program. This will create confusion regarding package, as per program export, main method still written in old package. To resolve it, Just copy it and paste it in same package with different name and then try to export it. Check for log too.