Hi,
You are getting the following error because you are using the different libraries while creating the jar and while running the jar.
For example, you are using the JRE-1.6 libraries to create jar and use JRE-1.8 to run the jar without setting the compatibility inside the jar.
You can open the project in the Eclipse and change the libraries to compatible version with your execution environment.
Hope this helps.