Results 1 to 1 of 1

Thread: How to set PLUGIN_HOME variable for JRE manually installed

  1. #1
    Join Date
    Nov 2005
    Location
    Kerala,India
    Beans
    534
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Post How to set PLUGIN_HOME variable for JRE manually installed

    Hello,
    I've JRE 7 manually installed to /opt/jre1.7.0 directory.
    I have following lines in /etc/profile :
    Code:
    export PATH=$PATH:/opt/jre1.7.0/bin
    export JAVA_HOME=/opt/jre1.7.0/bin/java
    export PLUGIN_HOME=/opt/jre1.7.0/lib/
    This does not work with java_vm :
    Code:
    java_vm process: You need to set both JAVA_HOME and PLUGIN_HOME
    Where PLUGIN_HOME is to be Pointed to?

    If I set :
    Code:
    PLUGIN_HOME=/opt/jre1.7.0/lib/amd64/libnpjp2.so
    It errors out:
    Code:
    java_vm process: could not find Java VM symbols
    Last edited by deepclutch; May 20th, 2010 at 08:18 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •