I want to install glassfish v3 in my opensuse 11.2. I tried to install the product using the “zip” file provided by SUN, once I’ve unpacked, when I run the command “asadmin” I get the following error:
If ‘asadmin’ is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf asadmin
On Thu, 14 Jan 2010 17:46:02 +0000, lfsanmartin wrote:
> I want to install glassfish v3 in my opensuse 11.2. I tried to install
> the product using the “zip” file provided by SUN, once I’ve unpacked,
> when I run the command “asadmin” I get the following error: If ‘asadmin’
> is not a typo you can use command-not-found to lookup the package that
> contains it, like this:
> cnf asadmin
When you unpack a zip file as an installation, the system won’t find it.
Try running ‘rehash’ and then try launching the program - that will tell
your shell to rescan the paths for executable files and as long as
asadmin is in your path, you should be able to run it.