Re: java install question

2007-05-23 Thread Bradford Hinson
Also, here's a trick to get the 586 version uninstalled.  Do rpm -qp
j2re-1_4_2_14-linux-i586.rpm which will tell you the package name (I bet
it's j2re).  They rpm -e packagename.

-Brad

On Tue, 2007-05-22 at 13:07 -0500, Jones, Russell wrote:
 You need to install the IBM Linux version on the jdk for s/390. You can
 find it here.
 http://www-128.ibm.com/developerworks/java/jdk/

 You will be required to set up an account on the web site before you can
 download the jdk.

 Russ

 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of LJ
 Mace
 Sent: Tuesday, May 22, 2007 12:47 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: java install question

 We have run into what some seem to think is a Java
 problem, so we were asked to upgrade. Currently we are
 running:
   rpm -qa |grep sun
 java-1_4_2-sun-plugin-1.4.2.11-1.1
 java-1_4_2-sun-1.4.2.11-1.1

 So I went to the download site and downloaded :
 j2re-1_4_2_14-linux-i586.rpm

 I followed the directions to install it from:
 www.java.com/en/download/help/linux_install.xml#install

 Made a change to my java.conf file,amoung other
 things, and then tried the app. It still fails, so I
 do another rpm -qa |grep sun fully expecting to see
 the java...14 version,but it still shows the
 old(above) display. I then rebooted but that didn't
 help. I thought maybe some here could help.
 thanks
 Mace



 
 
 Be a PS3 game guru.
 Get your game face on with the latest PS3 news and previews at Yahoo!
 Games.
 http://videogames.yahoo.com/platform?platform=120121

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
 visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390

 --
 For LINUX-390 subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
 http://www.marist.edu/htbin/wlvindex?LINUX-390
--
Brad Hinson [EMAIL PROTECTED]
Technical Account Manager
Red Hat, Inc.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: java install question

2007-05-23 Thread John Summerfield

LJ Mace wrote:

We have run into what some seem to think is a Java
problem, so we were asked to upgrade. Currently we are
running:
  rpm -qa |grep sun
java-1_4_2-sun-plugin-1.4.2.11-1.1
java-1_4_2-sun-1.4.2.11-1.1

So I went to the download site and downloaded :
j2re-1_4_2_14-linux-i586.rpm


java -version
and
java -fullversion
(not all do the latter).

--

Cheers
John

-- spambait
[EMAIL PROTECTED]  [EMAIL PROTECTED]

Please do not reply off-list

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


java install question

2007-05-22 Thread LJ Mace
We have run into what some seem to think is a Java
problem, so we were asked to upgrade. Currently we are
running:
  rpm -qa |grep sun
java-1_4_2-sun-plugin-1.4.2.11-1.1
java-1_4_2-sun-1.4.2.11-1.1

So I went to the download site and downloaded : 
j2re-1_4_2_14-linux-i586.rpm

I followed the directions to install it from:
www.java.com/en/download/help/linux_install.xml#install

Made a change to my java.conf file,amoung other
things, and then tried the app. It still fails, so I
do another rpm -qa |grep sun fully expecting to see
the java...14 version,but it still shows the
old(above) display. I then rebooted but that didn't
help. I thought maybe some here could help.
thanks
Mace


 

Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: java install question

2007-05-22 Thread McKown, John
 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On 
 Behalf Of LJ Mace
 Sent: Tuesday, May 22, 2007 12:47 PM
 To: LINUX-390@VM.MARIST.EDU
 Subject: java install question
 
 
 We have run into what some seem to think is a Java
 problem, so we were asked to upgrade. Currently we are
 running:
   rpm -qa |grep sun
 java-1_4_2-sun-plugin-1.4.2.11-1.1
 java-1_4_2-sun-1.4.2.11-1.1
 
 So I went to the download site and downloaded : 
 j2re-1_4_2_14-linux-i586.rpm
 
 I followed the directions to install it from:
 www.java.com/en/download/help/linux_install.xml#install
 
 Made a change to my java.conf file,amoung other
 things, and then tried the app. It still fails, so I
 do another rpm -qa |grep sun fully expecting to see
 the java...14 version,but it still shows the
 old(above) display. I then rebooted but that didn't
 help. I thought maybe some here could help.
 thanks
 Mace

Ah, you need a s390 or s390x version, not i586 (Intel). I'm amazed that
rpm allowed you to install it!

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: java install question

2007-05-22 Thread Jones, Russell
You need to install the IBM Linux version on the jdk for s/390. You can
find it here.
http://www-128.ibm.com/developerworks/java/jdk/

You will be required to set up an account on the web site before you can
download the jdk.

Russ

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of LJ
Mace
Sent: Tuesday, May 22, 2007 12:47 PM
To: LINUX-390@VM.MARIST.EDU
Subject: java install question

We have run into what some seem to think is a Java
problem, so we were asked to upgrade. Currently we are
running:
  rpm -qa |grep sun
java-1_4_2-sun-plugin-1.4.2.11-1.1
java-1_4_2-sun-1.4.2.11-1.1

So I went to the download site and downloaded : 
j2re-1_4_2_14-linux-i586.rpm

I followed the directions to install it from:
www.java.com/en/download/help/linux_install.xml#install

Made a change to my java.conf file,amoung other
things, and then tried the app. It still fails, so I
do another rpm -qa |grep sun fully expecting to see
the java...14 version,but it still shows the
old(above) display. I then rebooted but that didn't
help. I thought maybe some here could help.
thanks
Mace


 


Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo!
Games.
http://videogames.yahoo.com/platform?platform=120121

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390