Re: Java SDK for SuSE 11 on System z

2014-09-28 Thread Dave Jones
Morning, Cam.

You can download IBM's version of Java for zLinux, and other platforms,
as well, here:

http://www.ibm.com/developerworks/java/jdk/linux/download.html

Good luck.

DJ
On 09/28/2014 12:43 AM, Cameron Seay wrote:
> Hello again.
>
> I discovered that the Java SDK I need is not found on the SuSE 11 SP3
> media.  I see fastjar, but I think is just an archiver.
>
> I don't see a Java SDK install on the Oracle site.  Is there a repository I
> need to install?
>
> Thanks.
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
>

--
Dave Jones
V/Soft Software
www.vsoft-software.com
Houston, TX
281.578.7544

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Java SDK for SuSE 11 on System z

2014-09-28 Thread Neale Ferguson
The openjdk builds but there's no JIT for System z, so you can only run it in 
interpreter mode. The jdk does support llvm which now runs in System z which 
other architectures have used to implement a JIT. However, that part of llvm 
still needs to be written for the platform.


 Original message 
From: David Goodenough 
Date:2014/09/28 06:42 (GMT-05:00)
To: LINUX-390@VM.MARIST.EDU
Cc:
Subject: Re: [LINUX-390] Java SDK for SuSE 11 on System z

Debian however have got openjdk-8 built and running for s390x, and that is the
open source openjdk, not the Oracle one.  So if Debian can do it, SUSE should
be able to.

David

On Saturday 27 September 2014 23:54:19 you wrote:
> >>> On 9/28/2014 at 01:43 AM, Cameron Seay  wrote:
> > Hello again.
> >
> > I discovered that the Java SDK I need is not found on the SuSE 11 SP3
> > media.  I see fastjar, but I think is just an archiver.
> >
> > I don't see a Java SDK install on the Oracle site.  Is there a repository
> > I
> > need to install?
>
> Oracle expects companies like IBM to produce Java for their own hardware, so
> you won't find one for System z there.  Add the SUSE SLE-11 SDK repository
> to find both java-1_6_0-ibm-devel and java-1_7_0-ibm-devel.
>
>
> Mark Post
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Java SDK for SuSE 11 on System z

2014-09-28 Thread David Goodenough
Debian however have got openjdk-8 built and running for s390x, and that is the
open source openjdk, not the Oracle one.  So if Debian can do it, SUSE should
be able to.

David

On Saturday 27 September 2014 23:54:19 you wrote:
> >>> On 9/28/2014 at 01:43 AM, Cameron Seay  wrote:
> > Hello again.
> >
> > I discovered that the Java SDK I need is not found on the SuSE 11 SP3
> > media.  I see fastjar, but I think is just an archiver.
> >
> > I don't see a Java SDK install on the Oracle site.  Is there a repository
> > I
> > need to install?
>
> Oracle expects companies like IBM to produce Java for their own hardware, so
> you won't find one for System z there.  Add the SUSE SLE-11 SDK repository
> to find both java-1_6_0-ibm-devel and java-1_7_0-ibm-devel.
>
>
> Mark Post
>
> --
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or
> visit http://www.marist.edu/htbin/wlvindex?LINUX-390
> --
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Java SDK for SuSE 11 on System z

2014-09-27 Thread Mark Post
>>> On 9/28/2014 at 01:43 AM, Cameron Seay  wrote: 
> Hello again.
> 
> I discovered that the Java SDK I need is not found on the SuSE 11 SP3
> media.  I see fastjar, but I think is just an archiver.
> 
> I don't see a Java SDK install on the Oracle site.  Is there a repository I
> need to install?

Oracle expects companies like IBM to produce Java for their own hardware, so 
you won't find one for System z there.  Add the SUSE SLE-11 SDK repository to 
find both java-1_6_0-ibm-devel and java-1_7_0-ibm-devel.


Mark Post

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Java SDK for SuSE 11 on System z

2014-09-27 Thread Cameron Seay
Hello again.

I discovered that the Java SDK I need is not found on the SuSE 11 SP3
media.  I see fastjar, but I think is just an archiver.

I don't see a Java SDK install on the Oracle site.  Is there a repository I
need to install?

Thanks.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: java SDK

2009-12-22 Thread Jack Woehr

Frank M. Ramaekers wrote:

Now I'm puzzled as to why the IMB SDK is so much slower that the
installed java 1.4:


Try it twice in a row. You could have had the libraries of the former in
cache.

--
Jack J. Woehr# Religion has actually convinced people that there's 
an
http://www.well.com/~jax # invisible man living in the sky who watches 
everything
http://www.softwoehr.com # you do, every minute of every day. - George Carlin

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


Re: java SDK

2009-12-22 Thread Frank M. Ramaekers
Now I'm puzzled as to why the IMB SDK is so much slower that the
installed java 1.4:

# time java -version
java version "1.4.2"
gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.


real0m0.040s
user0m0.020s
sys 0m0.020s

# time /opt/ibm/java-s390x-60/bin/java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxz6460sr7-20091215_02(SR7))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux s390x-64
jvmxz6460sr7-20091214_49398 (JIT enabled, AOT enabled)
J9VM - 20091214_049398
JIT  - r9_20091123_13891
GC   - 2009_AA)
JCL  - 20091202_01

real0m5.909s
user0m5.120s
sys 0m0.770s


Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Jack Woehr
Sent: Tuesday, December 22, 2009 9:11 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: java SDK

Frank M. Ramaekers wrote:
> Okay, that seemed to have worked just fine.   (Now I have to
rediscover "alternatives" to be able to switch between the original
""1.4.2" and the new SDK "1.6.0".)
>
Toggle your path, that's sufficient. The java executables know the rest.

Weird font, dude :)

--
Jack J. Woehr# Religion has actually convinced people that
there's an
http://www.well.com/~jax # invisible man living in the sky who watches
everything
http://www.softwoehr.com # you do, every minute of every day. - George
Carlin

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

_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.

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


Re: java SDK

2009-12-22 Thread Jack Woehr

Frank M. Ramaekers wrote:

Okay, that seemed to have worked just fine.   (Now I have to rediscover "alternatives" to be able to 
switch between the original ""1.4.2" and the new SDK "1.6.0".)


Toggle your path, that's sufficient. The java executables know the rest.

Weird font, dude :)

--
Jack J. Woehr# Religion has actually convinced people that there's 
an
http://www.well.com/~jax # invisible man living in the sky who watches 
everything
http://www.softwoehr.com # you do, every minute of every day. - George Carlin

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


Re: java SDK

2009-12-22 Thread Frank M. Ramaekers
Okay, that seemed to have worked just fine.   (Now I have to rediscover 
"alternatives" to be able to switch between the original ""1.4.2" and the new 
SDK "1.6.0".)

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Dan Horák
Sent: Monday, December 21, 2009 4:39 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: java SDK

Frank M. Ramaekers píše v Po 21. 12. 2009 v 16:16 -0600: 
> Still have a problem:
> 
> # yum provides libstdc++.so.5
> Searching Packages:
> Setting up repositories
>   :
>   :
> compat-libstdc++-33.s390x3.2.3-47.3 base
> Matched from:
> /usr/lib64/libstdc++.so.5

I think I know where the problem is - the s390x (64-bit) version of the
library provides "libstdc++.so.5()(64bit)" where the file
is /usr/lib64/libstdc++.so.5 and the SDK rpms is probably not built on a
RHEL system and thus it wants plain "libstdc++.so.5" that is used for
the 32-bit package in RHEL. Similar situation can be with the libXp.

You can use "rpm -ivh --nodeps the-sdk.s390x.rpm" and everything should
work.


Dan

-- 
Dan Horák, RHCE
Software Engineer, BaseOS

Red Hat Czech s.r.o., Purkyňova 99, 612 45 Brno

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

_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.

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


Re: java SDK

2009-12-22 Thread Frank M. Ramaekers
Yes:

# yum install compat-libstdc++-33
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for compat-libstdc++-33 to pack into transaction
set.
compat-libstdc%2B%2B-33-3 100% |=| 3.5 kB
00:00
---> Package compat-libstdc++-33.s390x 0:3.2.3-47.3 set to be updated
--> Running transaction check

Dependencies Resolved


=
 Package Arch   Version  Repository
Size

=
Installing:
 compat-libstdc++-33 s390x  3.2.3-47.3   base
239 k

Transaction Summary

=
Install  1 Package(s)
Update   0 Package(s)
Remove   0 Package(s)
Total download size: 239 k
Is this ok [y/N]: y
Downloading Packages:
(1/1): compat-libstdc++-3 100% |=| 239 kB
00:00
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: compat-libstdc++-33  #
[1/1]

Installed: compat-libstdc++-33.s390x 0:3.2.3-47.3
Complete!

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
David Boyes
Sent: Tuesday, December 22, 2009 7:18 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: java SDK

On 12/21/09 4:43 PM, "Frank M. Ramaekers"  wrote:

> # rpm -i ibm-java-s390x-sdk-6.0-7.0.s390x.rpm
> error: Failed dependencies:
> libstdc++.so.5 is needed by ibm-java-s390x-sdk-6.0-7.0.s390x
> libXp.so.6 is needed by ibm-java-s390x-sdk-6.0-7.0.s390x

Do you have the compat RPM installed? Many IBM products seem to be
compiled
with the assumption that you have it installed.

Bad IBM. No cookie.

-- db

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

_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.

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


Re: java SDK

2009-12-22 Thread David Boyes
On 12/21/09 4:43 PM, "Frank M. Ramaekers"  wrote:

> # rpm -i ibm-java-s390x-sdk-6.0-7.0.s390x.rpm
> error: Failed dependencies:
> libstdc++.so.5 is needed by ibm-java-s390x-sdk-6.0-7.0.s390x
> libXp.so.6 is needed by ibm-java-s390x-sdk-6.0-7.0.s390x

Do you have the compat RPM installed? Many IBM products seem to be compiled
with the assumption that you have it installed.

Bad IBM. No cookie.

-- db

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


Re: java SDK

2009-12-21 Thread Dan Horák
Frank M. Ramaekers píše v Po 21. 12. 2009 v 16:16 -0600: 
> Still have a problem:
> 
> # yum provides libstdc++.so.5
> Searching Packages:
> Setting up repositories
>   :
>   :
> compat-libstdc++-33.s390x3.2.3-47.3 base
> Matched from:
> /usr/lib64/libstdc++.so.5

I think I know where the problem is - the s390x (64-bit) version of the
library provides "libstdc++.so.5()(64bit)" where the file
is /usr/lib64/libstdc++.so.5 and the SDK rpms is probably not built on a
RHEL system and thus it wants plain "libstdc++.so.5" that is used for
the 32-bit package in RHEL. Similar situation can be with the libXp.

You can use "rpm -ivh --nodeps the-sdk.s390x.rpm" and everything should
work.


Dan

-- 
Dan Horák, RHCE
Software Engineer, BaseOS

Red Hat Czech s.r.o., Purkyňova 99, 612 45 Brno

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


Re: java SDK

2009-12-21 Thread Dan Horák
Frank M. Ramaekers píše v Po 21. 12. 2009 v 12:34 -0600: 
> When I attempt to install Java SDK SE 6, I get:
> 
> Reading repository metadata in from local files
> --> Processing Dependency: libXp.so.6 for package: ibm-java-s390x-sdk
> --> Processing Dependency: libstdc++.so.5 for package:
> ibm-java-s390x-sdk
> --> Finished Dependency Resolution
> Error: Missing Dependency: libXp.so.6 is needed by package
> ibm-java-s390x-sdk
> Error: Missing Dependency: libstdc++.so.5 is needed by package
> ibm-java-s390x-sdk
> 
> But I can't find these libraries in the REPOs:

libstdc++.so.5 is provided by compat-libstdc++-33 package if you are on
RHEL 4 or 5


Dan

-- 
Dan Horák, RHCE
Software Engineer, BaseOS

Red Hat Czech s.r.o., Purkyňova 99, 612 45 Brno

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


Re: java SDK

2009-12-21 Thread Frank M. Ramaekers
Still have a problem:

# yum provides libstdc++.so.5
Searching Packages:
Setting up repositories
  :
  :
compat-libstdc++-33.s390x3.2.3-47.3 base
Matched from:
/usr/lib64/libstdc++.so.5


compat-libstdc++-33.s390x3.2.3-47.3 base
Matched from:
/usr/lib64/libstdc++.so.5
---
# yum install compat-libstdc++-33
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for compat-libstdc++-33 to pack into transaction
set.
compat-libstdc%2B%2B-33-3 100% |=| 3.5 kB
00:00
---> Package compat-libstdc++-33.s390x 0:3.2.3-47.3 set to be updated
--> Running transaction check

Dependencies Resolved


=
 Package Arch   Version  Repository
Size

=
Installing:
 compat-libstdc++-33 s390x  3.2.3-47.3   base
239 k

Transaction Summary

=
Install  1 Package(s)
Update   0 Package(s)
Remove   0 Package(s)
Total download size: 239 k
Is this ok [y/N]: y
Downloading Packages:
(1/1): compat-libstdc++-3 100% |=| 239 kB
00:00
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: compat-libstdc++-33  #
[1/1]

Installed: compat-libstdc++-33.s390x 0:3.2.3-47.3
Complete!

-
]# yum install ibm-java-s390x-sdk-6.0-7.0.s390x.rpm
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Examining ibm-java-s390x-sdk-6.0-7.0.s390x.rpm: ibm-java-s390x-sdk -
6.0-7.0.s390x
Marking ibm-java-s390x-sdk-6.0-7.0.s390x.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package ibm-java-s390x-sdk.s390x 0:6.0-7.0 set to be updated
--> Running transaction check
--> Processing Dependency: libXp.so.6 for package: ibm-java-s390x-sdk
--> Processing Dependency: libstdc++.so.5 for package:
ibm-java-s390x-sdk
--> Finished Dependency Resolution
Error: Missing Dependency: libXp.so.6 is needed by package
ibm-java-s390x-sdk
Error: Missing Dependency: libstdc++.so.5 is needed by package
ibm-java-s390x-sdk

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Sterling James
Sent: Monday, December 21, 2009 3:47 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: java SDK

try ;yum provides libstdc++.so.5

compat-libstdc++-33-3.2.3-61.s390

-
Please consider the environment before printing this email and any
attachments.

This e-mail and any attachments are intended only for the
individual or company to which it is addressed and may contain
information which is privileged, confidential and prohibited from
disclosure or unauthorized use under applicable law.  If you are
not the intended recipient of this e-mail, you are hereby notified
that any use, dissemination, or copying of this e-mail or the
information contained in this e-mail is strictly prohibited by the
sender.  If you have received this transmission in error, please
return the material received to the sender and delete all copies
from your system.

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

_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.

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


Re: java SDK

2009-12-21 Thread Sterling James
try ;yum provides libstdc++.so.5

compat-libstdc++-33-3.2.3-61.s390

-
Please consider the environment before printing this email and any
attachments.

This e-mail and any attachments are intended only for the
individual or company to which it is addressed and may contain
information which is privileged, confidential and prohibited from
disclosure or unauthorized use under applicable law.  If you are
not the intended recipient of this e-mail, you are hereby notified
that any use, dissemination, or copying of this e-mail or the
information contained in this e-mail is strictly prohibited by the
sender.  If you have received this transmission in error, please
return the material received to the sender and delete all copies
from your system.

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


Re: java SDK

2009-12-21 Thread Frank M. Ramaekers
# rpm -i ibm-java-s390x-sdk-6.0-7.0.s390x.rpm
error: Failed dependencies:
libstdc++.so.5 is needed by ibm-java-s390x-sdk-6.0-7.0.s390x
libXp.so.6 is needed by ibm-java-s390x-sdk-6.0-7.0.s390x

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Jack Woehr
Sent: Monday, December 21, 2009 2:54 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: java SDK

Frank M. Ramaekers wrote:

> # yum localinstall ibm-java-s390x-sdk-6.0-7.0.s390x.rpm


I don't know 'yum'. What happens if you just use 'rpm' ?

--
Jack J. Woehr# Religion has actually convinced people that
there's an
http://www.well.com/~jax # invisible man living in the sky who watches
everything
http://www.softwoehr.com # you do, every minute of every day. - George
Carlin

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

_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.

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


Re: java SDK

2009-12-21 Thread McKown, John
> -Original Message-
> From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On 
> Behalf Of Jack Woehr
> Sent: Monday, December 21, 2009 2:54 PM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: java SDK
> 
> Frank M. Ramaekers wrote:
> 
> > # yum localinstall ibm-java-s390x-sdk-6.0-7.0.s390x.rpm
> 
> 
> I don't know 'yum'. What happens if you just use 'rpm' ?
> 
> --
> Jack J. Woehr# Religion has actually convinced 

yum will try to find and install any dependencies, recursively, if it can. rpm 
will just abort with a message.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

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


Re: java SDK

2009-12-21 Thread Jack Woehr

Frank M. Ramaekers wrote:


# yum localinstall ibm-java-s390x-sdk-6.0-7.0.s390x.rpm



I don't know 'yum'. What happens if you just use 'rpm' ?

--
Jack J. Woehr# Religion has actually convinced people that there's 
an
http://www.well.com/~jax # invisible man living in the sky who watches 
everything
http://www.softwoehr.com # you do, every minute of every day. - George Carlin

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


Re: java SDK

2009-12-21 Thread Frank M. Ramaekers
Hdidn't help:

# echo $LD_LIBRARY_PATH
/usr/X11R6/lib64:/usr/lib64
# yum localinstall ibm-java-s390x-sdk-6.0-7.0.s390x.rpm
Setting up Local Package Process
Examining ibm-java-s390x-sdk-6.0-7.0.s390x.rpm: ibm-java-s390x-sdk -
6.0-7.0.s390x
Marking ibm-java-s390x-sdk-6.0-7.0.s390x.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package ibm-java-s390x-sdk.s390x 0:6.0-7.0 set to be updated
--> Running transaction check
Setting up repositories
Reading repository metadata in from local files
--> Processing Dependency: libXp.so.6 for package: ibm-java-s390x-sdk
--> Processing Dependency: libstdc++.so.5 for package:
ibm-java-s390x-sdk
--> Finished Dependency Resolution
Error: Missing Dependency: libXp.so.6 is needed by package
ibm-java-s390x-sdk
Error: Missing Dependency: libstdc++.so.5 is needed by package
ibm-java-s390x-sdk

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Jack Woehr
Sent: Monday, December 21, 2009 2:17 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: java SDK

Frank M. Ramaekers wrote:
> Hmmm...doing a search, it appears that I do have it:
>
Add those directories to the LD_LIBRARY_PATH of the account trying to do
the install.

--
Jack J. Woehr# Religion has actually convinced people that
there's an
http://www.well.com/~jax # invisible man living in the sky who watches
everything
http://www.softwoehr.com # you do, every minute of every day. - George
Carlin

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

_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.

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


Re: java SDK

2009-12-21 Thread Jack Woehr

Frank M. Ramaekers wrote:

Hmmm...doing a search, it appears that I do have it:


Add those directories to the LD_LIBRARY_PATH of the account trying to do
the install.

--
Jack J. Woehr# Religion has actually convinced people that there's 
an
http://www.well.com/~jax # invisible man living in the sky who watches 
everything
http://www.softwoehr.com # you do, every minute of every day. - George Carlin

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


Re: java SDK

2009-12-21 Thread Frank M. Ramaekers
Hmmm...doing a search, it appears that I do have it:

# find / | grep libXp
/usr/X11R6/man/man3/libXp.3x.gz
/usr/X11R6/lib64/libXp.so
/usr/X11R6/lib64/libXpm.so.4.11
/usr/X11R6/lib64/libXpm.a
/usr/X11R6/lib64/libXpm.so
/usr/X11R6/lib64/libXp.a
/usr/X11R6/lib64/libXp.so.6.2
/usr/X11R6/lib64/libXp.so.6
/usr/X11R6/lib64/libXpm.so.4

...and...

/usr/lib64/libstdc++.so.6
/usr/lib64/libstdc++.so.6.0.3
(but not a .5)

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 


-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Spann, Elizebeth (Betsie)
Sent: Monday, December 21, 2009 12:44 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: java SDK

On Red Hat, the package is libXp-1.0.0-8.   It creates
/usr/lib/libXp.so.6 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of
Frank M. Ramaekers
Sent: Monday, December 21, 2009 10:34 AM
To: LINUX-390@VM.MARIST.EDU
Subject: java SDK

When I attempt to install Java SDK SE 6, I get:

Reading repository metadata in from local files
--> Processing Dependency: libXp.so.6 for package: ibm-java-s390x-sdk 
--> Processing Dependency: libstdc++.so.5 for package:
ibm-java-s390x-sdk
--> Finished Dependency Resolution
Error: Missing Dependency: libXp.so.6 is needed by package
ibm-java-s390x-sdk
Error: Missing Dependency: libstdc++.so.5 is needed by package
ibm-java-s390x-sdk

But I can't find these libraries in the REPOs:

# yum install libXp
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files Parsing package install
arguments No Match for argument: libXp Nothing to do

# yum install libstdc++
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files Parsing package install
arguments Nothing to do

Where to go?

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 



_ This message
contains information which is privileged and confidential and is solely
for the use of the intended recipient. If you are not the intended
recipient, be aware that any review, disclosure, copying, distribution,
or use of the contents of this message is strictly prohibited. If you
have received this in error, please destroy it immediately and notify us
at privacy...@ailife.com.

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email to lists...@vm.marist.edu 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 lists...@vm.marist.edu with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.

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


Re: java SDK

2009-12-21 Thread Spann, Elizebeth (Betsie)
On Red Hat, the package is libXp-1.0.0-8.   It creates /usr/lib/libXp.so.6 

-Original Message-
From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Frank M. 
Ramaekers
Sent: Monday, December 21, 2009 10:34 AM
To: LINUX-390@VM.MARIST.EDU
Subject: java SDK

When I attempt to install Java SDK SE 6, I get:

Reading repository metadata in from local files
--> Processing Dependency: libXp.so.6 for package: ibm-java-s390x-sdk 
--> Processing Dependency: libstdc++.so.5 for package:
ibm-java-s390x-sdk
--> Finished Dependency Resolution
Error: Missing Dependency: libXp.so.6 is needed by package ibm-java-s390x-sdk
Error: Missing Dependency: libstdc++.so.5 is needed by package 
ibm-java-s390x-sdk

But I can't find these libraries in the REPOs:

# yum install libXp
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files Parsing package install 
arguments No Match for argument: libXp Nothing to do

# yum install libstdc++
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files Parsing package install 
arguments Nothing to do

Where to go?

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 



_ This message contains 
information which is privileged and confidential and is solely for the use of 
the intended recipient. If you are not the intended recipient, be aware that 
any review, disclosure, copying, distribution, or use of the contents of this 
message is strictly prohibited. If you have received this in error, please 
destroy it immediately and notify us at privacy...@ailife.com.

--
For LINUX-390 subscribe / signoff / archive access instructions, send email to 
lists...@vm.marist.edu 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 lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


java SDK

2009-12-21 Thread Frank M. Ramaekers
When I attempt to install Java SDK SE 6, I get:

Reading repository metadata in from local files
--> Processing Dependency: libXp.so.6 for package: ibm-java-s390x-sdk
--> Processing Dependency: libstdc++.so.5 for package:
ibm-java-s390x-sdk
--> Finished Dependency Resolution
Error: Missing Dependency: libXp.so.6 is needed by package
ibm-java-s390x-sdk
Error: Missing Dependency: libstdc++.so.5 is needed by package
ibm-java-s390x-sdk

But I can't find these libraries in the REPOs:

# yum install libXp
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libXp
Nothing to do

# yum install libstdc++
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do

Where to go?

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 



_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.

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


Re: Java SDK

2005-09-15 Thread Post, Mark K
I've been able to download them in the past.  I just tried again, and it
worked now.  Have you tried completely closing your browser and trying
again?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Scully, William P
Sent: Thursday, September 15, 2005 10:19 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Java SDK


I've been trying to assist our developers in downloading the Java SDK
from IBM at: 

  http://www-128.ibm.com/developerworks/java/jdk/linux140/

When you select the link(s) for zSeries you're directed to a page which
asks that you register.  However once I (apparently, successfully)
register, and retry the link, I get: 

  You have not signed up for this offering. Please complete the signup
process before coming to this page. 

Has anyone been able to register and get Java from IBM?  Or know of
another route to get the Java SDK for zSeries? 

--
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


Java SDK

2005-09-15 Thread Scully, William P
I've been trying to assist our developers in downloading the Java SDK
from IBM at: 

  http://www-128.ibm.com/developerworks/java/jdk/linux140/

When you select the link(s) for zSeries you're directed to a page which
asks that you register.  However once I (apparently, successfully)
register, and retry the link, I get: 

  You have not signed up for this offering. Please complete the signup
process before coming to this page. 

Has anyone been able to register and get Java from IBM?  Or know of
another route to get the Java SDK for zSeries? 

--
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: Is JAI available for IBM Java SDK/JDK ?

2005-06-20 Thread Istvan Nemeth
Linux on 390 Port  írta 2005.06.20 20:31:05 
időpontban:

> On Fri, 2005-06-17 at 19:58 -0400, Post, Mark K wrote:
> > Jerry,
> >
> > I am 99.99% sure that any Sun Java out there will never run on a
> > mainframe.  It's not in their interests (as they see it) to do so.

I don't think so. Java _binaries_ will not run, but you can put there SUN 
.jar files.

--
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: Is JAI available for IBM Java SDK/JDK ?

2005-06-20 Thread Jerry Whitteridge
On Fri, 2005-06-17 at 19:58 -0400, Post, Mark K wrote:
> Jerry,
>
> I am 99.99% sure that any Sun Java out there will never run on a
> mainframe.  It's not in their interests (as they see it) to do so.
>
 Thanks Mark, I was afraid of that and that a subset of the Sun packages
were not being provided by IBM. I'll look at the Blackdown stuff and see
if they ported it.
--
Jerry Whitteridge
Safeway Inc.
PH: 925 951 4184
Fax:925 951 4204


"MMS " made the following annotations.
--
Warning:
All e-mail sent to this address will be received by the Safeway corporate 
e-mail system, and is subject to archival and review by someone other than the 
recipient.  This e-mail may contain information proprietary to Safeway and is 
intended only for the use of the intended recipient(s).  If the reader of this 
message is not the intended recipient(s), you are notified that you have 
received this message in error and that any review, dissemination, distribution 
or copying of this message is strictly prohibited.  If you have received this 
message in error, please notify the sender immediately.

==

--
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: Is JAI available for IBM Java SDK/JDK ?

2005-06-17 Thread Adam Thornton

On Jun 17, 2005, at 6:58 PM, Post, Mark K wrote:


Jerry,

I am 99.99% sure that any Sun Java out there will never run on a
mainframe.  It's not in their interests (as they see it) to do so.


Oh, not true at all.

Why, you could install Bochs on Linux/390, install the Linux/x86
distro of your choice on Bochs, and then install Sun Java on that.

Well, OK.  *PRACTICALLY SPEAKING*, yes, you're right.

Adam

--
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: Is JAI available for IBM Java SDK/JDK ?

2005-06-17 Thread Post, Mark K
Jerry,

I am 99.99% sure that any Sun Java out there will never run on a
mainframe.  It's not in their interests (as they see it) to do so.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Jerry Whitteridge
Sent: Wednesday, June 15, 2005 3:30 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Is JAI available for IBM Java SDK/JDK ?


We're running SLES9/SLES9X (In this case specifically SLES9x) and one of
out architects has come up with an application that requires the JAI
(Java Advanced Imaging). I'm running the IBM java that came with the
distro and can't find an IBM equivalent. The Sun JAI when down loaded
complains that it is an invalid JDK directory.  Is there an IBM package
containing JAI or should I install the Sun java (and if so which one
would work on SLES9X running on z/Series)

Thanks
--
Jerry Whitteridge
Safeway Inc.
PH: 925 951 4184
Fax:925 951 4204


"MMS " made the following annotations.

--
Warning:
All e-mail sent to this address will be received by the Safeway
corporate e-mail system, and is subject to archival and review by
someone other than the recipient.  This e-mail may contain information
proprietary to Safeway and is intended only for the use of the intended
recipient(s).  If the reader of this message is not the intended
recipient(s), you are notified that you have received this message in
error and that any review, dissemination, distribution or copying of
this message is strictly prohibited.  If you have received this message
in error, please notify the sender immediately.


==

--
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


Is JAI available for IBM Java SDK/JDK ?

2005-06-15 Thread Jerry Whitteridge
We're running SLES9/SLES9X (In this case specifically SLES9x) and one of
out architects has come up with an application that requires the JAI
(Java Advanced Imaging). I'm running the IBM java that came with the
distro and can't find an IBM equivalent. The Sun JAI when down loaded
complains that it is an invalid JDK directory.  Is there an IBM package
containing JAI or should I install the Sun java (and if so which one
would work on SLES9X running on z/Series)

Thanks
--
Jerry Whitteridge
Safeway Inc.
PH: 925 951 4184
Fax:925 951 4204


"MMS " made the following annotations.
--
Warning:
All e-mail sent to this address will be received by the Safeway corporate 
e-mail system, and is subject to archival and review by someone other than the 
recipient.  This e-mail may contain information proprietary to Safeway and is 
intended only for the use of the intended recipient(s).  If the reader of this 
message is not the intended recipient(s), you are notified that you have 
received this message in error and that any review, dissemination, distribution 
or copying of this message is strictly prohibited.  If you have received this 
message in error, please notify the sender immediately.

==

--
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 SDK Bug Fixes

2003-07-14 Thread Jeremy Warren
Never mind,

silly me, I figured fixes.html would have been included with the bundle
instead of being a separate download...



---
Jeremy Warren
Sr. Systems Programmer
KB Toy Stores
100 West St.
Pittsfield, MA 01201
(413) 496-3900
mailto:[EMAIL PROTECTED]




Jeremy Warren <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <[EMAIL PROTECTED]>
07/14/2003 11:15 AM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:[LINUX-390] JAVA SDK Bug Fixes


Does anyone know where I can find a list of bug fixes from one SR of the
IBM Java SDK and another?

Specificially between 1.3.1 SR2 and SR4?  I want to see if an issue we are
having is addressed in a later patch or not and I cannot seem to find a
list anywhere.


Thanks in advance!

---
Jeremy Warren
Sr. Systems Programmer
KB Toy Stores
mailto:[EMAIL PROTECTED]@kbtoys.com


Re: JAVA SDK Bug Fixes

2003-07-14 Thread John Summerfield
On Mon, 14 Jul 2003, Jeremy Warren wrote:

> Does anyone know where I can find a list of bug fixes from one SR of the
> IBM Java SDK and another?
>
> Specificially between 1.3.1 SR2 and SR4?  I want to see if an issue we are
> having is addressed in a later patch or not and I cannot seem to find a
> list anywhere.

I believe there's a Java newsgroup at news.ibm.com or
news.software.ibm.com - I don't recall which.

Point PAN or TIN or something at it.



--


Cheers
John.

Join the "Linux Support by Small Businesses" list at
http://mail.computerdatasafe.com.au/mailman/listinfo/lssb
Copyright John Summerfield. Reproduction prohibited.


JAVA SDK Bug Fixes

2003-07-14 Thread Jeremy Warren
Does anyone know where I can find a list of bug fixes from one SR of the
IBM Java SDK and another?

Specificially between 1.3.1 SR2 and SR4?  I want to see if an issue we are
having is addressed in a later patch or not and I cannot seem to find a
list anywhere.


Thanks in advance!

---
Jeremy Warren
Sr. Systems Programmer
KB Toy Stores
mailto:[EMAIL PROTECTED]@kbtoys.com


Re: ANNOUNCEMENT: Java SDK 1.4.1 is available

2003-06-17 Thread Jim Elliott
> I can't see any 64-bit for zSeries there Jim.

>> The Java SDK v1.4.1 from IBM has been released on all platforms and
>> some are now available for download from developerworks. New Linux
>> platforms supported with this release are 64 bit versions for
>> iSeries, pSeries and zSeries.

Neil:

The 64-bit zSeries JDK is now available on developerWorks (June 16).

http://www-106.ibm.com/developerworks/java/jdk/

Regards, Jim


Re: ANNOUNCEMENT: Java SDK 1.4.1 is available

2003-06-09 Thread Ferguson, Neale
Thanks Jim

-Original Message-
From: Jim Elliott [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 3:38 PM
To: [EMAIL PROTECTED]
Subject: Re: [LINUX-390] ANNOUNCEMENT: Java SDK 1.4.1 is available


> I can't see any 64-bit for zSeries there Jim.

>> The Java SDK v1.4.1 from IBM has been released on all platforms and
>> some are now available for download from developerworks. New Linux
>> platforms supported with this release are 64 bit versions for
>> iSeries, pSeries and zSeries.

Neale:

After I cross-posted that notice here (it came from the newsserver
news.software.ibm.com) I was told by the poster that the 64-bit Linux on
zSeries JDK was not going to be publicly posted. I have asked him where
someone is supposed to get it, but have not had a reply back (yet).

Regards, Jim


Re: ANNOUNCEMENT: Java SDK 1.4.1 is available

2003-06-09 Thread Jim Elliott
> I can't see any 64-bit for zSeries there Jim.

>> The Java SDK v1.4.1 from IBM has been released on all platforms and
>> some are now available for download from developerworks. New Linux
>> platforms supported with this release are 64 bit versions for
>> iSeries, pSeries and zSeries.

Neale:

After I cross-posted that notice here (it came from the newsserver
news.software.ibm.com) I was told by the poster that the 64-bit Linux on
zSeries JDK was not going to be publicly posted. I have asked him where
someone is supposed to get it, but have not had a reply back (yet).

Regards, Jim


Re: ANNOUNCEMENT: Java SDK 1.4.1 is available

2003-06-09 Thread Ferguson, Neale
I can't see any 64-bit for zSeries there Jim.

-Original Message-
The Java SDK v1.4.1 from IBM has been released on all platforms and
some are now available for download from developerworks. New Linux
platforms supported with this release are 64 bit versions for
iSeries, pSeries and zSeries.


ANNOUNCEMENT: Java SDK 1.4.1 is available

2003-06-06 Thread Jim Elliott
The Java SDK v1.4.1 from IBM has been released on all platforms and
some are now available for download from developerworks. New Linux
platforms supported with this release are 64 bit versions for
iSeries, pSeries and zSeries.

NOTE that not all the pages on developerworks have yet been updated to
reflect the release, but point your browser at
http://www.ibm.com/developerworks/java/jdk/index.html and you will
find the SDKs.

Enjoy, Jim