Hi you installed the jdk  or not.If not install then indtall  jdk first
then  set classpath setting
by following command in file i.e. bach file (filename.bat)

1.open batch file in notepad and run command
    *
     set java_home=C:/jdk1.6 (where jdk is installed)
     set classpath=.;%java_home%\lib
     set path=%java_home%\bin;%path%
     start*

2.There is no space left and right side of =
3.This command is for windows

with regards
Arun Kumar

On Mon, Sep 13, 2010 at 12:57 PM, Sathyavathi Sekar <
sathyavathi_sr...@yahoo.com> wrote:

>
>
> --- On *Sun, 9/12/10, Sathyavathi Sekar <sathyavathi_sr...@yahoo.com>*wrote:
>
>
> From: Sathyavathi Sekar <sathyavathi_sr...@yahoo.com>
> Subject:
> To: javaprogrammingwithpassion@googlegroups.com
> Date: Sunday, September 12, 2010, 10:25 PM
>
> hi i am new to java programming .in the command prompt,i am getting error
> as javac file cannot be found or the or thesystem cannot find the path
> specified. what should i do?
>
>
>  --
> To post to this group, send email to
> javaprogrammingwithpassion@googlegroups.com
> To unsubscribe from this group, send email to
> javaprogrammingwithpassion+unsubscr...@googlegroups.com<javaprogrammingwithpassion%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/javaprogrammingwithpassion?hl=en

-- 
To post to this group, send email to javaprogrammingwithpassion@googlegroups.com
To unsubscribe from this group, send email to 
javaprogrammingwithpassion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en

Reply via email to