Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
sanchay-annotation-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pruthwik mishra
sanchay-annotation-tool
Commits
0fc7475f
Commit
0fc7475f
authored
May 13, 2022
by
Pruthwik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sanchay Installation
parent
9fa7289e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
sanchay_tool_installation_steps.txt
sanchay_tool_installation_steps.txt
+20
-0
No files found.
sanchay_tool_installation_steps.txt
0 → 100644
View file @
0fc7475f
How to install Sanchay?
1. Sanchay is a stand-alone Java application. So, it does not require any separate installation.
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
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/
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-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
Step-3: Go to the Sanchay folder and run the following command
bat Sanchay.bat
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment