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.
いくつかの webjar と一般的な jar 依存関係を持つsbt-webプロジェクトがあります。jar 依存関係の 1 つからリソース ファイルを取得し、それを連結タスクで使用したいと考えています。しかし、build.sbt の依存 jar 内のリソースを参照する方法がわかりません。
通常、getResourceAsStreamは機能します。
getClass.getResourceAsStream("/path/to/resource/in/jar")
Stream getClass.getResourceは機能しないため、リソースを読み取ることが重要です。