Hello,
I wanted to install J2SE 5.0 on one of my Linux servers (server located
7800 miles from my home) in order to run latest version of Tomcat. I
downloaded file jdk-1_5_0_01-nb-4_0-bin-linux.bin and run it as
./ (jdk-1_5_0_01-nb-4_0-bin-linux.bin -console
After few seconds I got an error:
"The wizard cannot continue because of the following error: Invalid
command line option: console is not supported (1001) (403)"
What can I do to install SDK without running X ?
Bonze.
Stephane Wirtel - 16 Feb 2005 14:58 GMT
> Hello,
> I wanted to install J2SE 5.0 on one of my Linux servers (server located
[quoted text clipped - 7 lines]
>
> Bonze.
remove -console of your line command.
Spiros Gezerlis - 17 Feb 2005 01:13 GMT
what you need to run tomcat is the j2sdk (v5.0 lets say) but only the sdk.
What you downloaded to the server is the J2SDK+NetBeansIDE bundle. The file
you should download and run is something like this:
Linux RPM in self-extracting file (jdk-1_5_0_01-linux-i586-rpm.bin, 42.51
MB)
or
Linux self-extracting file (jdk-1_5_0_01-linux-i586.bin, 43.98 MB)
ebillionaire@gmail.com - 14 Mar 2005 15:40 GMT
I cant seem to find jdk-1_5_0_xx-linux-i586-rpm anywhere?? does anyone
know where I can find it? Suns site only has the source code which has
no instructions on how to install it.