Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Crawler4jのサンプル コードをセットアップしようとしていますが、Eclipse が理解できないエラーをスローしています。エラーは次のとおりです。
The declared package "edu.uci.ics.crawler4j.examples.basic" does not match the expected package ""
パス「edu.uci.ics.crawler4j.examples.basic」があり、正しいです。
Javaコンパイラをベースディレクトリから実行して、edu/...フォルダが表示されるようにする必要があります。 実際のファイルのあるディレクトリから実行すると、.javaフォルダは表示されないため、デフォルトのパッケージが必要になります。
edu/...
.java