LLVA JavaBroker source and dependencies

Instructions for downloading and installing JavaBroker and dependencies

  1. Install the Java Development Kit if not already installed (http://java.sun.com/javase/downloads/index.jsp)
  2. Download and install Apache Ant and place jar on classpath (http://ant.apache.org/bindownload.cgi)
  3. Download and unzip the compressed JavaBroker source code into a folder on your hard drive
  4. Download the JavaBroker dependencies (ll-javaUtils.jar, axis.jar, jaxrpc-api.jar, xercesImpl.jar) to the lib folder of the ll-javaBroker directory

Instructions for compiling and running JavaBroker examples

  1. In the src/main/test/java folder, create a copy of the file auth.properties.ex and rename to auth.properties
  2. Modify the contents of the properties file to match your VistA configuration (server ip/host, rpc broker port, access/verify codes)
  3. Open a command prompt window and change directory to the ll-javaBroker folder
  4. Build the project by typing ant build followed by enter
  5. Execute the run.bat shell script passing in the name of the example class to run along with any required arguments.