Search results
20 lip 2023 · How can I install a JDK via cmd or with another file? I have to reset my Windows PC regularly for security reasons and I don't always want to go through the setup menu. A Batch or CMD file to install any JDK, the JDK Version 19 is needed.
28 wrz 2015 · 0. Assuming you're installing on Windows, you can use the following: Install the public JRE in silent mode : jdk.exe /s. Install development tools and source code in silent mode but not the public JRE. jdk.exe /s ADDLOCAL="ToolsFeature,SourceFeature".
20 sty 2015 · For that purpose, I'm now creating a script which will automatically run the correct installer (32/64 bit). I tried running the installer with the following command: jdk-8u25-windows-x64.exe /s ADDLOCAL="ToolsFeature,SourceFeature,PublicjreFeature". This works fine on a machine with no JDK/JRE 8 installed.
Windows' Command Prompt (CMD) searches the current directory and the directories listed in the PATH environment variable for executable programs. JDK's programs (such as Java compiler "javac.exe" and Java runtime "java.exe") reside in the sub-directory "bin" of the JDK installed directory.
8 paź 2021 · 1. Download Windows Installer for Oracle JDK 17. Head over to the official download page of Oracle JDK 17, choose Windows tab, and click on the download link for x64 installer, as shown below: You should get the file jdk-17_windows-x64_bin.exe downloaded.
Start the JDK 23 installer by double-clicking the installer's icon or file name in the download location.