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.
C ++ for Javaのライブラリに相当するものは何ですか?複数のプロジェクトでライブラリとして再利用したいクラスがいくつかあります。
ありがとう
基本的に、クラスを含むjarファイルを作成し、コンパイルと実行の両方のためにクラスパスにそのjarファイルへの参照を追加します。
詳細は、 『Oracle Jar File Tutorial 』を参照してください。