P4API For Java
From PDWiki
| ||||||||||||
A Java Perforce API
The P4APIforJava provides basic glue between the Perforce C++ API and Java using a JNI layer.
There is no documentation for the P4APIforJava other than comments found at the top of the source files. For example:
http://public.perforce.com:8080/guest/michael_bishop/P4APIForJava/c-cpp/ClientUserJavaAdapter.cpp?ac=64
The P4APIforJava is not tested and NOT SUPPORTED by Perforce Software.
This API was written by me (Michael Bishop) as a personal project and I no longer have time for its development. Nonetheless, others are encouraged to pick up development where I left off. The code is Open Source as detailed in the LICENSE file in this directory.
