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

update README to suggest correct java_subversion for local rpm file (Centos 7) #74

Open
francescor opened this issue Jan 1, 2024 · 0 comments

Comments

@francescor
Copy link

my settings for a local rpm file in files/jdk-8u181-linux-x64.rpm was not working (Centos 7)

# which version?
java_version: 8

# which subversion?
java_subversion: 181

jdk_tarball_file: jdk-8u181-linux-x64

java_download_path: /tmp
java_download_from_oracle: false
java_remove_download: false

java_set_javahome: true
java_install_jce: false

I've fixed it by replacing:

java_subversion: 181

with

java_subversion: 181-amd64
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