Results 1 to 4 of 4

Thread: compiling java

  1. #1
    Join Date
    Apr 2008
    Location
    Chennai , INDIA
    Beans
    729
    Distro
    Ubuntu 8.10 Intrepid Ibex

    compiling java

    in order to compile java should i install "gcj" or sun jdk?
    what is beautiful is not always good, but what is good is always beautiful!
    When I'm right no one remembers..When I'm wrong no one forgets..

  2. #2
    Join Date
    Mar 2006
    Beans
    8,348

    Re: compiling java

    Why do you want to compile Java?You can install it from synaptic.Type in search box sun and choose Java version you want/need.

  3. #3
    Join Date
    Jul 2007
    Location
    London
    Beans
    262
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: compiling java

    I'd use a pre-compiled version. What specifically are you trying to achieve?

  4. #4
    Join Date
    Oct 2007
    Location
    $HOME
    Beans
    631

    Re: compiling java

    i guess you are trying to compile a java source code?
    in that case, grab the jdk and jre.

    javac filename.java ->to compile
    java filename ->to run

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
  •