Debian Bullseye and eclipse-jee-2020-06-R-linux-gtk-x86_64.tar.gz [SOLVED] [message #1830013] |
Wed, 15 July 2020 15:50  |
Eclipse User |
|
|
|
I'd like to install Eclipse IDE for Enterprise Java Developers on my Debian Bullseye, I started to download eclipse-jee-2020-06-R-linux-gtk-x86_64.tar.gz, I runned the install script but when I try to start eclipse I have:
!SESSION 2020-07-12 21:17:40.576 -----------------------------------------------
eclipse.buildId=4.3.0.M20130911-1000
java.version=13.0.3
java.vendor=Debian
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=it_IT
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.osgi 4 0 2020-07-12 21:17:41.301
!MESSAGE Startup error
!STACK 1
java.lang.RuntimeException: Exception in org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start() of bundle org.eclipse.osgi.
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.resume(InternalSystemBundle.java:233)
at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:656)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:275)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Is there a guide to help me to install Eclipse IDE for Enterprise Java Developers on my Debian?
Thansk! :)
GabrieleMAx
[Updated on: Mon, 27 July 2020 04:22] by Moderator
|
|
|
|
Re: Debian Bullseye and eclipse-jee-2020-06-R-linux-gtk-x86_64.tar.gz [message #1830156 is a reply to message #1830020] |
Sat, 18 July 2020 08:25   |
Eclipse User |
|
|
|
Thanks for your reply! :)
Nitin Dahyabhai wrote on Wed, 15 July 2020 23:20What you've downloaded isn't an installer, it's a full copy of Eclipse with 4.16 inside. What you're running, though, is Eclipse 4.3, which is very incompatible with Java 9 and higher.
Ok.
Nitin Dahyabhai wrote on Wed, 15 July 2020 23:20
If you're new to Debian or coming from Windows, the current directory is not usually searched for
executables as it is on Windows. You'll want to launch what you've unpacked with "./eclipse" when you're in the same directory as the eclipse
binary.
I'm not new from Debian but usually I install software from *.deb or from official\unofficial repositories, I'm able to configure nftables, web server, php, and other services\features on it but when I need to install *.tar.gz I don't know which is the best way to do it!
I downloaded eclipse-inst-linux64.tar.gz and I did:
/opt/eclipse-installer$ ls
artifacts.xml configuration eclipse-inst eclipse-inst.ini features icon.xpm p2 plugins readme
ilaria@ACER-5755G-D11:/opt/eclipse-installer$ ./eclipse-inst
SWT Webkit: Warning, You are using an old version of webkitgtk. (pre 2.4) BrowserFunction functionality will not be avaliable
SWT WebKit: error initializing DBus server, dBusServer == 0
Thanks to it I installed "Eclipse IDE for Enterprise Java Developers" and it works but when I close it I don't know how I could re-open it so every time I must to do the installation like above!
GabrieleMax
|
|
|
|
Re: Debian Bullseye and eclipse-jee-2020-06-R-linux-gtk-x86_64.tar.gz [SOLVED] [message #1840256 is a reply to message #1830013] |
Sat, 10 April 2021 02:59  |
Eclipse User |
|
|
|
This isn't an installer; it's a complete copy of Eclipse with version 4.16 installed. However, the version of Eclipse you're using is 4.3, which is incompatible with Java 9 and higher. The current directory is not normally checked for whether you're new to Debian or come from Windows.
Like it is on Windows, executables are included. When you're in the same directory as the eclipse binary, run "./eclipse" to open what you've unpacked.
|
|
|
Powered by
FUDForum. Page generated in 0.04808 seconds