本文主要是介绍eclipse中File not found: C:\Users\Admin\AppData\Local\Temp\...\rebel.xml错误解决办法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
eclipse在安装了jebel插件对项目使用时项目会生成rebel.xml文件
在更新或者改的项目或者清理垃圾后有可能出现问题,tomcat因为问题启动不了
错误详情:
File not found: C:\Users\Admin\AppData\Local\Temp\rebelxml-
com_2goodsoft2Egz_2Eenterprise_2Ecore60154728266035100\rebel.xml.
解决办法:
在其目录下建一个rebel.xml
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd"><classpath><dir name="E:/APP/eclipseWorkspace/xxx/xxxx/xxxt/xx/target/classes"></dir><!-- 项目文件目录 ---></classpath></application>
也可以直接在C:\Users\Admin\AppData\Local\Temp目录下找一个有rebel.xml的拷贝进去。
也可以运行成功。
这篇关于eclipse中File not found: C:\Users\Admin\AppData\Local\Temp\...\rebel.xml错误解决办法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!