<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,12 @@ jmx4r is a JavaScript bridge for JMX
 It can be used to write simple JavaScripts to manage remote Java applications (e.g. JBoss[http://www.jboss.org],
 Tomcat[http://tomcat.apache.org/]) using JMX[http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/].
 
+== Requirements
+
+This bridge works only on Java 6 with a JavaScript engine.
+This is the case by default for Sun's JVM on Linux and Windows.
+For Mac OS X, there are additional steps[http://jmesnil.net/weblog/2008/05/14/how-to-include-javascript-engine-in-apples-java-6-vm/].
+
 == Examples 
 
 To trigger a garbage collection on a Java application:
@@ -38,7 +44,7 @@ on the port 3000.
    
 == How to write scripts
 
-An object &quot;mbsc&quot; can be used to retrieve MBean:
+* An object &quot;mbsc&quot; can be used to retrieve MBean:
   
    var mbean = mbsc.getMBean('java.lang:type=Memory');  
    
@@ -46,6 +52,6 @@ An object &quot;mbsc&quot; can be used to retrieve MBean:
    
    var mbeans = mbsc.getMBeans('java.lang:type=MemoryPool,*');
    
-An object &quot;args&quot; contains all the remaning arguments passed on the command line after removing the file name and the optional host and port.
+* An object &quot;args&quot; contains all the remaning arguments passed on the command line after removing the file name and the optional host and port.
 For example, if the script is run with &quot;java -jar jmx-js.jar logging.js -p 3000 FINEST&quot;, in the script, args[0] is set to &quot;FINEST&quot;.
    
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>acd6a2c1a64628d03ac9d5ed957935e7a0cc9da2</id>
    </parent>
  </parents>
  <author>
    <name>Jeff Mesnil</name>
    <email>jmesnil@gmail.com</email>
  </author>
  <url>http://github.com/jmesnil/jmx-js/commit/0cb2efb206e9359682462f7575af2275f936f595</url>
  <id>0cb2efb206e9359682462f7575af2275f936f595</id>
  <committed-date>2008-08-11T12:17:33-07:00</committed-date>
  <authored-date>2008-08-11T12:17:33-07:00</authored-date>
  <message>added Requirements section</message>
  <tree>9ef2239238982fe73bcd15d92acd5f38f25af996</tree>
  <committer>
    <name>Jeff Mesnil</name>
    <email>jmesnil@gmail.com</email>
  </committer>
</commit>
