3 Replies Latest reply on May 20, 2008 2:49 AM by frankthetank

    ubuntu + jboss

    garrethdk

      i have recently convert to linux and downloaded the following bundle which i thought included everything that i needed

      http://prdownloads.sourceforge.net/jboss/JBossIDE-2.0.0.Beta2-Bundle-linux-gtk.tar.gz?download

      when i unzip it and double click on eclipse or the startup.jar file nothing happens ,

      when i bring up a terminal and run java --version i get

      java version "1.5.0"
      gij (GNU libgcj) version 4.2.3 (Ubuntu 4.2.3-2ubuntu6)

      am i missing something ?

        • 1. Re: ubuntu + jboss
          peterj

          Yes, you are missing something - download a JDK from the Sun web site: java.sun.com. The libgcj JDK is inadequate for running any serious Java apps.

          Using apt, you can search for and get the Sun JRE fro the repository. But I am not sure if the IDE bundle will be happy with just a JRE.

          You could also look into downloading the OpenJDK (if you are running Ubuntu 8.04), it might do the job also (not sure of the package name).

          • 2. Re: ubuntu + jboss
            garrethdk

            ok downloaded ,
            openjdk ,
            then downloaded j2ee europa ,
            then used the link from http://docs.jboss.com/jbosside/install/build/en/html/index.html

            downloaded the server and go it to connect ok ,

            the only issue that remains for me is the mysql schemas don't work , it pings ok and i can see the databases but not the tables , weird must be a solution on some other forum cheers for the advice

            • 3. Re: ubuntu + jboss
              frankthetank

              Java, as PeterJ mentioned, should be in the repos, but you might have to enable the multiverse and universe repos as well.

              Then just apt-get/aptitude install the jdk and you should be fine.

              Make sure you get the one with the version you like and not the virtual package. Sometimes the virtual ones are linked to older versions.

              MySql also comes with a few tools packaged. The manager and query iirc.
              You can use the manager to see your table and allow access to them.