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.
私のtalendジョブルーチンで、jarファイルのユーティリティメソッドを利用したいと考えています。この jar を現在のジョブに依存するものとして追加するにはどうすればよいですか?
tLibraryLoad コンポーネントを使用してみてください。これを使用すると、jar ファイルをロードできるので、ジョブの開始時にそれを追加でき、その後ライブラリを使用できるようになります。
tLoadLibrary が機能するか、リポジトリ内のジョブを右クリックしてジョブに依存関係を追加することもできます。