ddd + java error

2001-10-16 Thread Manuel Martin
i'm using ddd to debugg java program but occur this error: Exception occurred: java.lang.NoClassDefFoundError (uncaught) thread="main", java.lang.ClassLoader.defineClass(), line=438, bci=35 How i solve this problem? Thanks _ Do You Yahoo

Re: [Java Error]

1999-09-28 Thread Alejandro Flores
I got this message too, and what I did was to call java (java, javac, appletviewer...) with '-green' option. But now, Im getting another message 'Class format error' or saying that the main class have more than xxx bytes... Don't remember right now. Anyone know this message? Best

Re: [Java Error]

1999-09-27 Thread William D.Webb
I figured it out. I needed to use the glibc2.1 version, instead of 2.0. "William D.Webb" <[EMAIL PROTECTED]> wrote: > I'm trying to get java working on my Linux system. I have it installed and > the bin in my path. Whenever I try to run anything java, I get the > following Any ideas? > >

Java Error

1999-09-27 Thread William D.Webb
I'm trying to get java working on my Linux system. I have it installed and the bin in my path. Whenever I try to run anything java, I get the following Any ideas? *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference CLASSPATH may be incorrect SIGABRT 6* abort (gen

[Q] JAVA ERROR OR BUG

1999-01-25 Thread Ninja
When I run my program I got this messge; OUCH: nested memory code, to 1 levels. Killed But the problem is that I cannot reproduce this at will. That is, this occurs in different case. Thanks in advance. And Please reply me via e-mail.

java error

1998-11-10 Thread Tom Jenkins
2.1.125 i586) >X-Accept-Language: en >To: "Linux Users' Group of Northern Virginia" <[EMAIL PROTECTED]> >Subject: java error >Sender: [EMAIL PROTECTED] > >When running a java program I get the following (when started with -v) > >Exception: java/lang/NoC

Re: JAVA Error

1998-10-13 Thread Michael Sinz
On Tue, 13 Oct 1998 14:31:36 +0530 (IST), Syed Mubin wrote: > Hi, > > I've installed jdk1.1.6 on RHL5.1 ,Iam able to create and run > applets but when i try to compile and run a standlalone > application program i get the following errors > > class hello{ > >

Re: JAVA Error

1998-10-13 Thread Alexander Davydenko
MAIL PROTECTED]>... User unknown Last-Attempt-Date: Tue, 13 Oct 1998 13:19:17 +0400 Subject: Re: JAVA Error Date: Tue, 13 Oct 1998 13:18:20 +0400 From: Alexander Davydenko <[EMAIL PROTECTED]> To: Syed Mubin <[EMAIL

VS: JAVA Error

1998-10-13 Thread Teemu Vesala
> [syed@barfi syed]$ java hello > Can't find class hello > > iam sure java file exists in > ./JDK1.6/jdk1.1.6/bin/i586/green_threads/java It founds java, but can't find class 'hello' > CLASSPATH=/home/syed/SWING13/swing-1.0.3/swingall.jar Classpath should be: "./JDK

JAVA Error

1998-10-13 Thread Syed Mubin
Hi, I've installed jdk1.1.6 on RHL5.1 ,Iam able to create and run applets but when i try to compile and run a standlalone application program i get the following errors class hello{ public static void main(String args[]) {