Changes between Initial Version and Version 1 of PlugIns/JFC/JFCMonitor
- Timestamp:
- 10/02/12 13:55:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlugIns/JFC/JFCMonitor
v1 v1 1 = JFCMonitor = 2 3 The JFCMonitor is a tool for the usage monitoring of JFC applications. The monitored is wrapped around the application to be monitored at the start of the application. This is done through simply changing the starting: instead of loading the application to be monitored directly, it is loaded indirectly by the JFCMonitor. 4 {{{ 5 java -jar jfcmonitor.jar monitorapplication.jar 6 }}} 7 The only requirement of the JFCMonitor is that the monitored application is provided as a Jar archives and the classpath and main class of the application are defined in the Jar archives manifest.