I have an AIX 5.2 server and I have installed the jdk 1.4.2 (download
to : http://www-128.ibm.com/developerworks/java/jdk/aix/service.html)
by smitty.
The result of the installation is SUCCESS
But the "rt.jar" are missing in the java directory
(/usr/java14/jre/lib).
rt.jar are need by Oracle Application.
So, do you know why rt.jar missing ? How I can found or recompile it ?
If I must recompile rt.jar, what and who are the include files ?
Regards,
Stephen
Hello,
Before I have installed java 1.3.1 in the IBM AIX 5.2 and there
contains rt.jar
My problem is Oracle eBusiness 11.5.10 needs jdk 1.4.2 and rt.jar for
some test pages and other.
So if IBM don't made the rt.jar, how I can compile it ?
Regards
The documenation for that jdk at:
http://www.ibm.com/developerworks/java/jdk/aix/142/sdkguide.aix32.html
says this about rt.jar:
Earlier versions of the IBM JRE shipped with a file called rt.jar
in the jre/lib directory. From Java V1.4 onwards, this file has
been replaced by multiple JAR files that reside in the jre/lib
directory. Examples of these JAR files are:
* core.jar, which contains the majority of the class libraries,
including the system, IO, and net class libraries
* graphics.jar, which contains the awt and swing class libraries
* |security.jar, which contains the security framework code.
|For maintenance reasons, security.jar has been split up into
smaller JAR files from v1.4.2 onwards.
* server.jar, which contains the RMI class libraries
* xml.jar, which contains the xml and html class libraries
This change should be completely transparent to the application.
If an error is received about a missing rt.jar file in CLASSPATH,
this error points to a setting that was used in Java V1.1.8 and
was made obsolete in subsequent versions of Java. You can safely
remove references to rt.jar in CLASSPATH
Paul Landay