1- oraclejdk-debian-installer
2- ============
1+ # oraclejdk-debian-installer
32
43A Bash Shell script that will install Oracle® Java SE JDK (see notes below),
54after you download it from
65[ oracle.com] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html ) .
76
8- Operating System
9- ----
7+ ## Operating System
108LINUX // Debian-based distributions<br >
119(Developed on Linux Mint 18)
1210
13- Shell
14- -----
11+ ## Shell
1512- Bourne Again SHell (Bash)
1613
17- Developer
18- -----
19- George Z. Zachos
14+ ## Developer
15+ [ George Z. Zachos] ( http://cse.uoi.gr/~gzachos )
2016
21- License
22- -----
23- [ GNU GENERAL PUBLIC LICENSE // Version 2, June 1991] ( LICENSE )
17+ ## License
18+ [ GNU GENERAL PUBLIC LICENSE Version 2, June 1991] ( LICENSE )
2419
25- Notes
26- -----
20+ ## Notes
2721- This script was developed in order to cover personal needs and it is by no mean
2822guaranteed to work properly on every system.
2923- This script does support installation of __ Oracle® JDK 9__ and __ Oracle® JDK 10__ !
3024- Oracle® has proposed a new version scheme for Oracle® based builds (YY.M) starting
3125 in March, 2018. __ Java SE 10 (18.3)__ will be a short term release and users should
3226 transition to the next release when available.
3327
34- Execution
35- -----
28+ ## Execution
3629There are two ways that you can execute this script.
3730
3831 * __ 1st way__ :
@@ -47,11 +40,11 @@ script to enter /home/_username_/Downloads/ and search for the file to be instal
4740
4841 * __ 2nd way__ :
4942``` Shell
50- sudo ./installOracleJDK < absolute-path-of-directory>
43+ sudo ./installOracleJDK [ absolute-path-of-directory]
5144```
5245This way allows you to provide the __ absolute__ path of the directory containing
5346the '_ .tar.gz_ ' file as a command line argument, in order to override the default
54- option. __ Note that the absolute path should end with a forward slash __ ( __ / __ ).
47+ option.
5548<br ><br >
5649
5750Command example:
0 commit comments