Member since
04-18-2019
3
Posts
0
Kudos Received
0
Solutions
05-14-2019
10:47 AM
Hi, The 'major.minor version 52.0' error is possibly because the jar was compiled in JDK 1.8, but you are trying to run it using a JDK 1.7 environment. The reported number is the required number, not the number you are using. To solve this, it's always better to have the JDK and JRE pointed to the same version.
... View more
04-21-2019
06:12 AM
Thanks Jerivs for replying. I got an issue, Issue belonging i was using old oracle virtual machine.
... View more