ProbekitAgent implements load-time instrumentation using the old
TPTP BCI engine.

Invocation: 

#java -cp ".;C:\Documents and Settings\Vsevolod\Desktop\tptp\probe"  "-agentlib:JPIBootLoader=JPIAgent:server=standalone;ProbekitAgent:ext-pk-BCILibraryName=BCIEngProbe,ext-pk-probescript=..\..\probe\m.probescript"  JTest

#java "-agentlib:JPIBootLoader=JPIAgent:server=controlled;ProbekitAgent"  JTest
 
Command line parameters:

ext-pk-BCILibraryName
	optional; specifies base name of BCI library,
	default value "BCIEngProbe"
ext-pk-probescript
	optional; standalone mode; specifies  
	.probescript file
ext-pk-dump
	optional; specifies location to write temporary dump files
	
Built and tested on linux x86 and windows ia32.
 


