Does not appear to add server option in eclipse [duplicate]

0

I'm trying to add the tomcat server in eclipse but it does not appear to add servers in show view and I also can not change the perspective for java EE, can anyone guide me?

    
asked by anonymous 15.04.2015 / 15:52

1 answer

0

Ok, first let's add a server in eclipse by going to:

Window > Preferences > Server > Runtime Environments > Add...

Now that we have added our server, let's check our perspective settings at:

Window > Open Perspective > Other... , in the window that will open it should have Java EE . If you do not, you probably have the standard version of eclipse.

    
15.04.2015 / 16:17