Is it possible to combine java 7 with java 8? -


i want use xuggler here: java xuggler leads fatal error work had downgrade version 7. have problem want write programm need have access java 8.

can combine java 7 , java 8 in way 1 class using old java 7 , classes use java 8?

so guess enduser have use java 8 @ end, not problem.

you cannot achieve in same instance of jvm - use 2 java processes running different versions of jre sounds complete overkill use case.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -