Thank you all for the help!. I regret the delay in response. Here is the response I received from Xi graphics. I now have graphical java working. Again, thank you all for your help.
FAQ: How do I configure RedHat 5.0 to run Accelerated-X? Answer: The "standard" installation options given when running Accelerated-X are fine for other distributions of Linux; however, RedHat v5.0 was released only recently and thus was not available when the Accelerated-X installation program was being written. To configure RedHat 5.0 to run Accelerated-X, take the following steps: (Note: you should be logged in as root when performing the following steps) Download and apply the ld.so update from Redhat's ftp site. Download the ld.so update from RedHat's ftp site. You should do this if you do not already have ld.so-1.9.5-5 installed. You can check to see which ld.so package you have installed by typing unix-prompt> rpm -q ld.so-1.9.5-5 at the command prompt, it will either return the package name or say that it is not installed. If you are not familar with using rpm to install updates you should refer to the documentation that comes with RedHat or get the rpm-howto from ftp://sunsite.unc.edu/pub/Linux/docs/howto/rpm-howto. IF YOU HAVE NOT YET INSTALLED ACCELERATED-X ON YOUR SYSTEM: When running the Accelerated-X installation program, choose "Custom Install" and select ONLY the Accelerated-X files for installation. For "AX" (Desktop) choose the package "ACCELX-AX" For "LX" (Laptop) choose the package "ACCELX-LX" For "MX" (Multihead) choose the package "ACCELX-MX" IF YOU HAVE ALREADY INSTALLED ACCELERATED-X ON YOUR SYSTEM: (this applies if you have used any choice other than "Custom Install" in the Accelerated-X installation program). In many cases applications that worked previously work no longer. This is due to RedHat v5.0 shipping X libraries that are substantially different from what was shipped in previous versions. In this case the best course of action is to re-install these libraries and applications that are overwritten by the Accelerated-X installer. How to do this: {cd to proper directory on RedHat CDROM, usually RedHat/RPMS} unix-prompt> rpm -i X11R6-contrib-3.3.1-1.i386.rpm --force unix-prompt> rpm -i XFree86-100dpi-fonts-3.3.1-14.i386.rpm --force unix-prompt> rpm -i XFree86-3.3.1-14.i386.rpm --force unix-prompt> rpm -i XFree86-75dpi-fonts-3.3.1-14.i386.rpm --force unix-prompt> rpm -i XFree86-devel-3.3.1-14.i386.rpm --force unix-prompt> rpm -i XFree86-libs-3.3.1-14.i386.rpm --force unix-prompt> rpm -i fvwm2-2.0.46-8.i386.rpm --force unix-prompt> rpm -i fvwm2-icons-2.0.46-8.i386.rpm --force Please be certain that /usr/include/X11/ is a symlink to /usr/X11R6/include/X11 as well.