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: [email protected] 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

