| 
	
	
		
		
			
			 
				Сборка GCC (Java, ant)
			 
			
		
		
		
		Можете мне, нубу в Java, пошагово объяснить, как собрать компилятор? 
 
Я чекаутнул с помощью черепашки исходники, с указанного адреса. 
Поставил ant 
Запустил ant в контексте директории, в которой лежит build.bat - а он мне 
 
Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre7\li 
b\tools.jar 
Buildfile: c:\GCC\build.xml 
 
rhino: 
 
properties: 
 
init: 
 
compile: 
 
compile-most: 
 
BUILD FAILED 
c:\GCC\build.xml:99: The following error occurred while executing this line: 
c:\GCC\lib\rhino\build.xml:45: The following error occurred while executing this 
 line: 
c:\GCC\lib\rhino\src\build.xml:38: Unable to find a javac compiler; 
com.sun.tools.javac.Main is not on the classpath. 
Perhaps JAVA_HOME does not point to the JDK. 
It is currently set to "C:\Program Files\Java\jre7" 
 
Total time: 0 seconds 
 
Что я не так делаю? 
		
	
		
		
		
		
		
		
	
		
		
	
	
	 |