Results 1 to 4 of 4

Thread: Install Java Runtime

  1. #1
    Join Date
    Jul 2008
    Beans
    3

    Install Java Runtime

    Hi,
    Could you please help me to fix this error:
    I am installing Java than I have to perform "dpkg --configure -a"
    After running dpkg --configure -a I encountered: synaptic: no process killed
    dieunc@hanhchinh-01-desktop:~$ apt-get install libc6

    You can see:
    dieunc@hanhchinh-01-desktop:~$ dpkg --configure -a
    dpkg: requested operation requires superuser privilege
    dieunc@hanhchinh-01-desktop:~$ sudo dpkg --configure -a
    [sudo] password for dieunc:
    Setting up java-common (0.28ubuntu3) ...

    Setting up hal (0.5.11~rc2-1ubuntu8.2) ...
    * Reloading system message bus config... [ OK ]
    * Starting Hardware abstraction layer hald /usr/sbin/hald already running.
    [ OK ]

    Setting up odbcinst1debian1 (2.2.11-16build1) ...

    Setting up unixodbc (2.2.11-16build1) ...

    Processing triggers for libc6 ...
    ldconfig deferred processing now taking place

    Please help me!

  2. #2
    Join Date
    Jul 2008
    Location
    Wichita, Kansas
    Beans
    87
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Install Java Runtime

    I am pretty new at Ubuntu. However, I have installed java on a couple of machines in my classroom because I needed it in order to get through the Watchguard Authentication Applet to get access to the internet. If someone with more experience would like to elaborate and correct me--please do.

    First, have you tried to install it the "easy way" using Applications --> Add/Remove, then select Java Runtime Environment...?

    Second, if that doesn't work, try installing it using the instructions given on the java website at http://www.java.com/en/download/linu...ww.java.com:80 for the "Linux (self-extracting file)" carefully following the instructions at http://www.java.com/en/download/help...selfextracting .

    The key to success with the manual install is finding where your profile folder for Firefox is located and creating a symbolic link back to your java installation location.

  3. #3
    Join Date
    Aug 2006
    Location
    Ohio
    Beans
    118
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Install Java Runtime

    How do I add the java path as an environment variable? Here is the message I get when I try to run mvpod on Hardy

    ERROR!
    Java executable not found in /usr/lib/jvm/java-1.5.0-sun/jre/bin/java
    Please add java to your PATH environment variable, or specify it in file /home/stealth17/mvpod/mvpod.properties

  4. #4
    Join Date
    Feb 2007
    Location
    St. Louis, MO
    Beans
    4,930
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Install Java Runtime

    To install Java use the following:

    32 bit (use SUN Java)
    Code:
    sudo apt-get -y install sun-java6-bin sun-java6-fonts sun-java6-jdk sun-java6-jre sun-java6-plugin
    64 bit (use Icedtea openJDK)
    Code:
    sudo apt-get -y install icedtea-java7-jdk icedtea-java7-jre icedtea-java7-plugin
    Windows, only good for gaming.

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
  •