How to extract ONLY the contents of the JDK installer

前端 未结 8 1984
[愿得一人]
[愿得一人] 2021-02-05 17:51

I just downloaded the Java SDK/JDK versions 5 and 6, and I just need the development tools (and some libraries) contained in the installation packages, I don\'t need to perform

8条回答
  •  情话喂你
    2021-02-05 18:01

    You can do the installation once and then zip up the installed stuff placed under \Programs\Java.

    This can be unzipped elsewhere later and used as a JDK in most IDE's without needing a full reinstall (but then Windows does not know about it)

提交回复
热议问题