Oraji

Oracle JDK Installer

Oracle JDK installler script for linux.

How To Use:

  1. Put the oraji file inside the folder where you have downloaded the archive of oracle jdk (tar.gz)
  2. Give the install script execution permission.
    sudo chmod +x path_to_the_folder/oraji
  3. Now run the script oraji in terminal, or just drag and drop it in terminal and hit Enter.
  4. It will ask for version number. Give the version number. Example: 8 or 8u25, must match with the archive
  5. You can provide the version number as command line argument too, i.e
    /path/to/the/oraji version_number
    For example:
    ./oraji 8u25

Uninstaller:

An uninstaller is provided to uninstall Oracle Java installed by this script. To make use of it, follow the instructions below:

  1. Give the uninstall file execution permission and run it.
  2. It will ask for version number. A suggestive default version number is provided automatically. If that is correct, just hit Enter without making any changes.
  3. Otherwise if the version number provided by default isn't correct, provide manually and then hit Enter.
Note that the version number points to the jdk install directory: /usr/lib/jvm/jdk<version_number>

Contribute:


If you are a developer, you can consider contributing to this project by forking this repository and making changes for better and do a pull request, or sharing ideas and suggestions or finding bugs, anything at all, what you think will be beneficial for this project.

If you aren't a developer, but still want to contribute, then you can support the contributing developers spiritually, by starring the repository and sharing ideas. If you want to be notified of the continuous development, you can add this in your watch list in Github.

If you see any problems or bugs please open an issue here