src/share/tools/IdealGraphVisualizer/README

changeset 852
f4fe12e429a4
parent 657
2a1a77d3458f
child 6876
710a3c8b516e
     1.1 --- a/src/share/tools/IdealGraphVisualizer/README	Tue Oct 28 18:02:09 2008 -0700
     1.2 +++ b/src/share/tools/IdealGraphVisualizer/README	Thu Oct 30 17:08:48 2008 -0700
     1.3 @@ -5,21 +5,16 @@
     1.4  was the primary target of the tool.  The tool itself is fairly general
     1.5  with only a few modules that contain C2 specific elements.
     1.6  
     1.7 -The tool is built on top of the NetBeans 6.0 rich client
     1.8 +The tool is built on top of the NetBeans 6.1 rich client
     1.9  infrastructure and so requires NetBeans to build.  It currently
    1.10  requires Java 6 to run as it needs support for JavaScript for its
    1.11  filtering mechanism and assumes it's built into the platform.  It
    1.12 -should build out of the box whit NetBeans 6 and Java 6 or later.  It's
    1.13 -possible to run it on 1.5 by including Rhino on the classpath though
    1.14 -that currently isn't working correctly.  Support for exporting graphs
    1.15 -as SVG can be enabled by adding batik to the classpath which isn't
    1.16 -included by default.
    1.17 -
    1.18 -It can be built on top of NetBeans 6.1 if you change the required
    1.19 -modules to be platform8 instead of platform7.  The tool could run on
    1.20 -JDK 1.5 with some reworking of the how the JavaScript support is
    1.21 -enabled but currently it requires some tweaking of the setup.  This
    1.22 -will be fixed in a later setup.
    1.23 +should build out of the box with NetBeans 6.1 and Java 6 or later.
    1.24 +It's possible to run it on 1.5 by including Rhino on the classpath
    1.25 +though that currently isn't working correctly.  Support for exporting
    1.26 +graphs as SVG can be enabled by adding batik to the classpath which
    1.27 +isn't included by default.  It can be built on top of NetBeans 6.0 if
    1.28 +you change the required modules to be platform7 instead of platform8.
    1.29  
    1.30  The JVM support is controlled by the flag -XX:PrintIdealGraphLevel=#
    1.31  where # is:

mercurial