I could not find the Java EE perspective in Eclipse Galileo. I want to develop a web application, but for this I need to change the Eclipse perspective. But, I could not fin
In the latest version of Eclipse (eclipse 2019-12), you need to manually download and install different perspectives as per your need. For Java EE perspective, Go to Help -> Install New Software... Then in the new pop up dialogue box, select --All Available Sites-- from Work with drop down list. Select "Web, XML, Java EE and OSGi Enterprise Development" from the list and click next, then accept the license. Click Finish. After installation you can see "Java EE" in "Windows->Perspective->Open Perspective->Other Perspective.
Good luck fellas...