What OS uses Java - not a simulation, actual Java

Sharky Forums


Results 1 to 6 of 6

Thread: What OS uses Java - not a simulation, actual Java

  1. #1
    Hammerhead Shark
    Join Date
    Mar 2005
    Location
    NY
    Posts
    1,342

    What OS uses Java - not a simulation, actual Java

    So for a new job, they are using software which is not compatible with Java 7. I need Java 6.x (because their software won't function in 7). Is there an OS (other than windows) which is also open source) that uses Java? I know android uses a Java like C++ script but I specifically need this 6.x Java. Worst case, I can roll back the JAVA in my Windows XP VM so I can keep Java 7.x for Windows 7.

    Thoughts?

    MOBO: GA-Z68X-UD3H-B3
    CPU: i7-2700K @3.5 ghz
    RAM: G.SKILL Ripjaws X 32GB (4 x 8GB)
    CPU COOLING:Corsair Hydro H80i
    VIDEO: MSI TF 2GD5/OC GeForce GTX 760 OC N760 in SLI
    HDD: Intel 320-160GB SSD
    HDD: Samsung 840 250GB SSD
    MEDIA: Plextor Dual DVD
    PSU: CORSAIR HX750W
    CASE: Antec Twelve Hundred V3 Full Tower
    OS: WIN 7
    10 x64 Home Premium
    Monitor: AOC ,32" curved 1440p

  2. #2

  3. #3
    Invisible Modfish Vindir's Avatar
    Join Date
    Dec 2000
    Location
    Georgia
    Posts
    2,689
    I assume you just need the JRE if you're trying to run someone else's application.

    Just install jre 1.6 with whatever patch you need as a static install.

    http://docs.oracle.com/javase/7/docs...tallation.html

    http://docs.oracle.com/javase/7/docs...r-options.html
    Insert ancient Sharky sig here
    [
    Prince Vindir of the OC Crusaders
    Holding Boundaries and Breaking Barriers

    ]

  4. #4
    Great White Shark
    Join Date
    Nov 2000
    Location
    Alpharetta, Denial, Only certain songs.
    Posts
    9,925
    Quote Originally Posted by Vindir View Post
    I assume you just need the JRE if you're trying to run someone else's application.

    Just install jre 1.6 with whatever patch you need as a static install.

    http://docs.oracle.com/javase/7/docs...tallation.html

    http://docs.oracle.com/javase/7/docs...r-options.html

    At my current job we run JRE/JDK using the following method on CentOS:

    1. Download .tar.gz file from Oracle.
    2. Untar .tar.gz file.
    3. ln -s /path/to/untarred/javadir/bin/java /usr/bin/java

    Done. Now running the latest version of java without having to remember the path past the creation of the symlink.

    Crusader for the 64-bit Era.
    New Rule: 2GB per core, minimum.

    Intel i7-9700K | Asrock Z390 Phantom Gaming ITX | Samsung 970 Evo 2TB SSD
    64GB DDR4-2666 Samsung | EVGA RTX 2070 Black edition
    Fractal Arc Midi |Seasonic X650 PSU | Klipsch ProMedia 5.1 Ultra | Windows 10 Pro x64

  5. #5
    Invisible Modfish Vindir's Avatar
    Join Date
    Dec 2000
    Location
    Georgia
    Posts
    2,689
    The static install is Windows specific. I made that assumption based on the mention of a windows VM. If linux is an option here then James' suggestion is pretty standard.
    Insert ancient Sharky sig here
    [
    Prince Vindir of the OC Crusaders
    Holding Boundaries and Breaking Barriers

    ]

  6. #6
    Great White Shark vertices's Avatar
    Join Date
    Sep 2000
    Location
    Palm Coast, FL
    Posts
    6,001
    Ubuntu will work fine.

    Code:
    sudo add-apt-repository ppa:webupd8team/java
    sudo apt-get update
    sudo apt-get install oracle-java6-installer
    when done try:
    java -version
    you will see something along the lines of 1.6.x

Posting Permissions

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