java

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have created path for java comiler. When I run the java comiler i get message like that 'javac' is not recognized as an internal or external command, operable program or batch file

any idea

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Adaptec Shared\System;c:\ditalib\bin;c:\orant\bin; C:\PROGRA~1\Borland\CBUILD~1\Bin;C:\PROGRA~1\Borland\CBUILD~1\Projects\Bpl;C:\j2sdk1.4.2_03\bin
 
mturus said:
i have created path for java comiler. When I run the java comiler i get message like that 'javac' is not recognized as an internal or external command, operable program or batch file.

any idea?

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Adaptec Shared\System;c:\ditalib\bin;c:\orant\bin; C:\PROGRA~1\Borland\CBUILD~1\Bin;C:\PROGRA~1\Borland\CBUILD~1\Projects\Bpl;C:\j2sdk1.4.2_03\bin

Have you looked in c:\j2sdk1.4.02_03\bin to see whether javac.exe
exists there? Have you used Start|Search|Files or Folders to find out
exactly where javac.exe is?
 
Back
Top