steve patient wrote:
> 
> Hi Folks
> 
> Thanks to the many of you who recommended jre 1.1.7v3 - at least there
> appears to be a consensus.
> 
> I've downloaded and installed this and now get a shiny new error message:
> 
> can't find java/lang/Thread
> 
> It doesn't appear to make any difference what I set CLASSPATH to. I've
> included every dir I can find with a class file in it - no change. Perhaps
> I don't really have a grasp on CLASSPATH. I used:
> 
> export CLASSPATH=/home/public/jre/:etc etc
> 
> It's a real pity as I'm writing an article for Internet Magazine on chat
> servers and desperately wanted a picture of one running under Linux - but I
> can hardly recommend others do something I can't get to work. And I've
> spent more time trying than the whole piece is worth (a week now). The bad
> news is it took under a minute to set up on NT :)

Sounds like a threat... phasers on stun!

You're right... you don't have a grasp on CLASSPATH. Try:

    export
CLASSPATH=/home/public/jre/lib/rt.jar:/home/public/jre/lib/i18n.jar:etc
etc

And, of course, "etc etc" must point at the proper location to find
*your* classes.

For what its worth, JDK1.2 simplifies setting the CLASSPATH -- it
doesn't make you include all of the core system classes in the
CLASSPATH. But that's another story...


Nathan


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to