Changes between Version 10 and Version 11 of Download/panc
- Timestamp:
- Nov 26, 2008, 12:31:10 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download/panc
v10 v11 25 25 === Building === 26 26 27 Correctly building the java-implementation of the pan compiler requires version 1.5.0 or later of a Java Development Kit (JDK). Many linux distributions include the GNU implementation of java; '''the GNU implementation is not sufficient to build or run the pan compiler'''. Full versions of java for linux, solaris, and windows can be obtained from [http://java.sun.com/ Sun]. The [http://openjdk.java.net/ OpenJDK] version of java also works well if it is available for your platform.27 Correctly building the java-implementation of the pan compiler requires version 1.5.0 or later of a Java Development Kit (JDK). Full versions of java for linux, solaris, and windows can be obtained from [http://java.sun.com/ Sun]. The [http://openjdk.java.net/ OpenJDK] version of java also works well if it is available for your platform.The GNU implementation of java (gjc) included in many linux distributions is '''not sufficient''' to build or run the pan compiler. 28 28 29 29 The build of the compiler is done via [http://ant.apache.org/ ant] that also depends on java. For ant to find the correct version, the environment variable JAVA_HOME should be defined: