System: Fedora Core 3
Jave: jre-1.5.0-fcs
The command:
java -jar /tmp/zinc-1.04.jar
has the following results:
libgcj-java-placeholder.sh
This script is a placeholder for the /usr/bin/java
master link required by jpackage.org conventions. libgcj's
rmiregistry, rmic and jar tools are now slave symlinks
to these
masters, and are managed by the alternatives(8) system.
This change was necessary because the rmiregistry, rmic
and jar tools
installed by previous versions of libgcj conflicted
with symlinks
installed by jpackage.org JVM packages.
Exception during event dispatch:
Exception in thread "main"
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.Hashtable$Enumerator.nextElement()
(/usr/lib/libgcj.so.5.0.0)
at javax.swing.RepaintManager.paintDirtyRegions()
(/usr/lib/libgcj.so.5.0.0)
at javax.swing.RepaintManager$RepaintWorker.run()
(/usr/lib/libgcj.so.5.0.0)
at java.awt.event.InvocationEvent.dispatch()
(/usr/lib/libgcj.so.5.0.0)
at
java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
(/usr/lib/libgcj.so.5.0.0)
at java.awt.EventDispatchThread.run()
(/usr/lib/libgcj.so.5.0.0)
at _Jv_ThreadRun(java.lang.Thread)
(/usr/lib/libgcj.so.5.0.0)
at GC_start_routine (/usr/lib/libgcj.so.5.0.0)
at __clone (/lib/tls/libc-2.3.4.so)
java.awt.AWTError: Not allowed to set layout managers
for boxes.
at javax.swing.Box.setLayout(java.awt.LayoutManager)
(/usr/lib/libgcj.so.5.0.0)
at javax.swing.Box.Box(int) (/usr/lib/libgcj.so.5.0.0)
at Section.Section(InstallGUI, java.lang.String)
(Unknown Source)
at DirSection.DirSection(InstallGUI) (Unknown Source)
at InstallGUI.InstallGUI() (Unknown Source)
at Install.main(java.lang.String[]) (Unknown Source)