Hullo - issue is this:
- I wrote a servlet in Eclipse which requires mysql-connector-java-5.1.22-bin.jar
- To compile I need to add the jar via the project's "Java Build Path"
- To deploy I need to add the jar to the project's "Deployment Assembly"
- To run the servlet within eclipse I need to add the jar to the servlet's Run Configuration -> Classpath
It's not the end of the world re-re-repeating myself like this, but it does seem odd.
Given that Eclipse gets a lot of other stuff correct I'm guessing / hoping that maybe I'm overlooking some feature to avoid this silliness (I cannot imagine a scenario where you'd benefit from entering this in 3 different spots ... but maybe I'm being uncreative here ...).
Insights appreciated :-)