Menu

Trouble on running exported product in window

Developers
Tim Kim
2011-01-07
2013-04-29
  • Tim Kim

    Tim Kim - 2011-01-07

    When I run sqlexplorer_rcp.product within Eclipse by clicking a link "Launch an Eclipse application", it runs successfully. But I cannot run the deployed sqlexplorer.exe. I have created a exported product by using "Eclipse Product export wizard". The wizard completes successfully though.

    I am getting the following error at the startup of the program:

    Java was started but returned exit code=13
    C:\Wiondows\system32\javaw.exe
    -jar C:\Users\…\SQL Explorer
    Product\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
    -os win32
    -ws win32
    -arch x86_64
    ….

    Google search tells me that it is related to wrong version of jvm. But I think it is using correct version.
    Please help.

    Thanks

     
  • Heiko Hilbert

    Heiko Hilbert - 2011-01-07

    Please check if you have any error log file in the configuration directory of your export.
    I will try to reproduce it.

     
  • Heiko Hilbert

    Heiko Hilbert - 2011-01-07

    I remember! :-)
    Ther is a bug(?) in the eclipse product export. Ther is configured to use a custom config.ini but this setting is ignored.
    You have to copy the sqlexplorer_rcp/config.ini to the configuration directory of your exported product and overwrite the existing one.

     
  • Tim Kim

    Tim Kim - 2011-01-07

    Great! It worked.
    Thanks for the help.

    Tim.

     

Log in to post a comment.