Sunday, April 12, 2009

Configuration

Java Configuration

1) setup the java
2) set the path java path in the environment variable.
3) if the program is not running then make the batch file

To make the batch file type the below command in your command prompt.

copy con bfile.bat
path=%path%;C:\Program Files\Java\jdk1.5.0_06\bin
ctrl+z

Detail :-

copy con java.bat
path=%path%;Your java bin file path(i.e. H:\jdk1.3\bin)
ctrl+z;then enter

You Can Give any Name to That batch File.