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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Please check if you have any error log file in the configuration directory of your export.
I will try to reproduce it.
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.
Great! It worked.
Thanks for the help.
Tim.