I could able to parse .doc extension files using Java programming with the help of POI libraries but when trying to convert Java code into Scala i expect it has to work with same java libraries with Scala programming but it is showing with below error even after adding respective Java library
Appreciate any help in unblocking me to proceed forward.
My requirement is to parse .doc extension files so any other alternative also should be fine with me.