Re: "Unable to initialize threads" ??

2001-01-28 Thread Andreas Rueckert
Hi! On Son, 28 Jan 2001 V wrote: > Hi, > > I installed a Blackdown Java 1.1.8 on my pc and tried to start an > application! > > I got following error message: > > "Unable to initialize threads - cannot find class java/lang/Thread" > > Does anyone know why I get this message? Your JVM cannot

Re: Unable to initialize threads

2000-07-27 Thread Jesus M. Salvo Jr.
ng to > "classes.zip" in that same directory to fix the error message I was getting. > It might help you with some other, misbehaving Java program. > > From: Martin Gustavo Dobro <[EMAIL PROTECTED]> > Date: Wed, 26 Jul 2000 17:00:18 -0300 > To: "'linux'

Re: Unable to initialize threads

2000-07-26 Thread linux
o Dobro <[EMAIL PROTECTED]> Date: Wed, 26 Jul 2000 17:00:18 -0300 To: "'linux'" <[EMAIL PROTECTED]> Subject: RE: Unable to initialize threads Hello I find a page in Oracle Technet I've a same problem and I will probe with this. http://www.oracle.com/s

Re: Unable to initialize threads

2000-07-26 Thread linux
Ok, I've finally figured out that I have to set CLASSPATH=/usr/local/jdk118_v1/lib/classes.zip, even thought the documentation seem pretty clear about _un_setting the CLASSPATH. So now I can compile and run my "hello world" program. Off I go to try the Oracle Installer again. This time I get: