MENU
Skip menuGuide
- Software to Install
- Building the packages under Windows
- Running the Publisher/Subscriber server
- Tree Structure
- Running the applications
2. Building the packages under Windows 1. Unzip the archive MMX_V.v.zip (where V.v is the version) 2. Go to directory MMX 3. Edit the build\env.bat file for: 1. CLASSPATH 2. WORKSPACE_FOLDER 4. build all packages by running build\build.bat all 3. Running the Publisher/Subscriber server 1. Go to the bin the file of your JMS installation 2. run: imqbrokerd -tty 4. Tree Structure 1. The complete delivery is divided in Framework and Application. The Framework is located inside the mmx package. The applications can be found inside the "application_name" package. 2. The Applications are named: 1. inputXXX: if it is a input component. 2. outputXXX: if it is a output component. 3. inputOutputXXX: if it is both input and output component. 4. worker: if it is the engine of the application. 5. Running the applications 1. Go to classes folder 2. Chose the application you want to exercise. For instance, if you want to exercise Chess you may run the applications inside the chess package. 3. Run the applications is the following order: 1. Output components 2. Input components 3. worker 4. You may run only the inputs and outputs that you want to.