java

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
 
T

Tim Slattery

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top