Find the answer to your Linux question:
Results 1 to 2 of 2
Please tell me the difference between Redhat linux javac compiler and the ubuntu javac compiler....
  1. #1
    Just Joined!
    Join Date
    Jul 2010
    Posts
    1

    Difference between Redhat and Ubuntu javac compiler

    Please tell me the difference between Redhat linux javac compiler and the ubuntu javac compiler.

  2. #2
    Just Joined!
    Join Date
    Dec 2009
    Location
    Maryland, USA
    Posts
    83
    Just a guess: Ubuntu installs the OpenJDK by default while Red Hat installs Sun's. If you have access to both OSs, you might try typing

    Code:
    java -version
    to compare the version of java installed on each.

Posting Permissions

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