facebook

IDE createprocess error on app launch

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #277168 Reply

    mmogley
    Member

    This message has not been recovered.

    #277194 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #277221 Reply

    mmogley
    Member

    This message has not been recovered.

    #277302 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #277392 Reply

    mmogley
    Member

    This message has not been recovered.

    #277395 Reply

    edmwagner
    Member

    This message has not been recovered.

    #277402 Reply

    mmogley
    Member

    This message has not been recovered.

    #277505 Reply

    Riyad Kalla
    Member

    Michael,
    I think this is something simple. It looks like in addition to doing anew install of MyEclipse it’s possible you also reinstalled Java or did something with your JDK install to cause the location of the EXE your launch configs were using to move… so now when they run, they are configured wrong.

    A few things to check:

    1. Window > Prefs > Java > Installed JREs. Make sure the JREs listed there are all valid.

    2. Under your run configuraitons (Run > Open Run Dialog) make sure the settings under JRE for example are right. Specifically for your JUnit test cases you are trying to run.

    3. For the Ant tasks that fail, be sure to go to Run > External Tools > Open External Tools Dialog, and check there too. Make sure all the paths are right.

    #277506 Reply

    Riyad Kalla
    Member

    edmwagner,
    It looks like your install might have gotten corrupted. Try and startup MyEclipse/Eclipse if you can at all, and go to Help > Software Updates > Manage Configuraiton, look for plugin configuration errors and report them ehre if you see any.

    Additionally, you can erase your log file, and restart MyEclipse and post all the entries that get logged on startup here. it’s a good way to trim it back and just allow us to focus on what’s wrong.

    #277531 Reply

    mmogley
    Member

    Riyad,

    Unforunately, ths problem appears to be something more subtle. The settings I’ve checked and they are all correct. In fact, as I mentioned in the original post, the error only seems to occur for certain projects. I am able to run tests in other projects.

    I’ve also checked the settings in the Run… dialog for the problem project, and the same JDK is being specified as for the projects that work (in fact, I only have one JDK configured in Eclipse).

    What else can I try? Would it be helpful to send the .myeclipse project configuration file?

    Michael

    @support-rkalla wrote:

    Michael,
    I think this is something simple. It looks like in addition to doing anew install of MyEclipse it’s possible you also reinstalled Java or did something with your JDK install to cause the location of the EXE your launch configs were using to move… so now when they run, they are configured wrong.

    A few things to check:

    1. Window > Prefs > Java > Installed JREs. Make sure the JREs listed there are all valid.

    2. Under your run configuraitons (Run > Open Run Dialog) make sure the settings under JRE for example are right. Specifically for your JUnit test cases you are trying to run.

    3. For the Ant tasks that fail, be sure to go to Run > External Tools > Open External Tools Dialog, and check there too. Make sure all the paths are right.

    #277639 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #288549 Reply

    giorgiob
    Member

    I seem to have the same crazy problem, both with Eclipse 3.4 and with Eclipse 3.3.

    I have two projects on which I have been working on Linux with Eclipse 3.3 for
    one year now. I have just moved to WindowXP on a friend’s computer and they
    both won’t start with a similar error:

    Exception occurred executing command line.
    Cannot run program “C:\jdk1.6.0_07\bin\javaw.exe” (in directory “C:\giorgio\workspace\lic-gen”): CreateProcess error=87, The parameter is incorrect

    I have checked the settings of the Java virtual machine and of the run
    configuration: everything seems to be OK.
    Interestingly, I have another project in the same workspace,
    which starts without any problems.
    Also, running the project from Eclipse but with Ant works. Maybe
    the command line generated by Eclipse is too long for Windows, but
    not for Linux?

    Thank you in advance for any useful information
    Giorgio

    @mmogley wrote:

    Riyad,

    Unforunately, ths problem appears to be something more subtle. The settings I’ve checked and they are all correct. In fact, as I mentioned in the original post, the error only seems to occur for certain projects. I am able to run tests in other projects.

    I’ve also checked the settings in the Run… dialog for the problem project, and the same JDK is being specified as for the projects that work (in fact, I only have one JDK configured in Eclipse).

    What else can I try? Would it be helpful to send the .myeclipse project configuration file?

    Michael

    #288566 Reply

    Loyal Water
    Member

    Giorgio,
    Are you working with plain Eclipse or MyEclipse?

    #288946 Reply

    RahulKhire
    Member

    Hi Giorgio/Michael
    I am also having the same problem as you mentioned with my Eclipse.

    Exception occurred executing command line.
    Cannot run program “C:\Java\jdk1.6.0_07\bin\javaw.exe” (in directory “C:\Rahul\Project”): CreateProcess error=87, The parameter is incorrect

    Did you all get any solution for this one?

    Thanks
    Rahul

    #289026 Reply

    Loyal Water
    Member

    Rahul,
    Are you using any plugins with MyEclipse.? You get this error when you start the IDE?

Viewing 15 posts - 1 through 15 (of 17 total)
Reply To: IDE createprocess error on app launch

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