What you need to do is make sure the classpath is set correctly.  

There are several ways to do this.  One way is to set the
'jde-global-classpath' option:

M-x customize-variable RET jde-global-classpath RET

Click the [INS] button and add "e:\mining\gui".  Repeat if you want to
add other directories to your classpath.  When you're done, select [Save
for Future Sessions]  (I'm assuming you're not using project files -
that's a whole other topic if you are).

Now when you run jde-compile, you should see something like:

cd e:\mining\gui\
javac -classpath e:\mining\gui Start.java


Jiang Ming-Da wrote:
> 
> The question is easy, but difficuilt to find the answer, I need some help
> form expert! Cheers
> 
> I am writing the data mining package, when I complier the xemacs goes like
> this:
> 
> cd e:\mining\gui\
> javac Start.java
> 
> But, this will result in that complier could not find the other classes, so
> HOw can I complier the class like
> 
> cd\
> javac e:\mining\gui\Start.java
> 
> I really tired of key in the complier command in the shell enviroment. can
> anyone help me? Thanks very much!!Cheers
> 
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Reply via email to