Questions tagged [p4java]
32 questions
0
votes
1 answer
Determine max changelistId in Perforce checkout using p4java client
I'm seeking assistance to determine max changeListId/revisionId of the my local Perforce view using the p4java API. I've tries using the com.perforce.p4java.client.Client to create a list of FileSpec, but changeListId is not set on any of the files…

gbo
- 3
- 3
-1
votes
1 answer
AuthTicketsHelper.getTicket() returns null
My company uses Perforce for version control and I'm writing software that automates use of Perforce using p4java. I'm running into a problem where my code can't connect to the Perforce server even though I am passing in valid information to use…

Alexander Taylor
- 16,574
- 14
- 62
- 83