Changes between Version 1 and Version 2 of HOWTO-InstallSimulator
- Timestamp:
- 11/06/2017 02:34:09 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HOWTO-InstallSimulator
v1 v2 1 How to install TMC Simulator 1 == How to install TMC Simulator == 2 2 3 3 On a development machine checkout the TMC Simulator trunk from the SVN repo. 4 4 5 Open the project in NetBeans.5 Open the project in !NetBeans. 6 6 7 7 Clean and Build. … … 11 11 Run the build target: package-jars 12 12 13 While connected to the TMC lab LAN open a network connection to STORAGE. 13 While connected to the TMC lab LAN open a network connection to STORAGE. (Note: it accepts anonymous connection without password) 14 14 15 .... to be completed 15 Copy desired Jar files from trunk/deploy folder to TMC Simulator Test[[BR]] 16 17 * CADserver.jar - Always needed 18 * !SimManager.jar - Runs the simulation 19 * CADClient.jar - Student workstation client 20 * !ClockClient.jar - Sim clock view for instructors 21 * !TrafficEventsAnimator.jar - For traffic event author script testing 22 23 24 Login to Windows Development PC 25 26 Open File Explorer to STORAGE 27 28 Copy Jar files to C:\TMCSim_Test folder. 29 Copy and changed config files, event files. 30 31 Double-click on a Jar file to execute it, or open a command prompt to get a console where error messages are displayed and issue 32 {{{ 33 java -jar CADserver.jar 34 }}} 35
