Re: ioajava.jar

2010-07-16 Thread Ruegsegger, Jeff
Does anyone know where to get java help(jh.jar) these days?  I have a new 
desktop and it does not contain javahelp.  I've gone to the java pages and the 
new JRTE does not contain the jh.jar?   I've opened an ETR with IBM since there 
product (osasf gui) NEEDS javahelp.  

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ioajava.jar

2010-07-16 Thread Barkow, Eileen
If you download the java 1.6 jdk from sun, the updatecenter directory contains 
jh.jar.


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Ruegsegger, Jeff
Sent: Friday, July 16, 2010 2:23 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ioajava.jar

Does anyone know where to get java help(jh.jar) these days?  I have a new 
desktop and it does not contain javahelp.  I've gone to the java pages and the 
new JRTE does not contain the jh.jar?   I've opened an ETR with IBM since there 
product (osasf gui) NEEDS javahelp.  

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ioajava.jar

2008-04-23 Thread Mansell, George R.
Thanks.
I am up. I was entering java ioajava.jar, too much information.
Java ioajava comes right up. 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Pace, Jimmy
Sent: Friday, April 18, 2008 2:39 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ioajava.jar

Nothing in there but the ioajava.jar file.  With classnotfound error
something may still be wrong with your CLASSPATH statement.  You
probably have this redbook, think it's the latest OSA guide -
http://www.redbooks.ibm.com/abstracts/sg245948.html



-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Mansell, George R.
Sent: Friday, April 18, 2008 2:13 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ioajava.jar

I upgraded to java 1.6.0._5 and changed path statements. It looks like I
am finding javx/help but I still have ClassNotFoundExecption. Is there
anything else in your \osa?


I had this problem just this week.  Turned out to be that java couldn't
find the help directory in the CLASSPATH statement.
CLASSPATH=.;C:\Program
Files\Java\jre1.6.0_05\jh2.0\javahelp\lib\jh.jar;C:\osa\ioajava.jar

Also put added java to the PATH statement.
Path=C:\Program Files\ThinkPad\Utilities;C...;C:\Program
Files\Java\jre1.6.0_05

JP



I am getting java.lang.NoClassDefFoundError: javax/help/HelpsSet
I did install javahelp 2.0
The javax/help does not have a HelpSet sub directory.
CLASSPATH :
C:\Program Files\IBM\Java142\IOAJAVA.jar;
C:\jh2.0\javahelp\bin\jhindexer.jar;
C:\jh2.0\javahelp\bin\jhsearch.jar;
C:\jh2.0\javahelp\lib\jsearch.jar;
C:\jh2.0\javahelp\lib\jh.jar
JHHOME:
C:\jh2.0
I need to change a mac for use with sna and the Rexx is working but this
may
be a better way.
Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
NOTICE:  This electronic mail message and any attached files are
confidential.  The information is exclusively for the use of the
individual or entity intended as the recipient.  If you are not the
intended recipient, any use, copying, printing, reviewing, retention,
disclosure, distribution or forwarding of the message or any attached
file is not authorized and is strictly prohibited.  If you have received
this electronic mail message in error, please advise the sender by reply
electronic mail immediately and permanently delete the original
transmission, any attachments and any copies of this message from your
computer system. Thank you.


==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: ioajava.jar

2008-04-18 Thread R.S.

My CLASSPATH:
C:\path\OSASF\ioajava.jar;C:\path\Java\javahelp-2_0_02\jh2.0\javahelp\lib\jh.jar

No relevant entries in PATH

It works for me.

BTW: I run OSASF from .cmd script:
java ioajava

The script is located in C:\path\OSASF - the same as IOAJAVA.JAR file.

HTH
--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237

NIP: 526-021-50-88
Wedug stanu na dzie 01.01.2008 r. kapita zakadowy BRE Banku SA  wynosi 
118.642.672 zote i zosta w caoci wpacony.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: ioajava.jar

2008-04-18 Thread Mansell, George R.
Do you have a JHHOME system variable?

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of R.S.
Sent: Friday, April 18, 2008 3:54 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ioajava.jar

My CLASSPATH:
C:\path\OSASF\ioajava.jar;C:\path\Java\javahelp-2_0_02\jh2.0\javahelp\lib\jh.jar

No relevant entries in PATH

It works for me.

BTW: I run OSASF from .cmd script:
java ioajava

The script is located in C:\path\OSASF - the same as IOAJAVA.JAR file.

HTH
-- 
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237
NIP: 526-021-50-88
Wedug stanu na dzie 01.01.2008 r. kapita zakadowy BRE Banku SA  wynosi 
118.642.672 zote i zosta w caoci wpacony.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
NOTICE:  This electronic mail message and any attached files are confidential.  
The information is exclusively for the use of the individual or entity intended 
as the recipient.  If you are not the intended recipient, any use, copying, 
printing, reviewing, retention, disclosure, distribution or forwarding of the 
message or any attached file is not authorized and is strictly prohibited.  If 
you have received this electronic mail message in error, please advise the 
sender by reply electronic mail immediately and permanently delete the original 
transmission, any attachments and any copies of this message from your computer 
system. Thank you.

==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: ioajava.jar

2008-04-18 Thread Mansell, George R.
What is you release of Java?
Thanks

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of R.S.
Sent: Friday, April 18, 2008 3:54 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ioajava.jar

My CLASSPATH:
C:\path\OSASF\ioajava.jar;C:\path\Java\javahelp-2_0_02\jh2.0\javahelp\lib\jh.jar

No relevant entries in PATH

It works for me.

BTW: I run OSASF from .cmd script:
java ioajava

The script is located in C:\path\OSASF - the same as IOAJAVA.JAR file.

HTH
-- 
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237
NIP: 526-021-50-88
Wedug stanu na dzie 01.01.2008 r. kapita zakadowy BRE Banku SA  wynosi 
118.642.672 zote i zosta w caoci wpacony.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
NOTICE:  This electronic mail message and any attached files are confidential.  
The information is exclusively for the use of the individual or entity intended 
as the recipient.  If you are not the intended recipient, any use, copying, 
printing, reviewing, retention, disclosure, distribution or forwarding of the 
message or any attached file is not authorized and is strictly prohibited.  If 
you have received this electronic mail message in error, please advise the 
sender by reply electronic mail immediately and permanently delete the original 
transmission, any attachments and any copies of this message from your computer 
system. Thank you.

==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: ioajava.jar

2008-04-18 Thread Pace, Jimmy
I had this problem just this week.  Turned out to be that java couldn't find 
the help directory in the CLASSPATH statement.
CLASSPATH=.;C:\Program 
Files\Java\jre1.6.0_05\jh2.0\javahelp\lib\jh.jar;C:\osa\ioajava.jar

Also put added java to the PATH statement.
Path=C:\Program Files\ThinkPad\Utilities;C...;C:\Program Files\Java\jre1.6.0_05

JP


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
George Mansell
Sent: Thursday, April 17, 2008 2:07 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: ioajava.jar

I am getting java.lang.NoClassDefFoundError: javax/help/HelpsSet
I did install javahelp 2.0
The javax/help does not have a HelpSet sub directory.
CLASSPATH :
C:\Program Files\IBM\Java142\IOAJAVA.jar;
C:\jh2.0\javahelp\bin\jhindexer.jar;
C:\jh2.0\javahelp\bin\jhsearch.jar;
C:\jh2.0\javahelp\lib\jsearch.jar;
C:\jh2.0\javahelp\lib\jh.jar
JHHOME:
C:\jh2.0
I need to change a mac for use with sna and the Rexx is working but this may
be a better way.
Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: ioajava.jar

2008-04-18 Thread Mansell, George R.
I upgraded to java 1.6.0._5 and changed path statements. It looks like I
am finding javx/help but I still have ClassNotFoundExecption. Is there
anything else in your \osa? 


I had this problem just this week.  Turned out to be that java couldn't
find the help directory in the CLASSPATH statement.
CLASSPATH=.;C:\Program
Files\Java\jre1.6.0_05\jh2.0\javahelp\lib\jh.jar;C:\osa\ioajava.jar

Also put added java to the PATH statement.
Path=C:\Program Files\ThinkPad\Utilities;C...;C:\Program
Files\Java\jre1.6.0_05

JP



I am getting java.lang.NoClassDefFoundError: javax/help/HelpsSet
I did install javahelp 2.0
The javax/help does not have a HelpSet sub directory.
CLASSPATH :
C:\Program Files\IBM\Java142\IOAJAVA.jar;
C:\jh2.0\javahelp\bin\jhindexer.jar;
C:\jh2.0\javahelp\bin\jhsearch.jar;
C:\jh2.0\javahelp\lib\jsearch.jar;
C:\jh2.0\javahelp\lib\jh.jar
JHHOME:
C:\jh2.0
I need to change a mac for use with sna and the Rexx is working but this
may
be a better way.
Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
NOTICE:  This electronic mail message and any attached files are confidential.  
The information is exclusively for the use of the individual or entity intended 
as the recipient.  If you are not the intended recipient, any use, copying, 
printing, reviewing, retention, disclosure, distribution or forwarding of the 
message or any attached file is not authorized and is strictly prohibited.  If 
you have received this electronic mail message in error, please advise the 
sender by reply electronic mail immediately and permanently delete the original 
transmission, any attachments and any copies of this message from your computer 
system. Thank you.

==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: ioajava.jar

2008-04-18 Thread Pace, Jimmy
Nothing in there but the ioajava.jar file.  With classnotfound error something 
may still be wrong with your CLASSPATH statement.  You probably have this 
redbook, think it's the latest OSA guide - 
http://www.redbooks.ibm.com/abstracts/sg245948.html



-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Mansell, George R.
Sent: Friday, April 18, 2008 2:13 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ioajava.jar

I upgraded to java 1.6.0._5 and changed path statements. It looks like I
am finding javx/help but I still have ClassNotFoundExecption. Is there
anything else in your \osa?


I had this problem just this week.  Turned out to be that java couldn't
find the help directory in the CLASSPATH statement.
CLASSPATH=.;C:\Program
Files\Java\jre1.6.0_05\jh2.0\javahelp\lib\jh.jar;C:\osa\ioajava.jar

Also put added java to the PATH statement.
Path=C:\Program Files\ThinkPad\Utilities;C...;C:\Program
Files\Java\jre1.6.0_05

JP



I am getting java.lang.NoClassDefFoundError: javax/help/HelpsSet
I did install javahelp 2.0
The javax/help does not have a HelpSet sub directory.
CLASSPATH :
C:\Program Files\IBM\Java142\IOAJAVA.jar;
C:\jh2.0\javahelp\bin\jhindexer.jar;
C:\jh2.0\javahelp\bin\jhsearch.jar;
C:\jh2.0\javahelp\lib\jsearch.jar;
C:\jh2.0\javahelp\lib\jh.jar
JHHOME:
C:\jh2.0
I need to change a mac for use with sna and the Rexx is working but this
may
be a better way.
Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
NOTICE:  This electronic mail message and any attached files are confidential.  
The information is exclusively for the use of the individual or entity intended 
as the recipient.  If you are not the intended recipient, any use, copying, 
printing, reviewing, retention, disclosure, distribution or forwarding of the 
message or any attached file is not authorized and is strictly prohibited.  If 
you have received this electronic mail message in error, please advise the 
sender by reply electronic mail immediately and permanently delete the original 
transmission, any attachments and any copies of this message from your computer 
system. Thank you.

==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



ioajava.jar

2008-04-17 Thread George Mansell
I am getting java.lang.NoClassDefFoundError: javax/help/HelpsSet
I did install javahelp 2.0
The javax/help does not have a HelpSet sub directory.
CLASSPATH :
C:\Program Files\IBM\Java142\IOAJAVA.jar;
C:\jh2.0\javahelp\bin\jhindexer.jar;
C:\jh2.0\javahelp\bin\jhsearch.jar;
C:\jh2.0\javahelp\lib\jsearch.jar;
C:\jh2.0\javahelp\lib\jh.jar
JHHOME:
C:\jh2.0
I need to change a mac for use with sna and the Rexx is working but this may
be a better way.
Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html