No, since newer versions of Java bring new features to the language (and thus the programs). So if the program (which is in the .jar file) uses a feature introduced in Java 1.6, there is no way you can downgrade the program binary to older version.
If you have sources of the program, it might...