Results 1 to 4 of 4

Thread: Error when run springsource-tool-suite-2.3.0 zip version

  1. #1
    Join Date
    Jan 2010
    Posts
    10

    Angry Error when run springsource-tool-suite-2.3.0 zip version

    Please help me
    My OS: windows 7 pro 32 bit
    I set up OS on C drive.
    I have set java_home to C:\Program Files\Java\jdk1.6.0_17
    I use springsource-tool-suite-2.3.0.RELEASE-e3.5.1-win32-installer.exe and everything work perfectly

    But when i user springsource-tool-suite-2.3.0xxxxxx.zip version, after unzip using 7-zip and i run STS.exe, i got the error


    Can anyone help me,
    Last edited by FM5; Jan 29th, 2010 at 10:08 AM.

  2. #2
    Join Date
    Jun 2009
    Posts
    13

    Default

    Simple fix is add the following above the -vmargs line in STS.ini (make sure to include the newline after -vm):
    -vm
    'C:\Program Files\Java\jdk1.6.0_17\bin\java.exe'

  3. #3
    Join Date
    Jan 2010
    Posts
    10

    Default

    like this
    Code:
    -startup
    plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
    -product
    com.springsource.sts.ide
    --launcher.XXMaxPermSize
    256M
    -vm 
    'C:\Program Files\Java\jdk1.6.0_17\bin\java.exe' 
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -Xms40m
    -Xmx768m
    -XX:MaxPermSize=256m
    But it does not work, thanks anyway

  4. #4
    Join Date
    Mar 2008
    Posts
    5

    Default

    without the quote, like this:

    Code:
    -startup
    plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
    -product
    com.springsource.sts.ide
    --launcher.XXMaxPermSize
    256M
    -vm 
    C:\Program Files\Java\jdk1.6.0_17\bin\java.exe
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -Xms40m
    -Xmx768m
    -XX:MaxPermSize=256m

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •