From 64fe917afa50a4beb11b8da154144022ee07aa85 Mon Sep 17 00:00:00 2001 From: pruthwik mishra Date: Mon, 17 Oct 2022 14:58:08 +0530 Subject: [PATCH] Update sanchay_tool_installation_steps.txt --- sanchay_tool_installation_steps.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sanchay_tool_installation_steps.txt b/sanchay_tool_installation_steps.txt index 41c51ed..eb587f5 100644 --- a/sanchay_tool_installation_steps.txt +++ b/sanchay_tool_installation_steps.txt @@ -3,7 +3,7 @@ How to install Sanchay? 2. But to run Sanchay, your system needs to have JRE (Java Runtime Environment >= 7) i) Ubuntu (>= 16.04) Step-1: Run the following command: -sudo apt install openjdk-11-jdk +sudo apt install openjdk-18-jdk This will install Java on your system. Step-2: Please set your CLASSPATH as given below: a. https://howtech.tv/how-to-set-and-check-classpath-in-linux/ @@ -11,8 +11,8 @@ b. https://www.geeksforgeeks.org/how-to-set-classpath-in-java/ Step-3: Go to the Sanchay folder and run the following command sh Sanchay.sh ii) Window (>=7) -Step-1: Download and install Java-11 from the below link: -https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html +Step-1: Download and install Java-18 from the below link: +https://www.oracle.com/java/technologies/javase/jdk18-archive-downloads.html Step-2: Set the CLASSPATH variable as given below: a. https://www.geeksforgeeks.org/how-to-set-classpath-in-java/ b. https://docs.oracle.com/javase/tutorial/essential/environment/paths.html -- GitLab