0 Replies Latest reply on Jun 6, 2004 4:17 PM by robin2

    Launching For The First Time - Problem

    robin2

      hello,

      i'm using:

      - JBoss 3.2.3 on WinXP Pro
      - JDK 1.4.2
      - Eclipse 3.0.0
      - JBoss-IDE 1.2.3

      the installation process was fairly straightfoward per the installation guide; i configured a server to launch jboss from within the IDE which works fine; i followed the instructions in the quickstart guide - specified my local JDK instead of the default JRE, copied the suggested VM arguments to the Start tab:

      -Djboss.home=c:\java\jboss -classpath c:\java\jboss\bin\run.jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=10250 org.jboss.Main

      and got the following error message on the console:

      jboss: unused non-option argument: C:\java\jboss\bin\run.jar;C:\java\lib\tools.jar
      jboss: invalid option -- X

      in fact, that was the very first thing that appeared.

      any ideas where i may have gone wrong?

      thanks very much,

      -robin