When updating to a new release of a server (JBoss, Tomcat, etc), it’s a real pain to have to up date all of the locations for the external jars in Properties | Java Build Path for each application.
Is there a way to use a symbolic link for the path statement? (e.g. instead of /usr/local/apache-tomcat-7.0.5/lib the external jar could point to /usr/local/tomcat/lib — with “tomcat” is a symbolic link to the home directory).
Thanks!
Larry