facebook

error "java was started but returned exit code=1"

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #348842 Reply

    Rich Lysakowski
    Participant

    I cannnot start MyEclipseIDE for Spring at all. I’ve hunted around but the fixes I’ve tried don’t work. Some say MyEclipse cannot find the JVM, but there is s JVM in the MyEclipse directory: binary/com.sun.java.jdk7.win32.x86_64_1.7.0.u45/bin/javaw.exe
    I’m running Java 1.7.0.u51 64-bit.

    Here is my .ini file, and attached to this message is a screenshot of the error dialog that pops up whenever I try starting MyEclipse:

    #utf8 (do not remove)
    –clean
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
    –launcher.library
    plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700
    -vm
    binary/com.sun.java.jdk7.win32.x86_64_1.7.0.u45/bin/javaw.exe
    -install
    C:/Users/lysakorn/AppData/Local/MyEclipse for Spring 2014
    -vmargs
    -Xmx768m
    -XX:MaxPermSize=320m
    -XX:ReservedCodeCacheSize=64m
    # rich added this -server setting below
    -server
    # -Dosgi.nls.warnings=ignore
    # rich added these Xmn* and XX settings below
    -Xmn128m
    -Xms1024m
    -Xss2m
    -XX:PermSize=128m
    -XX:MaxPermSize=256m
    -XX:+UseParallelGC

    Attachments:
    You must be logged in to view attached files.
    #348891 Reply

    support-swapna
    Moderator

    lysakowski,

    Sorry that you are seeing this issue.

    -vm
    binary/com.sun.java.jdk7.win32.x86_64_1.7.0.u45/bin/javaw.exe

    Can you please set -vm to point to jvm.dll instead of javaw.exe in the .ini file?

    -vm
    binary/com.sun.java.jdk7.win32.x86_64_1.7.0.u45/jre/bin/client/jvm.dll

    Also try reducing the -Xms to a value lesser than 1024 and see if the issue persists.

    Let us know how it works for you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: error "java was started but returned exit code=1"

You must be logged in to post in the forum log in