Segfault with (old) Linux-JVM

1998-05-21 Thread Kurt Huwig
Hello! Using java_dyn version "sbb:08/16/97-14:45" I got a signal 11 error with this class. I´m writing a Java-Compiler for a project at University (nothing special, about 20 people are doing the same, just for education). The ´Test12.class´ is buggy, because there is an ´aload´ missing

Re: AWT-Bug in JDK1.1.6v2

1998-08-04 Thread Kurt Huwig
ar mb = new JMenuBar(); mb.add( m ); getContentPane().add( mb ); setSize( 200, 100 ); show(); } public static void main( String argv[] ) { new SwingBug(); } } - --- and here --- Kurt Am Tue, 04 Aug 1998 schrieb Martin Wickman: >On Tue,

JClassPatch

1998-07-06 Thread Kurt Huwig
-BEGIN PGP SIGNED MESSAGE- Hello! I made a small script to patch ZIPped or JARed classfiles. It is currently very broken, because it just can handle absolute paths, but you should be able to do something like JClassPatch /usr/lib/java-classes/swingall.jar /home/kurt/Win32PlafOnLinux.dif

Re: JClassPatch

1998-07-06 Thread Kurt Huwig
-BEGIN PGP SIGNED MESSAGE- Am Tue, 07 Jul 1998 schriebst Du: >-BEGIN PGP SIGNED MESSAGE- >I made a small script to patch ZIPped or JARed classfiles. It is currently very >broken, because it just can handle absolute paths, but you should be able to do >something like Maybe you lik

AWT-Bug in JDK1.1.6v2

1998-08-04 Thread Kurt Huwig
-BEGIN PGP SIGNED MESSAGE- Hello! Linux: SuSE Linux 5.2 Kernel: 2.0.35 LibC: libc.so.5.4.44 JDK: 1.1.6v2 (from java-linux.org) Processor: AMD K6-233 With and without Motif 2.0 WindowManager: KDE 1.0 X-Server: XFree86 Version 3.3.2 RAM: 64MB Swap: 128MB The following (also attached for c