Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>No creating the symlink is not a good idea (mixing two JDKs)</p> <p>Ant is using the same Java version used to run Ant itself. If you want to use Java 1.7 you should instruct Ant. From the <code>javac</code> Task documentation:</p> <blockquote> <p>It is possible to use different compilers. This can be specified by either setting the global build.compiler property, which will affect all tasks throughout the build, by setting the compiler attribute, specific to the current task or by using a nested element of any typedeffed or componentdeffed type that implements org.apache.tools.ant.taskdefs.compilers.CompilerAdapter. Valid values for either the build.compiler property or the compiler attribute are:</p> <ul> <li>classic (the standard compiler of JDK 1.1/1.2) – javac1.1 and javac1.2 can be used as aliases. </li> <li>modern (the standard compiler of JDK 1.3/1.4/1.5/1.6/1.7) – javac1.3 and javac1.4 and javac1.5 and javac1.6 and javac1.7 (since Ant 1.8.2) can be used as aliases. jikes (the</li> <li>Jikes compiler).</li> <li>jvc (the Command-Line Compiler from Microsoft's SDK for Java / Visual J++) – microsoft can be used as an alias.</li> <li>kjc (the kopi compiler).</li> <li>gcj (the gcj compiler from gcc).</li> <li>sj (Symantec java compiler) – symantec can be used as an alias. extJavac (run either modern or classic in a JVM of its own).</li> </ul> </blockquote> <p>If you want to use the same Java version as Ant be sure that you installed it correctly (and that you installed the JDK and not only JRE)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload