Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Do you want to run the latest and greatest software? It looks like <a href="http://packages.ubuntu.com/search?suite=default&amp;section=all&amp;arch=any&amp;searchon=names&amp;keywords=glassfish" rel="nofollow noreferrer">Synaptic has Glassfish version 2</a> which is an entire major version out of date.</p> <p>Just for the record: I love Ubuntu and their (well, Debian's) package management system. However, for any Java applications, I prefer to do manual installations. So, my Maven, Eclipse, Tomcat, Glassfish, etc. were all done through manual installs for the newest version... and because <code>sudo apt-get install</code> winds up throwing the app in some weird place and can have unexpected behavior.</p> <p>Here is how you can do a manual install...</p> <ol> <li>Download Glassfish: <code>wget <a href="http://download.java.net/glassfish/v3/nightly/latest-glassfish.zip" rel="nofollow noreferrer">http://download.java.net/glassfish/v3/nightly/latest-glassfish.zip</a></code></li> <li>Extract the archive anywhere on your filesystem</li> <li>Inside your IDE such as Netbeans or Eclipse, setup a new server and point it at where you extracted the file</li> <li>It's also useful to add a new environment variable to ~/.bashrc file, which will make it easier to start the server from the command-line, e.g. <code>$GLASSFISH_HOME/bin/asadmin start-domain domain1</code></li> </ol> <p>Another cool thing to try, if you're into maven, is to use the <a href="http://blogs.oracle.com/sirajg/entry/using_maven_plugin_for_v3" rel="nofollow noreferrer">maven-embedded-glassfish-plugin</a>. It's a clean way to get a web app up and running and not need to manually install glassfish and not even have to use an IDE.</p> <p>You might also try asking this question at <a href="http://www.superuser.com" rel="nofollow noreferrer">superuser.com</a> if you really want to get it working with Synaptic.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload