Reputation: 139
I want to install Eclipse + Java EE and achieve a "Hello World" example. I have installed Eclipse which is OK. However, I have downloaded Java EE SDK 8 from here and unzipped the archive. I expected to get a folder named bin inside which I should find all the java commands, such as java, javac, etc.. so that I can declare this folder in the PATH environment. But this folder is not there.
Why? What do I need to do? Because of that, I cannot launch Eclipse because I get a message that I need a JRE installed.
Thanks a lot
Upvotes: 1
Views: 1737