File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
oraclejdk-debian-installer
2
2
============
3
3
4
- A Bourne Shell script that will install Oracle® JDK, after you download it from
4
+ A Bourne Shell script that will install Oracle® JDK (see notes below) , after you download it from
5
5
[ oracle.com] ( http://www.oracle.com/technetwork/indexes/downloads/index.html#java ) .
6
6
7
7
Operating System
@@ -21,10 +21,11 @@ License
21
21
-----
22
22
[ GNU GENERAL PUBLIC LICENSE // Version 2, June 1991] ( LICENSE )
23
23
24
- Note
24
+ Notes
25
25
-----
26
- This script was developed in order to cover personal needs and it is by no mean
26
+ - This script was developed in order to cover personal needs and it is by no mean
27
27
guaranteed to work properly on every system.
28
+ - This script does __ not__ currently support installation of __ Oracle® JDK 9__ !
28
29
29
30
Execution
30
31
-----
@@ -46,15 +47,14 @@ sudo ./installOracleJDK <absolute-path-of-directory>
46
47
```
47
48
This way allows you to provide the __ absolute__ path of the directory containing
48
49
the '_ .tar.gz_ ' file as a command line argument, in order to override the default
49
- option. __ NOTE that the absolute path should end with a forward slash__ ( __ /__ ).
50
+ option. __ Note that the absolute path should end with a forward slash__ ( __ /__ ).
50
51
<br ><br >
51
52
52
53
Command example:
53
54
``` Shell
54
55
sudo ./installEOracleJDK /home/gzachos/Desktop/
55
56
```
56
57
57
- <br >
58
58
In case more than one '_ .tar.gz_ ' files exist inside the specified directory,
59
59
you will be prompted just like it is shown in the screenshot below, to choose
60
60
the one you want to be installed.<br ><br >
You can’t perform that action at this time.
0 commit comments