[5977] in java-interest
Re: Questions
daemon@ATHENA.MIT.EDU (Lee Jong Soo)
Thu Mar 7 15:06:17 1996
Date: Wed, 07 Feb 1996 19:33:28 +0900
From: Lee Jong Soo <jslee@mail.disc.co.kr>
To: Mark Anderson <cindylou@win.bright.net>
CC: java-interest@java.sun.com
>
> I know these are probably really dumb questions, but still. Why
> does, if I run the java.exe file, the screen output shoot by so fast before
> I can read it? The same thing happens with javac and the other Java
> utilities. How do I remedy it?
> Also, how do I get my system to run a class from any directory, not
> just the java/bin/whatever.class? I have to put all my programs in the
> java/bin directory for them to compile and for them to run under java.exe.
> How do I get them to compile or run from other directories?
>
First I want to know what platform do you have.
If UNIX, it's not a problem.
but win95, it is not easy to see the all screen output.
If you say why, I said don't know.
Java have a environment variable named CLASSPATH.
When java utilities need to some class file.
The system look-up CLASSPATH, not current directory.
so you set the CLASSPATH to the directories you want to run.
Absolutely the directory of library must be there.
Thanks.
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com