I ve dowloaded JDK and Eclipse and javaChrome , but it doesn't start ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I ve dowloaded JDK and Eclipse and javaChrome , but it doesn't start ?

hi all, I ve dowloaded JDK and Eclipse and javaChrome but it doesn't start ? Do I have to download something else ? What is the 64bit Java Virtual Machine ? I thought it was the JDK Windows 64bit , wasn't it ? I wanted to go on the java claases & Object course , as you have to create classes on the Eclipse editor . thanks a lot for your help ! (I wrote to Eclipse.org team but I ve received any answer yet) . Sam https://www.cjoint.com/c/HKbtcxuKVyw

1st Nov 2018, 7:10 PM
S. Kaouche
S. Kaouche - avatar
13 Answers
+ 6
S. Kaouche Pretty sure you downloaded the Eclipse launcher. If you downloaded it from the eclipse.org site directly, don't worry and let the launcher download the Eclipse IDE. If you downloaded it from another site, drop it and download from the official site. Here is a site with a direct download link for Photon, which is not the latest version, but from June 2018 (the launcher would download the latest version from September 2018, which is the latest version, doesn't really matter): https://www.eclipse.org/photon/
2nd Nov 2018, 7:46 PM
Tashi N
Tashi N - avatar
+ 4
What exactly doesn't start? Any error messages? Just a guess, but... Did you set up the system environment variables correctly (Java home path)?
2nd Nov 2018, 4:32 AM
Tashi N
Tashi N - avatar
+ 1
JDK is for development but eclipse needs java to run. Therefore you need java runtime. All java code is run in virtual machine. You basically can use the 32bit as well as the 64bit version.
1st Nov 2018, 7:58 PM
Mirko Klotzsche
Mirko Klotzsche - avatar
+ 1
See if you were running Debian Linux, installing JDK installs JVM by default. And, _no_, you cannot run 32 or 64. You _must_ match your architecture or it will either not work or be slower on things like floating points. If you have a ____ processor/arch: 32-bit: You cannot run 64-bit Java. 64-bit: You can run 32-bit Java at an extra cost. Requirements (What you need): JDK latest stable (8 or 9, iirc) JVM latest stable (8 or 9, iirc) Any editor. Notepad/Notepad++/Atom/etc. * You don't need an IDE. But if you have Eclipse running, I _think_ JVM is installed on your system because I _think_ Eclipse is part/whole written in Java. * I thought JVM was included in JDK. WTF? That is yet another reason to hate Microsuck Winblows and love GNU/Linux.
2nd Nov 2018, 11:42 AM
non
+ 1
hi guys and thanks all for your fast reply ! Please watch the joined document . It may help you to understand : https://www.cjoint.com/c/HKctoG1Cydw @TashiN the Eclipse-inst-win 64 doesn't want to open and install itself . I don't see it in my programm computer list . Whereas I see the others Java Chrome-Install-8u191 and JDK 11.0.1.0 Java (TE) Plateform Binary When I click on the Eclupse icon , it goes to the website to dowload it . Should I have downloaded the 2018 version ? @nonzyro yes I have notepad but not Linux . It is said to be better , isn't it ? thanks for your help !
2nd Nov 2018, 7:15 PM
S. Kaouche
S. Kaouche - avatar
0
@TashiN thanks for your reply ! It drives me here once again when I click on the icon http://download.eclipse.org/oomph/jre/?vm=1_1_7_0_64_0&pn=Eclipse%20Installer&pu=http://wiki.eclipse.org/Eclipse_Installer&pi=http://download.eclipse.org/oomph/jre/128x128.png ... but I think that maybe you're right I need to download the java environnement . Is it that java 1.7.0 (64bit) ? Here is what I get when I ask the terminal about the java version : https://www.cjoint.com/c/HKctoG1Cydw thanks
3rd Nov 2018, 6:56 AM
S. Kaouche
S. Kaouche - avatar
0
You have java runtime environmet already installed. It's the entry "java 8 update 191" but with wrong version. It seems that you will need java 7. I suggest to download and install JRE 1.7.0 and would prefer the 64 bit version.
3rd Nov 2018, 7:43 AM
Mirko Klotzsche
Mirko Klotzsche - avatar
0
@MirkoKlotzsche OOPS ! sure of that ? look : https://www.cjoint.com/c/HKdryVKpJQw ... even with the entry "jre 1.7.0" ! Miiiir ko ! ...and what about Eclipse ? I m surprised not to see it appear anywhere in program files ???
3rd Nov 2018, 5:17 PM
S. Kaouche
S. Kaouche - avatar
0
Good news ! Eclipse endly has opened just now ! Thanks God ! (and Tech Raj in Youtube) so now the question is which Eclipse do I have to click on ? Eclipse IDE for java Developpers , Eclipse IDe for javaEE developers , Eclipse IDE for C/C++ developers ? Eclipse IDe for Eclipse comitters ? Eclipse Modeling Tools ? Eclipse IDE for Rust developers ? Which one please ?look : https://www.cjoint.com/c/HKdtqjygU1w I d like the same as the java classes & Objects lesson course : https://www.cjoint.com/c/HKdu0N3wrMw Thanks for your help all !
3rd Nov 2018, 7:03 PM
S. Kaouche
S. Kaouche - avatar
0
@MirkoKlotzsche your link is good but not enough because I dowloaded it at the beginning (see upwards) but something was missing : the jdk 1.8.0 .92 and jre 1.8.0.92 java version . (What is on oracle.com seems not to be good ??? I m surprised. ) . Thanks Mirko !
3rd Nov 2018, 7:09 PM
S. Kaouche
S. Kaouche - avatar
0
I assume you want write java code so choose java Developer.
3rd Nov 2018, 7:10 PM
Mirko Klotzsche
Mirko Klotzsche - avatar
0
Would you please explain what your problem was? Maybe it could help other users later. I had never such problems. But EDP is no exact science 😉.
3rd Nov 2018, 7:13 PM
Mirko Klotzsche
Mirko Klotzsche - avatar