我发现here为了传递JVM开关来播放,你将它们附加到play run,例如
play run -XX:CompileCommand=exclude,jregex/Pretokenizer,next同样的技巧也适用于play start吗?
发布于 2011-12-08 07:51:47
可能吧。但更好的是,您可以像在IntelliJ中那样,通过java命令行直接调用Play。
java play.server.Server -Dapplication.path=/path/to/my/application -Dplay.id=myplayid https://stackoverflow.com/questions/8414255
复制相似问题