문제

The play framework is built around the notion of modules, which allow the segmentation of large applications is specialized/smaller entities.

Problem: I can't get my module to recognize the jars dropped in its lib/ folder.

Where should 3rd party libraries be dropped in a typical module ? and what is the src/ folder made for?

Update: Everything works as expected, I am blind ! disregard this question

도움이 되었습니까?

해결책

Are you sure that an application which use your module ignores the lib folder? I looked at the akka-module and they do it exactly this way.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top