Changes between Version 2 and Version 3 of PlugIns/JFC/JFCMonitor


Ignore:
Timestamp:
10/21/14 18:00:50 (10 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlugIns/JFC/JFCMonitor

    v2 v3  
    33= JFCMonitor =  
    44 
    5 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. 
     5The JFCMonitor is a tool for the usage monitoring of JFC applications. The monitor 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. 
    66{{{ 
    77java -jar jfcmonitor.jar monitorapplication.jar 
    88}}} 
    9 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. 
     9The only requirement of the JFCMonitor is that the monitored application is provided as a Jar archive and the classpath and main class of the application are defined in the Jar archives manifest.