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.
import ca.uhn.hl7v2.DefaultHapiContext; import ca.uhn.hl7v2.HapiContext;
上記の 2 行でエラーを解決できません。プロジェクトにすべてのjarファイルがあるのに、なぜなのかわかりません。APIを使い始めたばかりhapiなので、簡単に見つけられるものを見落としている可能性があります。
hapi
どのバージョンの HAPI を使用しますか? HapiContext とその実装は、HAPI 2.1-beta1 以降でのみ利用可能です。おそらく、クラスパスに古い HAPI バージョンがあります。