Hi,
Whenever I am trying to install Atlassian SDK on my home laptop I am getting this exception- Exception:
java.lang.UnsupportedClassVersionError: I4jScript_Internal_1 : Unsupported major.minor version 51.0
I have downloaded the SDK from the developer documentation.
Any answer wold be helpful.
Thanks
I guess you intall the SDK on a Windows system? Doesn't matter anyway, you are using a Java Versions that does not match the requirements. It should be Java8 afaik, you may try by executing "java -version" on the command prompt, that should report the version 1.8.
The 51.0 indicates that you are using Java 7.
I agree @[deleted]. It is the cause with Java version for sure. Upgrading to 1.8 should solve the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.