摘要: Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment.解... 阅读全文
posted @ 2014-11-16 00:29 帕米 阅读(189) 评论(0) 推荐(0)
摘要: ### pom.xml(Project Object Model, 项目对象模型) 定义项目基本信息,用于描述项目如何构建,声明项目依赖,第三方工具插件配置等等。```xml 4.0.0 com.pamisisi hello 1.0-SNAPSHOT jar hello http://... 阅读全文
posted @ 2014-11-14 22:04 帕米 阅读(135) 评论(0) 推荐(0)
摘要: ### 解压> tar -xvzf apache-maven-*-bin.tar.gz### 创建软连接> ln -s apache-maven-3.2.3 apache-maven### 添加 maven 环境变量> vim /home/alex/.bashrc```bash###########... 阅读全文
posted @ 2014-11-11 10:58 帕米 阅读(112) 评论(0) 推荐(0)