This is a simple example of how to get a range of changelists from Perforce using P4Java. # To Setup Update the Perforce connection information in the code as well as the depot path. # To Build javac -cp SimpleTestApp.java # To Run java -cp :. SimpleTestApp #swap the ':' for a ';' on Windows