Giter Club home page Giter Club logo

update-oracle-jvm's People

Stargazers

 avatar

Watchers

 avatar

update-oracle-jvm's Issues

Ubuntu: Add links from /usr/bin/*-java-plugin.so to <browser>/plugins folders

On ubuntu, these folders are

Firefox: /usr/lib/mozilla/plugins
Chrome: /opt/google/chrome/plugins

Support for other linux distros like debian, gento should also be added (add DISTRIB_ID, browser and plugin path as comments to this issue)

For more information about enabling browser java-plugin on linux:

http://www.java.com/en/download/help/enable_browser_ubuntu.xml
http://www.java.com/en/download/help/linux_install.xml

Implement support for 32 bit JVMs

The script currently only works with x86_64 architecture (all links assume /lib/amd64/*).

Add support for automatically detection of JVM architecture. Use this to insert correct paths in *jinfo files.

Add more java-plugin alternatives to *.jinfo templates

The script currently adds two default alternatives for java-plugin (libnpjp2.so):

plugin mozilla-javaplugin.so $R/$N/lib//libnpjp2.so
plugin xulrunner-1.9-javaplugin.so $R/$JVM/lib//libnpjp2.so

where $R is JVM root folder and $N is JVM name. In addition, the following links also occurs in posts on internet

plugin javaplugin.so $R/$N/lib/amd64/libnpjp2.so
plugin firefox-javaplugin.so $R/$N//lib/amd64/libnpjp2.so
plugin iceape-javaplugin.so $R/$N//lib/amd64/libnpjp2.so
plugin iceweasel-javaplugin.so $R/$N//lib/amd64/libnpjp2.so
plugin midbrowser-javaplugin.so $R/$N//lib/amd64/libnpjp2.so
plugin xulrunner-javaplugin.so $R/$N//lib/amd64/libnpjp2.so

These should should be added to all templates.

Add OS kernel checks

This script supports the following OS kernels

  1. Ubuntu

Add kernel support checks to install script.

Add support for setting default JVM

Use

> cd /path/to/named/jvm/bin/
> java -version 2>&1 | sed 's/java version "\(.*\)\.\(.*\)\..*"/\2/; 1q'

to detect major version of named JVM (4|5|6|7).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.