Page 1 of 2

Where is isfjcall.jar?

PostPosted: Sun Dec 28, 2014 11:39 pm
by bashly
Hello!

There is no isfjcall.jar file in my z/OS installation. I tried to google it, but found nothing.
Can anybody share this file for me?

I need this file to use SDSF via java, please, help me!

Re: Where is isfjcall.jar?

PostPosted: Sun Dec 28, 2014 11:53 pm
by bashly
I think, that this file is a part of java SDK, but I have only JRE in my z/OS.
So, I'll try to install SDK at first.
Am I right?

Re: Where is isfjcall.jar?

PostPosted: Mon Dec 29, 2014 1:24 am
by bashly
So, I'v downloaded Java SDK for z/OS and there is no isfjcall.jar.

Re: Where is isfjcall.jar?

PostPosted: Mon Dec 29, 2014 2:45 am
by enrico-sorichetti
wouldn' t it be simpler and faster to look at the SDSF manuals,
or search the SDSF libraries ?

- I doubt that any JAVA RE/SDK would distribute something sstarting with ISF
( the standard IBM SDSF name prefix )

Re: Where is isfjcall.jar?

PostPosted: Mon Dec 29, 2014 3:12 am
by Robert Sample
The manual z/OS SDSF Operation and Customization SA23-2274 discusses the jar file, its location, and how to install it.

Re: Where is isfjcall.jar?

PostPosted: Mon Dec 29, 2014 1:11 pm
by bashly
Robert Sample wrote:The manual z/OS SDSF Operation and Customization SA23-2274 discusses the jar file, its location, and how to install it.


This manual says that the file can be found in /usr/include/java_classes/ but I have no files with ISF prefix there (and anywhere in the system).
The manual also say to "download the isfjcallDoc.jar file", but I don't know from where.
Can you send ISFjcall*.jar file to me via email?

Is there any dependency of this jar files on the version of z/OS?
A have access to the z/OS 1.08 and 1.10 - and there are no SDSF java classes in both systems.

Re: Where is isfjcall.jar?

PostPosted: Mon Dec 29, 2014 2:15 pm
by enrico-sorichetti
time to speak to your support to look at the SDSF installation

if You have access to the SMP dialogs it should be easy to find out
when, where something was installed/updated

Re: Where is isfjcall.jar?

PostPosted: Mon Dec 29, 2014 8:09 pm
by Robert Sample
There most likely is a version of SDSF where the jar file became available, but you need to research this yourself. It is also possible that your site has NOT implemented the jar file for whatever reason, in which case you will be unable to proceed. As stated, you MUST get your site support group involved.

Re: Where is isfjcall.jar?

PostPosted: Mon Jul 26, 2021 1:04 pm
by ashima08
The SDSF JAR file (isfjcall.jar) must be included on the CLASSPATH. The CLASSPATH can be included on the Java command (using the -cp keyword) that invokes your application, or through the CLASSPATH environment variable.

Re: Where is isfjcall.jar?

PostPosted: Mon Jul 26, 2021 7:06 pm
by Terry Heinze
Did you notice that you replied to a 6 year old topic?