IBM SDK for Solaris, Java Technology Edition, Version 6
HP JDK for J2SE HP-UX 11i, adapted by IBM for IBM software, Version 6
---------------------------------------------------------------------

This READMEFIRST file applies to Version 6, and to all subsequent
releases, modifications, and service refreshes, until otherwise indicated
in a new READMEFIRST file.

Product documentation:
----------------------

User guides to support the IBM SDK for Java 6 are available for online viewing
in IBM Knowledge Center: http://www.ibm.com/support/knowledgecenter/SSYKE2_6.0.0/welcome/welcome_javasdk_version.html

Any late breaking news can be found in the following IBM support technote:
http://www.ibm.com/support/docview.wss?uid=swg21587401

Known problems:
---------------

 - In the XL TXE-J XSLT compiler:
   - A low split limit might cause compilation errors
   - It is not recommended to call Java extension functions that have side
     effects. The order of execution is not guaranteed.
   - Versions of Ant prior to 1.7.0 will not work with the XL TXE-J compiler.
     Use the XSLT4J interpreter instead:
     -Djavax.xml.transform.TransformerFactory=
       org.apache.xalan.processor.TransformerFactoryImpl.


IDLJ compiler:
--------------

There is a  new version of the idlj compiler that ensures that the generated code 
is "thread safe". That is, multiple threads can access the code concurrently without 
deadlock situations occurring. You must recompile your IDL source code to take advantage 
of this capability.
   