Due to the error in reading tools.jar, as it is not available in newer JDK versions,
Added tools.jar and jdi.jar for java 8 from lib folder. and it aligns with newer JDKs (JDK 9 and above) which no longer include tools.jar, preventing related build failures.