简体   繁体   English

Craftbukkit:MVN全新安装错误

[英]Craftbukkit: mvn clean install error

I am fairly new to UNIX and i am trying to use CraftBukkit to run my Minecraft Server. 我是UNIX的新手,我正在尝试使用CraftBukkit运行我的Minecraft服务器。

This is what I did: 这是我所做的:
$ git clone git://github.com/Bukkit/CraftBukkit.git
$ cd CraftBukkit
$ mvn clean install

This is the error I get... 这是我得到的错误...

sam@qntm:~/CraftBukkit$ mvn clean install                                       
[INFO] Scanning for projects...                                                 
[INFO] ------------------------------------------------------------------------ 
[INFO] Building CraftBukkit                                                     
[INFO]    task-segment: [clean, install]                                        
[INFO] ------------------------------------------------------------------------ 
[INFO] [clean:clean]                                                            
[INFO] Deleting directory /home/sam/CraftBukkit/target                          
[INFO] [resources:resources]                                                    
[INFO] Using default encoding to copy filtered resources.                       
[INFO] [compiler:compile]                                                       
[INFO] Compiling 133 source files to /home/sam/CraftBukkit/target/classes       
[INFO] ------------------------------------------------------------------------ 
[ERROR] BUILD FAILURE                                                           
[INFO] ------------------------------------------------------------------------ 
[INFO] Compilation failure                                                      
Unable to locate the Javac Compiler in:                                         
/usr/lib/jvm/java-6-openjdk/jre/../lib/tools.jar                              
Please ensure you are using JDK 1.4 or above and           
not a JRE (the com.sun.tools.javac.Main class is required).                    
In most cases you can change the location of your Java                         
installation by setting the JAVA_HOME environment variable.                    


Unable to locate the Javac Compiler in:                                        
/usr/lib/jvm/java-6-openjdk/jre/../lib/tools.jar                             
Please ensure you are using JDK 1.4 or above and                               
not a JRE (the com.sun.tools.javac.Main class is required).                    
In most cases you can change the location of your Java                         
installation by setting the JAVA_HOME environment variable.                    

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch                      
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second                                                    
[INFO] Finished at: Tue Feb 08 17:42:57 MSK 2011                               
[INFO] Final Memory: 12M/151M                                                  
[INFO] ------------------------------------------------------------------------ 

Apologies if there is a really simple and obvious solution. 抱歉,如果有一个非常简单明显的解决方案。

ensure that your JAVA-HOME variable is set to proper path. 确保将JAVA-HOME变量设置为正确的路径。 Here is described how to set it properly http://www.cyberciti.biz/faq/linux-unix-set-java_home-path-variable/ 这里介绍了如何正确设置它http://www.cyberciti.biz/faq/linux-unix-set-java_home-path-variable/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM