posted 14 years ago
Welcome to the JavaRanch, Mithun!
RHEL comes with a fairly large number of JAR files supplied as OS-installable (RPM) components and I'm fairly sure that all of the ones you mentioned are in that list. I can guarantee the Mysql connector is available as an RPM package. I believe it gets installed under the /usr/share/java directory, although for RHEL 5.3 I'm not certain.
What Jaikiran was referring to was the problem that Linux users have with an incomplete implementation of java (gcj) that for several years was bundled with many Linux distros. That was done because Red Hat will not bundle any closed-source or license-constrained version of any software with their distributions, and the Sun JDKs and JREs were therefore disqualified. Gcj was an attempt to provide an open-source alternative, but it lacked features. Sun did eventually open up the Java source code and replaced some of the proprietary parts with equivalents that had open-source license, and that led to the Linux "Iced Tea" project. However, gcj still lurks in the corners, and people periodically run afoul of it.
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.