= hadoop 編譯 jsp = 將 hadoop_home/src/webapp 底下的資料夾放到 Eclipse 去coding,會遇到一些error的提示: == XXX is not visible == 如: The method getFSImage() from the type FSNamesystem is not visible 如: The type TaskStatus is not visible 即使已經將完整的classpath 引入編譯環境,但始終會告知 XXX is not visible. * 原因: XXX在程式裡並非宣告成public ,因此即使引用了正確的jar檔到classpath,但非同一個package,因此該jsp的存取維度就無法讀到該類別或該方法