デバッガーでステップスルーできるように、Eclipse プロジェクトで Spring ソースコードをセットアップしようとしています。
現在、私が踏み込もうとしている特定のコード行は次のとおりです。
ApplicationContext context=new ClassPathXmlApplicationContext("classpath:spring.xml");
ApplicationContext と ClassPathXmlApplicationContext は org.springframework.context の一部です。
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
「Java Build Path」=>「Libraries」の下で、org.springframework.context-3.1.3.RELEASE.jar のファイル org.springframework.context-sources-3.1.3.RELEASE.jar へのパスを指定しました。 .
eclipse indigo 3.7.2 で spring 3.1.3 を使用しています。
アップデート:
「デバッグ構成」の下のソースタブにソースの.jar ファイルを追加しようとしましたが、Eclipse はまだソースを見つけられません。