I have simple jar which includes the class MainClass
with static start and stop methods. When I use JDK6 and Prunsrv my service starts and stops successfully. When I switch to JDK I get this error when I start the service:
java.lang.UnsupportedClassVersionError: org/serv/MainClass : Unsupported major.minor version 52.0
How can I resolve this problem?