Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe.txt | 2011-12-18 | 638 Bytes | |
Totals: 1 Item | 638 Bytes | 0 |
To use MrPID, it can either download the source code and follow the ReadMe file that comes with the source or use this jar and the library file (.dll or .so). This library relies on MinGW 32 or 64 bit, based on your O.S. It must be installed in a directory path with no spaces and it must also be added to the path. To run test MrPID on its own run "java -cp mrpid.jar -Djava.library.path=the/path/to/where/the/dll/or/so/is com.mrpid.jni.Processes If all is well a message will be printed to the console saying that MrPID was run successfully. See MrTest to run MrPID as a library imported into another Java program.