Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Help on z/OS 390

419086Apr 15 2004 — edited May 17 2004
Hello,

I have made a simple help application that runs on Windows:

=========================================================
TestHelp th = new TestHelp();

// Initialize Oracle Help
Help oracleHelp = new Help(true, true, true);
final URL hsURLOrl = th.getClass().getResource("/MyHelp.hs");
HelpSet mainOracleHS = new HelpSet(hsURLOrl);
oracleHelp.addBook(mainOracleHS);
CSHManager helpManager = new CSHManager(oracleHelp);
helpManager.showNavigatorWindow();

==========================================================

However when I try and run the same application from z/OS 390 with the following version of Java:

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1) Classic VM (build 1.4.1, J2RE 1.4.1 IBM z/OS Persistent Reusable VM build cm141-20030523b (JIT enabled: jitc))

I get the following error:
oracle.help.library.helpset.HelpSetParseException: IO Exception thrown by Tokeni
zer: Setting a second string on a node. Old string: ,╦♠╠_%éÇ₧ÄǶ%╤ New string:
>
at oracle.help.library.helpset.HelpSet._parseFile(Unknown Source)
at oracle.help.library.helpset.HelpSet._initHelpSet(Unknown Source)
at oracle.help.library.helpset.HelpSet.<init>(Unknown Source)
at oracle.help.library.helpset.HelpSet.<init>(Unknown Source)
at TestHelp.main(TestHelp.java:20)

Please let me know if Oracle Help is supported on the OS/390 platform.

Regards,

Jason Randall
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 14 2004
Added on Apr 15 2004
9 comments
1,386 views