Running a jar with depedency jar at a different java version -


my project running java 7 while 1 of dependency jar built java 8 according manifest file .i want run project in form of jar dependencies @ java 1.7 ! possible change java version of dependency jar lower version 1.8 1.7 ?

it looks bad idea.

you encounter unsupportedclassversionerror :

class unsupportedclassversionerror

public class unsupportedclassversionerror extends classformaterror 

thrown when java virtual machine attempts read class file , determines major , minor version numbers in file not supported.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -