Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK v8 specified, v9 used for call Arrays.equals #8

Open
pixeroid opened this issue Mar 22, 2023 · 0 comments
Open

JDK v8 specified, v9 used for call Arrays.equals #8

pixeroid opened this issue Mar 22, 2023 · 0 comments

Comments

@pixeroid
Copy link

In pom.xml, JDK/Java version is specified as '1.8' (v8). However in BytesConnectorResponse.java and CommandExecutorManager.java, Arrays.equals(byte[],int,int,byte[],int,int) is used which was only introduced in JDK/Java v9.

You may not have encountered this error on your machine as a JDK <= 9 would be installed. Fix is simple, please update JDK/Java version to 1.9 in pom.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant