Closed Raffiki closed 6 years ago
Hi @Raffiki what version of play are you using ? Since 2.5 Guice is brought by Play so it should be no hassle to use it there :) What is your project layout to have not Guice ?
@Raffiki what you could do is to instantiate the JobClassLoader.java and than it should work without Guice. Keep in mind to only instantiate this class once, it is a singleton purpose class.
question: how could I use this module in a custom application loader? Is this possible at all?