Nacho Mayorga wrote:
>
> Madrid, July 23rd 1999
>
> Hi,
>
> I've got Java 1.2 pre-v1 installed on RedHat 6.0. While trying to
> compile (javac) one version of the world-infamous HelloWorld applet
> (just for trying purposes) the following error occurred:
>
> *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference
> CLASSPATH may be incorrect
> SIGABRT 6* abort (generated by abort(3) routine)
> stackpointer=0xbffff5b0
>
> Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native
> threads):
> "main" (TID:0x40cf91e0, sys_thread_t:0x804c4f8, state:R, native
> ID:0x400) pr
> io=5: pending=java.lang.OutOfMemoryError
> Monitor Cache Dump:
> Registered Monitor Dump:
> utf8 hash table: <unowned>
> JNI pinning lock: <unowned>
> JNI global reference lock: <unowned>
> BinClass lock: <unowned>
> Class linking lock: <unowned>
> System class loader lock: <unowned>
> Code rewrite lock: <unowned>
> Heap lock: <unowned>
> Monitor cache lock: owner "main" (0x804c4f8) 1 entry
> Thread queue lock: owner "main" (0x804c4f8) 1 entry
> Dynamic loading lock: <unowned>
> Monitor registry: owner "main" (0x804c4f8) 1 entry
>
> It seems curious to me the reference to the CLASSPATH var. After reading
> the JDK1.2 pre-v1 documentation I assumed that there was no need for
> CLASSPATH or JAVA_HOME vars at all.
>
> BTW, the applet (which language is Spanish ;-)) is as follows:
>
> //
> // Applet HolaMundo de ejemplo
> //
> import java.awt.Graphics;
> import java.applet.Applet;
>
> public class HolaMundo extends Applet {
> public void paint( Graphics g ) {
> g.drawString( "Hola Mundo!",25,25 ) ;
> }
> }
>
> Any explanation or idea?
>
> Thanx a bunch in advance!
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi,
You got to download jdk1.2 pre-v2 instead of pre-v1(glibc2.1).It is
working fine with my system (RH6.0).
-
Nagaraj S.B.
Bells Softech Ltd,Bells House,1036,
26th Main,4th 'T' Block,
Jayanagar, Banglore - 560 041.Ph.No.:6650084/33.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]