- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 223字
- 2021-07-08 09:21:09
Checking presence of Java on your windows machine
We will verify the presence of a JRE/JDK installation on Windows using the following steps:
- From the Start menu, select Control Panel.
- Then, select Programs. If your system has a JRE/JDK installed, you should see an icon with the Java logo, as shown in the following screenshot. It is a shortcut to the Java control panel:

In case you are using the small or large icons view for the control panel, you will find the Java icon in the main page.
- Open the Java Control Panel and select the Java tab. Here, you will find settings for JRE. Click on the View... button. A new window shows up as in the following image, here you can visualize the installed release and the installation folder:

You checked for the presence of Java on your computer. In case you did not find it, we will install it in the next section.
Did you note the 32-bit string in the Java icon? Indeed, you may download and install Java with two different packages: 32-bit and 64-bit. If you are running a 64-bit operating system, you can select one of them. Using the 64-bit flavor will allow you to use the RAM available on your machine more efficiently and make a larger portion of it available to GeoServer.
推薦閱讀
- 多媒體CAI課件設(shè)計(jì)與制作導(dǎo)論(第二版)
- 深入理解Bootstrap
- The Modern C++ Challenge
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- Learning Flask Framework
- 編寫(xiě)高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- 深入淺出DPDK
- Big Data Analytics
- 正則表達(dá)式經(jīng)典實(shí)例(第2版)
- C#程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- 低代碼平臺(tái)開(kāi)發(fā)實(shí)踐:基于React
- Bootstrap 4 Cookbook
- Everyday Data Structures
- Qt 4開(kāi)發(fā)實(shí)踐
- 深入理解Java虛擬機(jī):JVM高級(jí)特性與最佳實(shí)踐