[2576] in java-interest
Re: java demos do not wor on our system
daemon@ATHENA.MIT.EDU (steve schall)
Wed Oct 4 21:10:00 1995
Date: Wed, 4 Oct 1995 18:50:37 -0500
From: steve@wwcd.com (steve schall)
To: jkanerva@scndprsn.eng.sun.com
Cc: java-interest@java.sun.com, dthomas@engr.soltech.com
----- Begin Included Message -----
From jkanerva@scndprsn.Eng.Sun.COM Tue Oct 3 21:45 EST 1995
Date: Tue, 3 Oct 1995 12:36:55 -0700
From: jkanerva@scndprsn.Eng.Sun.COM (Jonni Kanerva)
To: steve@wwcd.com
Cc: java@java.Eng.Sun.COM
Subject: Re: java demos do not wor on our system
Hi Steve,
The x's and o's are images, but the board is drawn by the applet
itself, which is apparently not getting loaded or run.
It looks like you need to set or change your CLASSPATH. The simplest
way, in the long run, is to put a line like the following in your
.login file (for csh; or corresponding startup file for other shells):
setenv CLASSPATH .:/home/jkanerva/classes:/usr/local/java/classes
The colons separate the different directories that Java and HotJava
will look in to find your class files. The man page for java gives
some further discussion of CLASSPATH:
doc:///doc/man/java.html
This page also explains the useful -verbose option, which I recommend
you try on your current file.
Best,
Jonni
> Date: Mon, 2 Oct 1995 02:06:38 -0500
> From: steve@wwcd.com (steve schall)
>
> Hi
>
> Downloaded the java for solaris 2.4
> Put it in my subdirectory
>
> /netra/home/steve/java
>
> entering in the hotjava browser correctly but I can't get the
> tictactoe BOARD up... just he x and the o symbol
>
> any idea that could help
>
> Thank You Steve
----- End Included Message -----
Hi,
First of all, thanks for taking the time to respond.
Been messing with computers for 20 years. generally don't have these problems.
My hotjava browser is in /netra/home/steve/hotjava
java is in /netra/home/steve/java
I created an Html directory that has a classes sub-directory at
/netra/usr/local/etc/httpd/htdocs/Html/classes and
/netra/home/steve/hotjava/classes
and copied the tictactoe files in there, including the .html
setenv doesn't worrk here, I use set
so I entered
set CLASSPATH .:/netra/home/steve/hotjava/classes:/netra/home/steve/java/classes:/netra/usr/local/etc/httpd/htdocs/Html/classes
Still no # just a red box along with the x and o
Appreciate your help
Steve
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com