Foojay JDK Discovery API extensionA Visual Studio Code extension that gives the user the ability to select and download a JDK from different distributions. When you've started the extension you have to open the 'command palette' by clicking on the gear icon in the lower left corner of the Visual Studio Code application. In the 'command palette' you simply type in or select 'foojay Discovery API' as shown on the following screen: QuickNow you should see the following screen where you can select a JDK to download (Quick). You can choose between the following JDK's
Simply select the major version you would like to download by selecting a radio button. If you would like to change the archive type you can select it in the drop down box besides the version number. It is also possible to change the distribution by clicking on the distribution link. To download the selected JDK, please click on the blue area and choose a folder where the JDK should be installed. Drill down by versionThat was the quick way of selecting a JDK but there are more possibilities. If you select the "Drill down by Version" tab you will see the following screen: In this tab you can first select a major version and the extension will automatically select the latest available JDK from the default distribution (Azul Zulu). If you now would like to change the JDK to another version or distribution you can check the "Details" checkbox. You now can first select a specific version, then a specific Distribution and finally an archive type for download. The download itself will again be triggered by pressing the blue box. Drill down by distributionYou could also drill down by distribution where you first select the distribution, followed by the major version, specific version and archive type. Again the download itself will be triggered by pressing the blue box. DetailedIn the detailed tab you can select a JDK from a list that will be defined by your selection in the available drop down boxes for major version, distribution, package type, operating system and archive type. To download you have to select a JDK/JRE from the list by selecting it and after that press the "Download" button. Attention: Because the extension is written in JavaScript and HTML there is no way to visualize the progress of the downloading at the moment due to cross domain restrictions. |