Can't be run in eclipse
See original GitHub issuedbeaver code:4.3.0 eclipse version:4.7.2 I have already installed a few additional Eclipse plugins which DBeaver depends on. I reference with Develop-in-Eclipse.
I check with error log: !MESSAGE Product org.jkiss.dbeaver.core.application.product could not be found. java.lang.RuntimeException: No application id has been found.
ERROR Detail Log: `!SESSION 2017-12-21 16:04:13.151 ----------------------------------------------- eclipse.buildId=unknown java.version=1.8.0_144 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=zh_CN Framework arguments: -product org.jkiss.dbeaver.core.application.product Command-line arguments: -product org.jkiss.dbeaver.core.application.product -data C:\Users\wujipeng\eclipse-workspace/…/runtime-DBeaver.product -dev file:C:/Users/wujipeng/eclipse-workspace/.metadata/.plugins/org.eclipse.pde.core/DBeaver.product/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog
!ENTRY org.eclipse.equinox.app 0 0 2017-12-21 16:04:19.740 !MESSAGE Product org.jkiss.dbeaver.core.application.product could not be found.
!ENTRY org.eclipse.osgi 4 0 2017-12-21 16:04:19.927 !MESSAGE Application error !STACK 1 java.lang.RuntimeException: No application id has been found. at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242) at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472)`
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
Thanks for @serge-rider @ruspl-afed My Build Steps:
Download the dbeaver-4.3.0 code in linux , use “mvn clean package”;
Shell: zip -r dbeaver-4.3.0.zip dbeaver-4.3.0/* ;
3.Upload dbeaver-4.3.0.zip to window, and unzip;
4.Download eclipse from eclipse-packages;
5.Open eclipse: Open main menu Help -> Install New Software Select “–All Available Sites–” and press enter Input “plug” and Select Plug-in and Install.
6.Open eclipse: Open main menu Help -> Install New Software Copy http://dbeaver.jkiss.org/eclipse-repo/ into “Work with” field and press enter Check all plugins and finish the installation process
7.Import–>Existing Maven Projects–>Select the unzip dbeaver-4.3.0 dir -->Finsh
8.eclipse will auto install some plugs and restart eclipse.
9.To run the standalone version find file DBeaver.product (it is located in product/standalone directory). Click mouse right button and select Run Configurations (Run -> Run Configurations). Select the Plug-ins tab and then hit “Add Required Plug-ins”. Apply, then Run, and it should work now.
Reference: https://github.com/serge-rider/dbeaver/wiki/Develop-in-Eclipse
I close this issue.