compile java programs

I have downloaded the new SDK. I want to make changes to the bat file to compile the program when I am in any directory. How do I do thatThanks
[157 byte] By [aquarius27a] at [2007-11-27 6:15:41]
# 1
> I have downloaded the new SDK. I want to make changes> to the bat file to compile the program when I am in> any directory. How do I do that> Thankswith notepad...You need to be more specific. Why don't you post the source of your .bat
Navy_Codera at 2007-7-12 17:26:35 > top of Java-index,Java Essentials,New To Java...
# 2
there is no bat file to change, you need to add the bin directory of your SDK to the PATH environmental variable.
gimbal2a at 2007-7-12 17:26:35 > top of Java-index,Java Essentials,New To Java...
# 3

> there is no bat file to change, you need to add the

> bin directory of your SDK to the PATH environmental

> variable.

... unless the user had created a .bat file or was given a pre-constructed .bat file.... not likely, but it is a possibility. Though, had he created the original .bat file, there would be no need for his question....

Navy_Codera at 2007-7-12 17:26:35 > top of Java-index,Java Essentials,New To Java...