how can i set an environment for cd JavaPrograms

  • Thread starter Thread starter Crissi
  • Start date Start date
C

Crissi

I'm taking a class for Object-Oriented Programming using
Java. I can't seem to run/compile any of the programs
that I make & the command prompt doesn't recognize cd
JavaPrograms...what should I do??
 
Crissi said:
I'm taking a class for Object-Oriented Programming using
Java. I can't seem to run/compile any of the programs
that I make & the command prompt doesn't recognize cd
JavaPrograms...what should I do??

I don't know what you mean by "how can i set an environment for cd
JavaPrograms". Are you trying to use the CD (Change Directory) command? If
so, you probably need to give it the full path, something like:

cd c:\javaprograms
cd c:\program files\javaprograms\jre\1.2
 
Back
Top