プロトコル バッファで Google から提供されたこの例をコンパイルしようとしています: https://developers.google.com/protocol-buffers/docs/javatutorial
ListPeople.java および AddPerson.java ファイルと一連のインポートが付属しています。問題は、次のスクリーンショットに示すように、「インポート com.example を解決できません」というメッセージが表示されることです。
http://postimg.org/image/67whg6a57/full/
This is the full path of the import com.example java file:
http://postimg.org/image/wexoc4sez/full/
and where all of my files are located:
http://postimg.org/image/4veseacpn/full/
私は次のことを試みました:
Project->Clean
File->Refresh
Property->Java build path->add external JAR:
http://postimg.org/image/xjrqhievv/full/
これらのどれも機能しません。何が問題ですか?