java - JAVAC Error with Path Change to jdk\bin -


problem still exists path change jdk67/bin.

microsoft windows [version 6.1.7601] copyright (c) 2009 microsoft corporation. rights reserved.

c:\users\dell>java -version java version "1.7.0_67" java(tm) se runtime environment (build 1.7.0_67-b01) java hotspot(tm) client vm (build 24.65-b04, mixed mode, sharing)

c:\users\dell>javac 'javac' not recognized internal or external command, operable program or batch file.

c:\users\dell>echo %path% c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\wind owspowershell\v1.0\;c:\ant194\bin;c:\maven323\bin;c:\java\jdk67\bin;c:\ruby200\b in

c:\users\dell>javac 'javac' not recognized internal or external command, operable program or batch file.

c:\users\dell>

please let me know.

this may you,

1.copy path upto 'bin' (eg:-c:\program files\java\jdk1.7.0_07\bin)

2.go properties of 'my computer'

3.select 'advanced system settings'

  1. select 'environment variables'

5.find 'path' in 'system variables'

6.click 'edit'

7.paste above path 'variable value' putting semi-column(;)at end of current values(do not clear value set)

8.click ok...ok

9.go command prompt , type 'javac' , if pathe setting correct,it show information, if not correct show "javac' not recognized internal or external command, operable program or batch file."


Comments

Popular posts from this blog

Regex find and replace between <div class="customclass"> and </div> tag -

jpa - Passing entitymanager from reflection method -