eclipse maven Unable to locate the Javac Compiler in:

这个问题很变态

因为一开始

这里选择的是jdk平行目录下面的jre

要选择jdk目录下面的jre

这样就可以编译了。最后不行

我还在eclipse.ini文件中加了两行(一定要加在-vmargs之前,而且-vm后面有回车):

-vm

D:\Development\Java\jdk1.5.0_16\bin\javaw.exe

时间: 2024-11-03 10:58:51

eclipse maven Unable to locate the Javac Compiler in:的相关文章

在XP系统下搭建maven环境出的问题 Unable to locate the Javac Compiler in: C:\Program Files\Java\jre6\..\lib\tools.jar

Build errors for spider; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project spider: Compilation failureUnable to locate the Javac Co

eclipse maven tools.jar找不到y也就是在这个

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project uec-receiver-api: Compilation failureUnable to locate the Javac Compiler in:C:\Program Files\Java\jre1.8.0_66\..\lib\tools.jarPlease ensu

Eclipse错误提示:The Eclipse executable launcher was unable to locate its companion shared library.

打开Eclipse弹出错误提示:TheEclipse executable launcher was unable to locate its companion shared library. 中文意思:Eclipse可执行文件的启动器无法找到它的共享库(google告诉我的,目前的英文水平还不咱滴,正努力中) Eclipse.ini文件内容如下: -startup plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.j

运行eclipse就提示 The Eclipse executable launcher was unable to locate its companion library. 解决方案

你试试把中文路径换掉 不行的话参考 逝去的青春的博客:Eclipse出现“The Eclipse executable launcher was unable to locate its companion shared library”错误的解决方法如下: 一.打开eclipse目录下的配置文件eclipse.ini. 二.将--launcher.library和-startup下面的路径都改为当前的正确路径. 如我的eclipse的存放路径由D:\Program Files\改为D:\,则将

Unable to locate Spring NamespaceHandler for XML schema namespace

java服务中整合了spring,在Eclipse里本地启动时没问题,但是部署到局域网linux服务器上时解析spring applicationContext.xml报错,具体报错信息如下: Console代码   org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for

mvn打包spring工程成jar时报Unable to locate Spring NamespaceHandler for XML schema namespace错误解决办法

有一个小工程,使用了spring,在使用maven的assembly打包成独立可执行的jar包后,在执行时报如下错误:Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace      网上对这个问题也有提及,这是assembly的一个bug.参见:http://jira.codehaus.org/browse/MASSEMBLY-360 原因是spring的多个jar包中都含

打成Jar包后运行报错 Unable to locate Spring NamespaceHandler for XML schema namespace

MAVEN项目,在IDEA中运行正常,但是把它打成jar包后再运行就会出现异常: Exception in thread "main" org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.sp

开发环境配置(netbeans+ant迁移到eclipse+maven)

新公司入职,接手一个离职人员的项目,拿到的源码是以一个压缩包,用netbeans开发,ant管理:前端:jsp+extjs,后端:springmvc+hibernate+activiti+spring: 开搞: 直接导入项目,发现不能识别: 看到源代码里边有build.xml,遂搜索: 按照<在Eclipse中通过build.xml导入工程>操作: 有些开源工程是用ant编译的,那么这时候有时可以通过导入工程中的build.xml来将工程导入到Eclipse中,步骤如下: 选择菜单File-&

eclipse maven java1.8支持

下载Java 8并确保你的Eclipse版本是Kepler SR2. 选择菜单:"Help > Eclipse Marketplace-". 在搜索框中输入"Java 8 Kepler". 安装Java 8 support for Eclipse Kepler SR2插件. 安装其他可选插件: Java EE扩展支持:Java 8 Facet for Web Tools for Eclipse Kepler SR2 Maven扩展支持:Java 8 suppo