I have been using java for years and never figured out how to work with the gcj java. I think the major problem is that java is distrubuted with the SUN Public Lic. I think that stops people from making simple RPM packages of the java runtime on public sites. Or there is some other reason I am not aware of.
<br><br>What I have done in the past is went to <a href="http://java.sun.com">java.sun.com</a>. I download the full JDK or SDK. This allows a user to compile and run. The JRE is for running applications only.<br><br>I run the RPM or tar and install it saying yes to whatever questions it ask. Then I tar up the entire directory and make a shell script to install it on other machines. Java SDK is very portable itself the linux version will run on any linux kernel 
2.4 2.6   and distro (as far as I have tested). All you need is the tar file. A path entry poining to the java executable and a JAVA_HOME entry for your java path.<br><br>** I only use java for running command line applications. My method works well for me. Running the full install as sun designs it to be run is a better option. **
<br><br><br><div><span class="gmail_quote">On 4/30/07, <b class="gmail_sendername">Rob Crittenden</b> <<a href="mailto:rcritten@redhat.com">rcritten@redhat.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
BAPPA MALLICK wrote:<br>> Dear List,<br>><br>> I am very new in FDS and install my first FDS server<br>> on my RHEL-4 ES system. The installation goes smooth<br>> and I am able to start the FDS and Administration
<br>> server.<br>><br>> But the problem arises when I try to open FD console,<br>> I have googled net and found one related topic at<br>> "<a href="http://fedoranews.org/mediawiki/index.php/JPackage_Java_for_FC4">
http://fedoranews.org/mediawiki/index.php/JPackage_Java_for_FC4</a>".<br>> But I found the instruction is premative and all the<br>> specified files are not there. Below is the screen<br>> dump of the error I am getting. If you please give me
<br>> the detail instruction, it will be a lifesaver for me.<br>> =======================================================<br>> Warning: -ms8m not understood. Ignoring.<br>> Warning: -mx64m not understood. Ignoring.
<br>><br>> Exception in thread main java.lang.NoSuchMethodError:<br>> method com.netscape.mana<br>> gement.client.util.RemoteImage.setImage was not found.<br>>    at _Jv_ResolvePoolEntry(java.lang.Class,<br>
><br>> int) (/usr/lib/libgcj.so.5.0.0)<br>>    at<br>> com.netscape.management.client.util.RemoteImage.RemoteImage(java.lang.Stri<br>> ng) (Unknown Source)<br>>    at<br>> com.netscape.management.nmclf.SuiLookAndFeel.initComponentDefaults
(javax.s<br>> wing.UIDefaults) (Unknown Source)<br>>    at<br>> com.netscape.management.nmclf.SuiLookAndFeel.getDefaults()<br>><br>> (Unknown Source )<br>>    at javax.swing.UIManager.put(java.lang.Object
,<br>> java.lang.Object) (/usr/lib/li bgcj.so.5.0.0)<br>>    at<br>> com.netscape.management.client.components.FontFactory.initializeLFFonts()<br>> (Unknown Source)<br>>    at<br>> com.netscape.management.client.console.Console.common_init
(java.lang.Strin<br>> g)<br>> (Unknown Source)<br>>    at<br>> com.netscape.management.client.console.Console.Console(java.lang.String,<br>> j ava.lang.String, java.lang.String, java.lang.String,<br>> java.lang.String
, java.lang .String)<br>> (Unknown Source)<br>>    at<br>> com.netscape.management.client.console.Console.main(java.lang.String[])<br>> (Unknown Source)<br>> =======================================================
<br>><br>><br>> Regards,<br>><br>> Tapas Mallick<br>> <a href="mailto:bappa_tapas@yahoo.com">bappa_tapas@yahoo.com</a><br>> <a href="mailto:tapas.mallick@gmail.com">tapas.mallick@gmail.com</a><br><br>
You need to use either the Sun or IBM JRE. The console doesn't currently<br>work with gcj.<br><br>rob<br><br>--<br>Fedora-directory-users mailing list<br><a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com
</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br><br><br></blockquote></div><br>