I am having a strange issue. I am using maven 3.2
, java 1.6
and jboss 5.1
.
I am using all these old version because I have some system requirement.
I am working on web application.
I am getting an error
Fatal error compiling: tools.jar not found: C:\Program Files\Java\jre6\..\lib\tools.jar ->
imperviously it was working fine. When I made some changes in code and when I did this from that time I am getting This error.
- I tried updating maven forcefully.
- I tried maven install from eclipse.
- Even I downloaded the missing jar and put into
C:\Program Files\Java\jre6\..\lib\
this path.
and many more still I am getting this error. please help me.