Skip to content

Commit 2552cfb

Browse files
committed
Updated README.md as of Oracle JDK 9 release
1 parent c25797f commit 2552cfb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
oraclejdk-debian-installer
22
============
33

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
55
[oracle.com](http://www.oracle.com/technetwork/indexes/downloads/index.html#java).
66

77
Operating System
@@ -21,10 +21,11 @@ License
2121
-----
2222
[GNU GENERAL PUBLIC LICENSE // Version 2, June 1991](LICENSE)
2323

24-
Note
24+
Notes
2525
-----
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
2727
guaranteed to work properly on every system.
28+
- This script does __not__ currently support installation of __Oracle® JDK 9__!
2829

2930
Execution
3031
-----
@@ -46,15 +47,14 @@ sudo ./installOracleJDK <absolute-path-of-directory>
4647
```
4748
This way allows you to provide the __absolute__ path of the directory containing
4849
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__ ( __/__ ).
5051
<br><br>
5152

5253
Command example:
5354
```Shell
5455
sudo ./installEOracleJDK /home/gzachos/Desktop/
5556
```
5657

57-
<br>
5858
In case more than one '_.tar.gz_' files exist inside the specified directory,
5959
you will be prompted just like it is shown in the screenshot below, to choose
6060
the one you want to be installed.<br><br>

0 commit comments

Comments
 (0)