Commit 35dff15 1 parent 1dcf292 commit 35dff15 Copy full SHA for 35dff15
File tree 1 file changed +2
-2
lines changed
src/main/scala/com/typesafe/sbt/packager/jdkpackager
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ object JDKPackagerAntHelper {
176
176
if (antTaskLib.isEmpty) {
177
177
sys.error(
178
178
" Please set key `antPackagerTasks in JDKPackager` to `ant-javafx.jar` path, " +
179
- " which should be find in the `lib` directory of the Oracle JDK 8 installation. For example (Windows):\n " +
180
- """ (antPackagerTasks in JDKPackager) := Some("C:\\ Program Files\\ Java\\ jdk1.8.0_45\\ lib\\ ant-javafx.jar")"""
179
+ " which should be found in the `lib` directory of the Oracle JDK 8 installation. For example (Windows):\n " +
180
+ """ (antPackagerTasks in JDKPackager) := Some(file( "C:\\ Program Files\\ Java\\ jdk1.8.0_45\\ lib\\ ant-javafx.jar") )"""
181
181
)
182
182
}
183
183
You can’t perform that action at this time.
0 commit comments