https://github.com/kengu/update-oracle-jvm
Script for managing Oracle JVMs on Linux platforms
https://github.com/kengu/update-oracle-jvm
Last synced: about 1 year ago
JSON representation
Script for managing Oracle JVMs on Linux platforms
- Host: GitHub
- URL: https://github.com/kengu/update-oracle-jvm
- Owner: kengu
- Created: 2012-07-07T08:20:08.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-17T12:56:34.000Z (over 13 years ago)
- Last Synced: 2025-02-09T23:17:49.843Z (over 1 year ago)
- Language: Shell
- Size: 441 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
update-oracle-jvm
=================
Script for managing Oracle JVMs on Linux platforms (only tested on Ubuntu 12.04 LTS).
Install
=======
1. Download [latest version](https://dl.dropbox.com/u/14738337/git/update-oracle-jvm-latest.bin)
```
wget https://dl.dropbox.com/u/14738337/git/update-oracle-jvm-latest.bin
```
2. Make binary executable
```
chmod +x update-oracle-jvm-latest.bin
```
3. Install update-oracle-jvm
```
./update-oracle-jvm-latest.bin
```
Usage
=====
1. Download Oracle JVM(s) from http://www.oracle.com/technetwork/java/javase/downloads/
2. Run
```
update-oracle-jvm install [OPTIONS] FILE...
```
Documentation
=============
```bash
> update-oracle-jvm -h
```

```bash
> update-oracle-jvm help install
```

```bash
> update-oracle-jvm help remove
```

```bash
> update-oracle-jvm help list
```

```bash
> update-oracle-jvm help set
```

Acknowledgements
================
The self-extracting package is based on [Bash Self-Extracting Script](http://www.linuxjournal.com/node/1005818).