Where is isfjcall.jar?



Support for Java SE, EE & ME, JVM, JNI, JDBC, EJB, JFC, JPDA, JAAS,JCE, JAXP, XML and Java API.

Where is isfjcall.jar?

Postby bashly » Sun Dec 28, 2014 11:39 pm

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!
bashly
 
Posts: 8
Joined: Wed Dec 24, 2014 7:25 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Where is isfjcall.jar?

Postby bashly » Sun Dec 28, 2014 11:53 pm

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?
bashly
 
Posts: 8
Joined: Wed Dec 24, 2014 7:25 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Where is isfjcall.jar?

Postby bashly » Mon Dec 29, 2014 1:24 am

So, I'v downloaded Java SDK for z/OS and there is no isfjcall.jar.
bashly
 
Posts: 8
Joined: Wed Dec 24, 2014 7:25 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Where is isfjcall.jar?

Postby enrico-sorichetti » Mon Dec 29, 2014 2:45 am

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 )
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Where is isfjcall.jar?

Postby Robert Sample » Mon Dec 29, 2014 3:12 am

The manual z/OS SDSF Operation and Customization SA23-2274 discusses the jar file, its location, and how to install it.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Where is isfjcall.jar?

Postby bashly » Mon Dec 29, 2014 1:11 pm

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.
bashly
 
Posts: 8
Joined: Wed Dec 24, 2014 7:25 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Where is isfjcall.jar?

Postby enrico-sorichetti » Mon Dec 29, 2014 2:15 pm

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
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Where is isfjcall.jar?

Postby Robert Sample » Mon Dec 29, 2014 8:09 pm

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.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Where is isfjcall.jar?

Postby ashima08 » Mon Jul 26, 2021 1:04 pm

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.
https://www.yatharthmarketing.com/sales-training-programs.html
ashima08
 
Posts: 3
Joined: Mon Jul 26, 2021 1:01 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Where is isfjcall.jar?

Postby Terry Heinze » Mon Jul 26, 2021 7:06 pm

Did you notice that you replied to a 6 year old topic?
.... Terry
Terry Heinze
 
Posts: 239
Joined: Wed Dec 04, 2013 11:08 pm
Location: Richfield, MN, USA
Has thanked: 12 times
Been thanked: 11 times

Next

Return to Mainframe Java