summaryrefslogtreecommitdiff
path: root/src/manual/scala/man1/scalac.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/manual/scala/man1/scalac.scala')
-rw-r--r--src/manual/scala/man1/scalac.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/manual/scala/man1/scalac.scala b/src/manual/scala/man1/scalac.scala
index 34d69d2ef4..068bfa2f8e 100644
--- a/src/manual/scala/man1/scalac.scala
+++ b/src/manual/scala/man1/scalac.scala
@@ -301,6 +301,10 @@ object scalac extends Command {
"as part of the environment variable; spaces, quotation marks, " &
"etc., will be passed directly to the shell for expansion."),
Definition(
+ MBold("JAVA_HOME"),
+ "Specify JDK/JRE home directory. This directory is used to locate " &
+ "the " & MBold("java") & " command unless " & MBold("JAVACMD") & " variable set."),
+ Definition(
MBold("JAVA_OPTS"),
SeqPara(
"Specify the options to be passed to the " & MBold("java") &