java - Unable to locate tools.jar -


i building project in java.

i have error:

unable locate tools.jar. expected find in c:\program files\java\jre6\lib\tools.jar 

i have installed jdk , folder: c:\program files\java\jre6\lib in system file tools.jar not there.

yes, you've downloaded , installed java runtime environment (jre) instead of java development kit (jdk). latter has tools.jar, java.exe, javac.exe, etc.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -