From jbosstools-commits at lists.jboss.org Fri Oct 23 10:08:14 2009 Content-Type: multipart/mixed; boundary="===============3568209480661206923==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r18262 - trunk/documentation/guides/GettingStartedGuide/en/modules. Date: Fri, 23 Oct 2009 10:08:14 -0400 Message-ID: <200910231408.n9NE8E2V029067@svn01.web.mwc.hst.phx2.redhat.com> --===============3568209480661206923== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2009-10-23 10:08:14 -0400 (Fri, 23 Oct 2009) New Revision: 18262 Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_starte= d.xml Log: https://jira.jboss.org/jira/browse/JBDS-709 - updating the guide with the r= equirements of JBDS. Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting= _started.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/guides/GettingStartedGuide/en/modules/getting_start= ed.xml 2009-10-23 13:59:34 UTC (rev 18261) +++ trunk/documentation/guides/GettingStartedGuide/en/modules/getting_start= ed.xml 2009-10-23 14:08:14 UTC (rev 18262) @@ -26,7 +26,7 @@ =
- Key Features of JBoss Developer Studio + Key Features of JBoss Developer Studio and Requirements For a start, we propose you to look through the table of main featu= res of JBoss Developer Studio: = @@ -107,26 +107,29 @@ JBossWeb ServiceJBoss WS is a web service framework developed as a part = of the JBoss Application Server. It implements the JAX-WS specification tha= t defines a programming model and run-time architecture for implementing we= b services in Java, targeted at the Java Platform, Enterprise Edition 5 (Ja= va EE 5). - = - = - =
= + JBDS requires JDK 5+ (JDK 6 in case of EAP 5.0= ). Also it's important that = + the JVM's architecture matches the particular JBDS build, i.e. if you're on a = + 64-bit system and use the 64-bit JVM, you need the 64-bit JBDS. + = + For the 32-bit version of JBDS use the 32-bit JVM or just use -vm flag to = + tell JBDS to use 32-bit java if the 64-bit one is found as the default. + = + + Note: + On Linux system with 64-bit JVM the visual editor may fail to star= t. In this case you need the xpLib.i386 package. + See the FAQ. +
= - = - - - -
Configuring Your Java Environment - You must have a working installation of JDK 5 before you install <= property>JBoss Developer - Studio. Currently it will only fully work with a 32-bit JVM= , not a 64-bit JVM. On a - 64-bit JVM the visual editor fails to launch because of feature of OS a= rchitecture. Thus in this + You must have a working installation of JDK before you install JBoss Developer + Studio. Thus in this guide we will show you how to install a 32-bit Sun JDK 5.0 on a Linux P= latform and Microsoft Windows Platform. = --===============3568209480661206923==--