Daniel182
Posts: 3
Joined: Mon Nov 07, 2016 9:41 pm

Install Eclipse IDE for Java EE Developers on Raspberry Pi 3

Mon Nov 07, 2016 9:49 pm

Hello everyone,

I'm relatively new to the linux world and I'm doing a project on my own.
Anyway I am currently trying to install Eclipse IDE for Java EE Developers on my RPi3 B, but it won't launch and I can't figure out why.
I downloaded the Eclipse IDE for Java EE Developers 32bits for Linux on Eclipse website and uncompressed it in /opt/eclipse.
After some research on internet it appears that it's because I used the wrong version of eclipse. So I tried with the 64bits version but same story.

So if anyone here already succeeded to install Eclipse IDE for Java EE Developers on his RPi3, please help me because I really don't know what to do now...

Thanks and have a nice Day!!!

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Install Eclipse IDE for Java EE Developers on Raspberry

Tue Nov 08, 2016 8:32 am

Daniel182 wrote:Hello everyone,

I'm relatively new to the linux world and I'm doing a project on my own.
Anyway I am currently trying to install Eclipse IDE for Java EE Developers on my RPi3 B, but it won't launch and I can't figure out why.
I downloaded the Eclipse IDE for Java EE Developers 32bits for Linux on Eclipse website and uncompressed it in /opt/eclipse.
After some research on internet it appears that it's because I used the wrong version of eclipse. So I tried with the 64bits version but same story.

So if anyone here already succeeded to install Eclipse IDE for Java EE Developers on his RPi3, please help me because I really don't know what to do now...

Thanks and have a nice Day!!!
When 32 / 64 bit Linux is stated, generally that refers to x86 CPU Architecture..

...the Raspberry Pi has ARM CPU Architecture.


Actually if you have installed Raspbian Jessie then you can install Eclipse from the repositories:

Code: Select all

sudo apt-get update
sudo apt-get install eclipse
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

Daniel182
Posts: 3
Joined: Mon Nov 07, 2016 9:41 pm

Re: Install Eclipse IDE for Java EE Developers on Raspberry

Tue Nov 08, 2016 9:20 am

Hi,

how i can start the eclipse after i installed?

But i need for my project the IDE for Java EE Developers.

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Install Eclipse IDE for Java EE Developers on Raspberry

Tue Nov 08, 2016 9:52 am

Daniel182 wrote:Hi,

how i can start the eclipse after i installed?

But i need for my project the IDE for Java EE Developers.

Code: Select all

sudo apt-get update
sudo apt-get install eclipse-wtp-webtools

https://packages.debian.org/jessie/eclipse-wtp-webtools

https://packages.debian.org/jessie/eclipse
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

Daniel182
Posts: 3
Joined: Mon Nov 07, 2016 9:41 pm

Re: Install Eclipse IDE for Java EE Developers on Raspberry

Tue Nov 08, 2016 9:59 am

fruitoftheloom wrote:
Daniel182 wrote:Hi,

how i can start the eclipse after i installed?

But i need for my project the IDE for Java EE Developers.

Code: Select all

sudo apt-get update
sudo apt-get install eclipse-wtp-webtools

https://packages.debian.org/jessie/eclipse-wtp-webtools

https://packages.debian.org/jessie/eclipse
Is that the package?

Return to “Java”