|
 |
pro_java_server thread: how to set my classpath...???
Message #1 by "Hwang, Bo-Kyeong" <hwang23@c...> on Mon, 25 Sep 2000 06:53:16 +0100
|
|
Hi,
First you set the classpath in autoexec.bat file.
Than you compile that java file using the command
"javac -d classPath fileName". Then you run the class
file.
Best of Luck
Raj
--- "Hwang, Bo-Kyeong" <hwang23@c...> wrote:
> Hi, all...
> I made a com.wrox.util...and compile it(HTML.class)
> But I can't use it.
>
> "com.wrox.util is not found..."
> import com.wrox.util;
>
> Please somebody help me~~~
>
> Thank you.
>
> ---
> Do you know what you want from this list? How would
> you provide programmers with the solutions they
> need? If you have the answers, and are willing to
> work in Birmingham (UK), then you could be a List
> Manager. Please send CVs and a covering letter to
> listsupport@p... for further information.
> raj_kundu@y...
$subst('Email.Unsub')
__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
|
|
 |