Results 1 to 4 of 4

Thread: Install J2EE in Ubuntu

  1. #1
    Join Date
    Aug 2005
    Beans
    115

    Install J2EE in Ubuntu

    Does anybody manager to install J2EE in Ubuntu 9.04 32bit? The (.bin) installer from SUN on my computer crash. Can someone provide a working way to install it or a .deb?

    I can't find anyone in Linux with this thing working...

    (And yes, I need EE, not SE)

  2. #2
    Join Date
    Apr 2008
    Beans
    741

    Re: Install J2EE in Ubuntu

    Quote Originally Posted by Elv13 View Post
    (And yes, I need EE, not SE)
    Exactly what are you trying to install? J2EE is a specification. It is implemented by various vendors (i.e. IBM has Websphere, Oracle has Weblogic, Sun has Glassfish). If you got it from Sun, it's probably Glassfish. I just want to make sure we're looking at the same thing.

  3. #3
    Join Date
    Aug 2005
    Beans
    115

    Re: Install J2EE in Ubuntu

    I need sun j2ee (Glassfish) to do some JSP on a tomcat server and use Eclipse

  4. #4
    Join Date
    Apr 2008
    Beans
    741

    Re: Install J2EE in Ubuntu

    I downloaded Glassfish 2.1 from here (the 54Mb JAR file under the Linux Platform header) and followed the "Instructions to unbundle and configure GlassFish" on the same page:
    Code:
    export JAVA_HOME=/usr/lib/jvm/java-6-sun=1.6.0.14
    java -Xmx256m -jar glassfish-installer-v2.1-b60e-linux.jar
    chmod -R +x lib/ant/bin
    lib/ant/bin/ant -f setup.xml
    I can see the Glassfish start page in a browser after I do the quick start.

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
  •