I am getting the following error while running a program using ND4J:
java.lang.ClassNotFoundException: org.nd4j.tools.PropertyParser
So far I have the following nd4j artifacts in my pom file:
javacpp, nd4j-jblas, nd4j-native-platform, nd4j-native, nd4j-common following the dependencies mentioned here:
How can I reverse the error message and go from the missing class to the package that would import this class? Thanks