Is it OK to use 2 jars (Jar1 is built on 1.6JDK, and Jar2 on 1.8JDK) in an application.
It is OK, as long as the JRE running your application, is not older than JRE 1.8 in your case.
JRE