【发布时间】:2015-12-21 00:56:45
【问题描述】:
我在activator 内部使用run 命令运行我的播放应用程序。当我打开索引页面时,编译源代码后,控制台打印
[warn] Note: Some input files use unchecked or unsafe operations.
[warn] Note: Recompile with -Xlint:unchecked for details.
我该怎么做?如何使用该参数重新编译?我试过用activator -J-Xlint:unchecked 和JAVA_OPTS="-Xlint:unchecked" activator 运行激活器,结果都是
Unrecognized option: -Xlint:unchecked
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
【问题讨论】:
标签: scala playframework sbt playframework-2.3 typesafe-activator