blob: f5a3e0c71820b5dd82d37892a38f06a0fa8ad091 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<chapter id="installation">
<title>Installation</title>
<para>
Currently the Tools support Eclipse 3.5 and Eclipse 3.6 with the
corresponding version of WTP. Downloading and
unzipping the
<ulink url="http://www.eclipse.org/downloads/">Eclipse IDE for Java EE Developers</ulink>
is the
easiest way to start.
</para>
<para>
You may like to change the Eclipse launcher options to increase the
values of
<literal>-XX:MaxPermSize</literal>
,
<literal>-Xms</literal>
, and
<literal>-Xmx</literal>
. Suggested values, if you have plenty of RAM, are
<literal>768m</literal>
,
<literal>500m</literal>
, and
<literal>2500m</literal>
, respectively.
</para>
<para>
Install the dm Server Tools, which include the Virgo Tools, from one
of the following update sites depending on
your version of Eclipse. Releases are, in general, more stable than
milestones whereas nightly builds are not for the
faint of heart.
<itemizedlist>
<listitem>
<para>
<literal>http://dist.springsource.com/release/TOOLS/update/e3.6/
</literal>
</para>
</listitem>
<listitem>
<para>
<literal>http://dist.springsource.com/release/TOOLS/update/e3.5/
</literal>
</para>
</listitem>
<listitem>
<para>
<literal>http://dist.springsource.com/milestone/TOOLS/update/e3.6/
</literal>
</para>
</listitem>
<listitem>
<para>
<literal>http://dist.springsource.com/milestone/TOOLS/update/e3.5/
</literal>
</para>
</listitem>
<listitem>
<para>
<literal>http://dist.springsource.com/snapshot/TOOLS/nightly/e3.6/
</literal>
</para>
</listitem>
<listitem>
<para>
<literal>http://dist.springsource.com/snapshot/TOOLS/nightly/e3.5/
</literal>
</para>
</listitem>
</itemizedlist>
</para>
</chapter>