I am new to Java (basically a LAMP developer). I got this JAVA API to parse .pst files and show all the inbox messages.
.pst
I tried executing a given
javac -cp yourjar.jar YourClass.java
&
java -cp yourjar.jar YourClass
You need to make all required jar available in classpath , this is how you can do it