*To install the plugin: -unzip the latest version of the plugin (SearchFieldValueInActionsV*.tgz file) under your BigBrowser directory (where the script BigBrowser is located): the directory plugins is created (if it not exists) which contains java class files and the subdirectory lib -modify your BigBrother script: add to the CLASSPATH the following characters *under MAC or LINUX: :$INST_DIR/plugins/lib/AutoCompletion.jar (you have to add it at the end of the line beginning by CLASSPATH=...) *under Windows: ;%INST_DIR%\plugins\lib\AutoCompletion.jar (you have to add it at the line beginning by %INST_DIR%\jre\bin\java , in the classpath section, for instance: -classpath "%INST_DIR%\lib\constdb.jar;%INST_DIR%\plugins\lib\AutoCompletion.jar" ) -restart BigBrowser: the plugin SearchFieldValueInActionsV0 should be available *If the plugin has already been installed: -delete first the files SearchFieldValueInActionsV*.class from the plugins directory located in your BigBrowser directory -follow the steps for a first install