Re: JAVA started tasks?

2023-06-27 Thread René Jansen
CICS also has a Java domain that is started as a resident part.

René.

> On 23 Jun 2023, at 20:45, Bill Giannelli  wrote:
> 
> Does JAVA have any started tasks on z/OS?
> We have a task that the vendor says needs JAVA "up" first.
> thanks
> Bill
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: JAVA started tasks?

2023-06-26 Thread Shawn Prenevost
Yes your java executables need to be mounted I'm not sure if that mean OMVS
needs to be fully initialized... but Java would spawn USS task I imagine.

On Sat, Jun 24, 2023, 9:18 AM Gord Tomlin 
wrote:

> On 2023-06-23 19:08 PM, Paul Gilmartin wrote:
> > Does Java depend on OMVS?  I've seen messages here about failures
> > before OMVS was ready.
>
> Without OMVS, you won't be able to access
> /usr/lpp/java/J8.0_64/bin/java
> or similar.
>
> --
>
> Regards, Gord Tomlin
> Action Software International
> (a division of Mazda Computer Corporation)
> Tel: (905) 470-7113, Fax: (905) 470-6507
> Support: https://actionsoftware.com/support/
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: JAVA started tasks?

2023-06-24 Thread Gord Tomlin

On 2023-06-23 19:08 PM, Paul Gilmartin wrote:

Does Java depend on OMVS?  I've seen messages here about failures
before OMVS was ready.


Without OMVS, you won't be able to access
   /usr/lpp/java/J8.0_64/bin/java
or similar.

--

Regards, Gord Tomlin
Action Software International
(a division of Mazda Computer Corporation)
Tel: (905) 470-7113, Fax: (905) 470-6507
Support: https://actionsoftware.com/support/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: JAVA started tasks?

2023-06-23 Thread Paul Gilmartin
On Fri, 23 Jun 2023 14:29:51 -0500, Kirk Wolf wrote:

>I'm not sure what that even means.   Java programs are run by just invoking 
>the JVM and specifying options on which class to run.   The JZOS batch 
>launcher is a z/OS Utility program that will do that for you.   There is no 
>"java subsystem" that needs to be started first.
>
Does Java depend on OMVS?  I've seen messages here about failures
before OMVS was ready.

-- 
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: JAVA started tasks?

2023-06-23 Thread Shawn Prenevost
To me that sounds like OMVS must be initialized.

On Fri, Jun 23, 2023, 2:36 PM René Jansen 
wrote:

> Someone might mean WebSphere Application Server.
>
> Who knows what people think.
>
> René.
>
> > On 23 Jun 2023, at 21:30, Kirk Wolf  wrote:
> >
> > I'm not sure what that even means.   Java programs are run by just
> invoking the JVM and specifying options on which class to run.   The JZOS
> batch launcher is a z/OS Utility program that will do that for you.   There
> is no "java subsystem" that needs to be started first.
> >
> >
> > Kirk Wolf
> > Dovetailed Technologies
> > https://coztoolkit.com
> >
> >> On Fri, Jun 23, 2023, at 1:45 PM, Bill Giannelli wrote:
> >> Does JAVA have any started tasks on z/OS?
> >> We have a task that the vendor says needs JAVA "up" first.
> >> thanks
> >> Bill
> >>
> >> --
> >> For IBM-MAIN subscribe / signoff / archive access instructions,
> >> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >>
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: JAVA started tasks?

2023-06-23 Thread René Jansen
Someone might mean WebSphere Application Server.

Who knows what people think.

René.

> On 23 Jun 2023, at 21:30, Kirk Wolf  wrote:
> 
> I'm not sure what that even means.   Java programs are run by just invoking 
> the JVM and specifying options on which class to run.   The JZOS batch 
> launcher is a z/OS Utility program that will do that for you.   There is no 
> "java subsystem" that needs to be started first.
> 
> 
> Kirk Wolf
> Dovetailed Technologies
> https://coztoolkit.com
> 
>> On Fri, Jun 23, 2023, at 1:45 PM, Bill Giannelli wrote:
>> Does JAVA have any started tasks on z/OS?
>> We have a task that the vendor says needs JAVA "up" first.
>> thanks
>> Bill
>> 
>> --
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: JAVA started tasks?

2023-06-23 Thread Kirk Wolf
I'm not sure what that even means.   Java programs are run by just invoking the 
JVM and specifying options on which class to run.   The JZOS batch launcher is 
a z/OS Utility program that will do that for you.   There is no "java 
subsystem" that needs to be started first.


Kirk Wolf
Dovetailed Technologies
https://coztoolkit.com

On Fri, Jun 23, 2023, at 1:45 PM, Bill Giannelli wrote:
> Does JAVA have any started tasks on z/OS?
> We have a task that the vendor says needs JAVA "up" first.
> thanks
> Bill
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: JAVA started tasks?

2023-06-23 Thread Phil Smith III
Bill Giannelli wrote:
>Does JAVA have any started tasks on z/OS?
>We have a task that the vendor says needs JAVA "up" first.

Not that I know of. We run Java stuff without starting any STC. Maybe they have 
one??


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


JAVA started tasks?

2023-06-23 Thread Bill Giannelli
Does JAVA have any started tasks on z/OS?
We have a task that the vendor says needs JAVA "up" first.
thanks
Bill

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN