JUnitについて教えて下さい。上手く動作しません。
環境はWindows98+R1.0です。

(1)
http://www.junit.org/ides.htm#Eclipseの左にあるEclipseの「Addin」へのリンクから
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-ui-home/plugins/org.eclipse.jdt.junit/index.html
を開き、「Install」から、org.junitとorg.eclipse.jdt.junitをダウンロードします。

(2)
DLしたzipファイルをそれぞれ解凍し、Eclipseのpluginフォルダ配下に
org.junitとorg.eclipse.jdt.junitを置きます。

(3)
新たにJavaプロジェクト"Hoge"を作成し、"Package"画面のHogeを右クリックして
"properties"から"properties for Hoge"ダイアログを開き、"Java Build Path"の
"Libralies"タブを選択し、"Add External Jar"ボタンでorg.junitのjunit.jarを追加します。
同じくorg.eclipse.jdt.junitのjunitsupport.jarも追加します。