Running the jar from command line by:
C:\folder\where\jar\stored>java -jar JarName.jar
I got information which made the problem clearer:
main/Main has been compiled by a more recent version of the Java
Runtime

In this case jar was compiled with version newer than jre supports.