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

Wrong version check in taf-java-client #74

Open
exuvo opened this issue Apr 8, 2024 · 1 comment
Open

Wrong version check in taf-java-client #74

exuvo opened this issue Apr 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@exuvo
Copy link
Contributor

exuvo commented Apr 8, 2024

Describe the bug
linux release is compiled with class file version 62 (ie java 18) but start script checks for less than 16 if [ "$ver_major" -lt "16" ]; then
My other javas were too new >20 so it chose 17 i have installed which then gives a class loader error.

OS
Linux

Version v2024.01.13
tafclient_unix_2024_01_13.tar.gz

@exuvo exuvo added the bug Something isn't working label Apr 8, 2024
@exuvo
Copy link
Contributor Author

exuvo commented Apr 8, 2024

Seems to run just fine on 21 when i forced it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant