Replies: 1 comment 2 replies
-
It sounds like just getting the install as a zip/tar may be the easiest? You can download it and just extract it: https://www.eclipse.org/downloads/packages/release/2022-12/r - Those downloads include a JRE. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating an automation script that needs to get eclipse CDT. I can obviously run the eclipse installer with
./eclipse-inst
but then I have to manually select some options.I was wondering if I can run the installer with any parameters in order to have it install without any user prompt.
I would prefer to use the installer since it includes the JRE which is much nicer than installing that separately.
Is this even possible?
Beta Was this translation helpful? Give feedback.
All reactions