List(byte,byte) cannot be found in class

classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

List(byte,byte) cannot be found in class

alansam
On Tuesday, 1 February 2011,  <[hidden email]> wrote:

>
>
> Well, now I'm struggling with java web
> start and it sounds fascinating. But it doesn't seem to be on our Z/os
> 1.10 system with java
>
>
> CP1FA A00002T Tue 10:19:08 / % java
> -version
>
> java version "1.5.0"
>
> Java(TM) 2 Runtime Environment, Standard
> Edition (build pmz64dev-20091106 (SR11 ))
>
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM
> J9 2.3 z/OS s390x-64 j9vmmz6423-20091104 (JIT enabled)
>
> J9VM - 20091103_45935_BHdSMr
>
> JIT  - 20091016_1845_r8
>
> GC   - 20091026_AA)
>
> JCL  - 20091106
>
>
> although I thought the sun website said
> that jaws was part of the base install now. I can't find *jnlp* anywhere
>
Remember that z/OS isn't using Sun/Oracle's Java, it uses the one
supplied by IBM.  You should probably start your research at the IBM
web sites instead of Oracle.

Another consideration is that a web start application runs on the
client system, not the server so it probably doesn't need a presence
on z/OS unless you have a windowing environment like X Window
installed.

Alan.

--
Can't tweet, won't tweet!

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Alan

--
Needs more cowbell.
Reply | Threaded
Open this post in threaded view
|

Re: List(byte,byte) cannot be found in class

kenner

Thanks, Alan. That's what I am finding out. IBM's SDK does have the javaws like Oracles JDK. IBM has a "System Director Launched Tasks", but we don't have that AFAICT. Here we do have java web start on the clients; I've seen the jnlp files for several applications on my desktop, but not  for mainframe apps. Maybe running an applet is the way to go. We don't have X11 on OMVS and I always hated trying to make that work. Also confusing is the difference between SDK and JDK and the way Oracle is similar to / different from IBM.

Kenneth Klein
Systems Specialist



Alan Sampson <[hidden email]>
Sent by: [hidden email]

02/01/2011 09:53 PM

Please respond to
IBM Netrexx <[hidden email]>

To
IBM Netrexx <[hidden email]>
cc
Subject
[Ibm-netrexx] List(byte,byte) cannot be found in class





On Tuesday, 1 February 2011,  <[hidden email]> wrote:
>
>
> Well, now I'm struggling with java web
> start and it sounds fascinating. But it doesn't seem to be on our Z/os
> 1.10 system with java
>
>
> CP1FA A00002T Tue 10:19:08 / % java
> -version
>
> java version "1.5.0"
>
> Java(TM) 2 Runtime Environment, Standard
> Edition (build pmz64dev-20091106 (SR11 ))
>
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM
> J9 2.3 z/OS s390x-64 j9vmmz6423-20091104 (JIT enabled)
>
> J9VM - 20091103_45935_BHdSMr
>
> JIT  - 20091016_1845_r8
>
> GC   - 20091026_AA)
>
> JCL  - 20091106
>
>
> although I thought the sun website said
> that jaws was part of the base install now. I can't find *jnlp* anywhere
>
Remember that z/OS isn't using Sun/Oracle's Java, it uses the one
supplied by IBM.  You should probably start your research at the IBM
web sites instead of Oracle.

Another consideration is that a web start application runs on the
client system, not the server so it probably doesn't need a presence
on z/OS unless you have a windowing environment like X Window
installed.

Alan.

--
Can't tweet, won't tweet!

_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________
Ibm-netrexx mailing list
[hidden email]

12