2

I'm building a Java web app using Amazon SDK for java.
The SDK uses 3rd party Apache common-codec 1.3.
I've added common-codec 1.6 to the project (I need it) but it still "finds" the one from the SDK first.
What should be done in scenarios such as this.
I can remove the 1.3 from the SDK but I guess it's bad practice to just upgrade a library that Amazon uses "internally".

4

1 に答える 1

2

project->properties->java build path->Order and Export タブを右クリックし、SDK を選択して順番を上に移動します。

于 2012-07-02T10:36:45.200 に答える