Skip to content

Commit 255e820

Browse files
Fixed postgresql download link
1 parent 5230845 commit 255e820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/templates/install/windows-java-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ThingsBoard service is running on Java 11. Follow this instructions to install O
33
* Visit [Open JDK Download Page](https://adoptopenjdk.net/index.html) to download latest **OpenJDK 11 (LTS)** MSI package.
44
* Run the downloaded MSI package and follow the instructions.
55
Make sure you have selected "**Add to PATH**" and "**Set JAVA_HOME variable**" options to "Will be installed on local hard drive" state.
6-
* Visit [PostgreSQL JDBC Download Page](https://jdbc.postgresql.org/download.html) to download PostgreSQL JDBC Driver
6+
* Visit [PostgreSQL JDBC Download Page](https://jdbc.postgresql.org/download/) to download PostgreSQL JDBC Driver
77
* Copy downloaded file to **C:\Program Files\AdoptOpenJDK\jdk-11.0.10.9-hotspot\jre\lib\ext** and add a global variable named **CLASSPATH** with value **.;"C:\Program Files\AdoptOpenJDK\jdk-11.0.10.9-hotspot\jre\lib\ext\postgresql-42.2.18.jar"** to your system (right click on "My Computer", scroll down, "Advanced System Settings", "Advanced", "Environmental variables...", under "System variables" click "Create...").
88
* If the **jre** folder does not exists under **"C:\Program Files\AdoptOpenJDK\jdk-11.0.10.9-hotspot"** path, create this folder and all required sub-folders
99

0 commit comments

Comments
 (0)