Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Andmore » Debian Bullseye and eclipse-jee-2020-06-R-linux-gtk-x86_64.tar.gz [SOLVED](I tried to install it but... it doesn't work! :()
Debian Bullseye and eclipse-jee-2020-06-R-linux-gtk-x86_64.tar.gz [SOLVED] [message #1830013] Wed, 15 July 2020 19:50 Go to next message
Gabriele Massacci is currently offline Gabriele MassacciFriend
Messages: 3
Registered: July 2020
Junior Member
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 08:22]

Report message to a moderator

Re: Debian Bullseye and eclipse-jee-2020-06-R-linux-gtk-x86_64.tar.gz [message #1830020 is a reply to message #1830013] Wed, 15 July 2020 23:20 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4391
Registered: July 2009
Senior Member

What 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. 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.


_
Nitin Dahyabhai
Eclipse Web Tools Platform
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 12:25 Go to previous messageGo to next message
Gabriele Massacci is currently offline Gabriele MassacciFriend
Messages: 3
Registered: July 2020
Junior Member
Thanks for your reply! :)

Nitin Dahyabhai wrote on Wed, 15 July 2020 23:20
What 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 #1830462 is a reply to message #1830156] Mon, 27 July 2020 08:21 Go to previous messageGo to next message
Gabriele Massacci is currently offline Gabriele MassacciFriend
Messages: 3
Registered: July 2020
Junior Member
Gabriele Massacci wrote on Sat, 18 July 2020 12:25

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


Everything works fine, I found the Eclips directory in the user's home directory and from here I can run the program.

GabrieleMax

[Updated on: Mon, 27 July 2020 08:22]

Report message to a moderator

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 06:59 Go to previous message
chris jordan is currently offline chris jordanFriend
Messages: 1
Registered: April 2021
Junior Member
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.
Previous Topic:Creating a new Eclipse project with a Git repository
Next Topic:syntax coloring not saved in preference
Goto Forum:
  


Current Time: Sat Nov 11 06:54:34 GMT 2023

Powered by FUDForum. Page generated in 0.01923 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top