Results 1 to 2 of 2

Thread: confuesed about Java

  1. #1
    Join Date
    May 2006
    Location
    Copenhagen
    Beans
    162
    Distro
    Xubuntu 13.04 Raring Ringtail

    confuesed about Java

    I was trying to solve a bug and as far as I understand I need to make a direct refference to what JRE I am using. But when I went into /usr/lib/jvm there seemed to be many different kinds of Java. Why are there so many and which one am I using?

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: confuesed about Java

    If you have multiple java packages installed, iirc you should be able to view / select which one is in use by

    Code:
    sudo update-alternatives --config java
    for the jre / jvm, and

    Code:
    sudo update-alternatives --config javac
    for the jdk

    Hope this helps

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
  •