eclipse 3.5.2 how to add a new server?
I just download eclipse 3.5.2 and I'm trying to add a tomcat server. But I just can't seem to find where the server view is. I thought it 开发者_运维问答used to be in view => show views => server but it doesn't appear to be there. Does anyone know where they moved it to?
Probably you downloaded Eclipse plain Java version instead of Eclipse IDE for Java EE Developers distribution.
If this, you can install Java EE plugins via Eclipse Update Manager. Then you can see "servers" window.
You should find it under Window->Show View->Servers. If you don't find Servers in the View popup then you can try the Window->Show View->Others->Server->Servers.
It can also be done using File->New->Other->Server->Server
1- You should try this way : Help >> Install New Software
2- And then select your eclipse in Work with section. For example: ["Juno - http://download.eclipse.org/releases/juno(i'm using this version)"]
3- And then click ((Web, XML, Java EE and OSGi Enterprise Development))
4- After all process enjoy to click servers section in window >> show windows >> other >> server >> servers !!!
精彩评论