<---- template headericclude ----->
How to install java compiler?
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 4 of 4
  1. #1
    chathurangamdk Guest

    Red face How to install java compiler?

    I need to setup java compiler 5.0 on fedora 9. From where I can download compatible setup? How I can set the bin path permanently (like ‘Environment Variables’ on Windows OS)?

    Thank you!

  2. #2
    Join Date
    Apr 2005
    Location
    Littleton, CO
    Age
    39
    Posts
    2,856
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Set it in the variable PATH in $HOME/.bash_profile
    Something like this.
    Code:
    PATH=/path/to/java/compiler5/bin:$PATH
    
    export PATH
    Isn't the latest sun-java compiler available as part of suns JDK rpm? Also, why the version 5. I thought the latest was 6u3?

    One final thing, your running rawhide? Your brave. Current stable version of fedora is 8.
    S.C.O.U.R.G.E. Heroes of lesser renown, contributor.

  3. #3
    Join Date
    May 2007
    Location
    U.S.
    Posts
    4,851
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a thought - I know the Sun Java compiler is probably the "best" but I've been using the Eclipse SDK and compiler and it's been working great for me. Depends how you're using the compiler...

    Believe it's yum install eclipse-sdk.

    Of course, you probably want the Sun JRE anyway so it makes the most sense to just install the Sun JDK right away.
    - Tom
    "What is freedom? To have the will to be responsible for one's self." - Stirner

  4. #4
    Join Date
    Apr 2005
    Location
    Littleton, CO
    Age
    39
    Posts
    2,856
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think fedora's eclipse uses the IcedTea. Take a look here if you want more info.
    S.C.O.U.R.G.E. Heroes of lesser renown, contributor.

Similar Threads

  1. Compiler Option GCC, Intel Compiler, PathScale
    By mounterriver in forum Using Fedora
    Replies: 2
    Last Post: 8th November 2009, 03:31 PM
  2. Help to install and use gcc compiler
    By Manikandan in forum Programming & Packaging
    Replies: 5
    Last Post: 13th January 2009, 10:53 PM
  3. Need a Java compiler
    By forkbomb in forum Programming & Packaging
    Replies: 5
    Last Post: 9th November 2007, 08:48 AM
  4. Fedora Core 3 Java Compiler?
    By darkcast66 in forum Programming & Packaging
    Replies: 2
    Last Post: 2nd August 2005, 06:44 PM
  5. running Sun's Java compiler on Fedora
    By webtekie in forum Using Fedora
    Replies: 10
    Last Post: 16th April 2005, 06:21 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]