You are not logged in.
I am uncertain if this an archlinux question specifically or linux in general.
I have recently installed archlinux and using pacman I installed eclipse and tomcat7 using the relevant guides in the ArchWiki. I followed this guide to integrate the two together.
To sum it up, I did the following:
Installed WPT from the Eclipse Install New Software feature.
Opened the new Dynamic Web Project wizard
During the wizard I selected Apache Tomcat v7.0 and set the Tomcat installation directory to /usr/share/tomcat7
Completed the wizard
Right clicked on the server tab(located at the bottom of the IDE) and clicked on the new server dialogue
In this dialouge is were I encounter an issue. When I choose Tomcat v7.0 Server the error Cannot create a server using the selected type pops up.
I'm suspecting that it might be a permission issue since I am not running Eclipse via root but I am not sure how to set them up for this scenario. Other than that not sure if maybe it is a directory issue, i.e eclipse is trying to locate a specific folder which is located somewhere else.
PS: This question has been posted on stackoverflow aswell on : http://stackoverflow.com/questions/8623 … -archlinux
Offline
Try starting eclipse as root to create the new server. You should also install the WTP plugin as root otherwise whenever eclipse is updated your plugins will need to be reinstalled.
oldpond = glide
Offline