Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HELP : AIX 5.2 / JDK 1.4.2 : missing rt.jar

125 views
Skip to first unread message

LE GALL Stephen

unread,
Apr 6, 2005, 9:44:50 AM4/6/05
to
Hello,

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

vlad...@gmail.com

unread,
Apr 7, 2005, 1:19:41 PM4/7/05
to
rt.jar never made to IBM Java SDK...

LE GALL Stephen

unread,
Apr 8, 2005, 9:08:56 AM4/8/05
to
vlad...@gmail.com wrote in message news:<1112894381....@o13g2000cwo.googlegroups.com>...

> rt.jar never made to IBM Java SDK...

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

Paul Landay

unread,
Apr 8, 2005, 10:18:48 AM4/8/05
to LE GALL Stephen

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

0 new messages