This is a simple example of how to open a file for edit using P4Java with a numbered changelisty # 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