今天在做项目的时候,eclipse总是出【build.properties does not exist】的错误,并且开启服务后,不到3分钟就提示内存溢出。点击关闭服务也无法关掉。重新换了eclipse,问题依旧出现,所以应该是项目本身的问题。
解决方法:
将项目下的.project文件打开。删除下面标注处代码
(它会引用build.properties,但是build.properties压根就不存在,一直引用,直到爆缸为止。
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ofbiz</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.codehaus.groovy.eclipse.groovyBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.codehaus.groovy.eclipse.groovyNature</nature>
<!--删除代码-->
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
<debug模式下,如果问题还存在,那么一般就是你在调用方法的时候参数类型传递有错误,仔细检查代码>
分享到:
相关推荐
标题 "does not exist. 解决 /root/.Xauthority does not exist" 涉及到的是一个常见的 Linux 系统问题,通常在使用图形界面(如 X Window System)或通过 SSH 远程连接时遇到。这个问题指出,系统找不到 `/root/....
“Controller does not exist.”登陆后台突然是这个提示登陆不上后台了。...这是控制器不存在错误 应该是改过了系统文件,或者是上传文件缺失。 可以这样做,把phpcms/ 目录下的所有文件和重传覆盖。
在 Windows 操作系统中,`FILE_DOES_NOT_EXIST` 是一个错误代码,通常表示尝试访问的文件不存在于指定的位置。该错误代码在内核模式下通过 `NTSTATUS` 类型来表示,具体的值定义为 `0x00000005`。当应用程序或驱动...
mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法
当出现“jboss-service.xml could not be opened, does it exist”的错误时,通常意味着JBOSS服务器在启动过程中无法找到或打开`jboss-service.xml`文件。这可能是由以下几个原因造成的: 1. **文件不存在**:最...
安装sap gui 750后,打开smartforms或scriptforms提示:CSapEditorCtrl::GetObject: Object 13 does not exist的解决方法:安装此安装包后即可解决问题
解决SAPGUI800使用SMARTFORMS创建/编辑文本时报错CSapEditorCtrl::GetObject: Object 15 does not exist的对应版本SAPscript Legacy Text Editor patch安装包
Warning: /opt/module/sqoop/bin/…/…/hcatalog does not exist! HCatalog jobs will fail. Please set $HCAT_HOME to the root of your HCatalog installation. Warning: /opt/module/sqoop/bin/…/…/accumulo ...
Code::Blocks – The file does not exist. 1. Code::Blocks Could not open the file '/home/strong/codeblocks_work/Fire-master/src/bubble/config.cpp'. The file does not exist. 2. Build log ...... g++: ...
标题 "The skin does not exist: Unable to determine the release version" 提到的问题,通常是与软件部署或更新时出现的错误有关,尤其是与版本控制或者界面显示有关。这可能是指在使用某些开源工具或框架时,系统...
NULL 博文链接:https://snowelf.iteye.com/blog/507976
- 如果使用的是IDE,如IntelliJ IDEA或Eclipse,确保IDE的配置与项目需求匹配。 理解并解决这些常见问题将有助于成功编译Spring源码,进一步深入了解Spring框架的工作原理,这对于开发者来说是一次宝贵的学习经历。...
在使用Visual Studio Code (VSCode) 开发Vue项目时,可能会遇到一个常见的错误:“Property ‘xxx’ does not exist on type ‘CombinedVueInstance<{ readonly...}, Vetur(2339)”。这个错误提示通常出现在使用...
Java eclipse下 Ant build.xml实例详解 在有eclipse集成环境下ant其实不是很重要,但有些项目需要用到,另外通过eclipse来学习和理解ant...Buildfile: build.xml does not exist! Build failed 说明已经完成ant的设置。
在phpcms系统中,如果你在打开网站时看到了“Action does not exist”的错误提示,那么这通常意味着程序在尝试访问或处理某个文件或页面时遇到了问题。具体到这个案例,问题出现在无法读取index.html文件。 首先,...
一般情况都是因为文件的上级目录不存在浏览权限。...详细说明:Serv_U安装设置以及530 Not logged in, home directory does not exist解决方法安装程序尽量采用最新版本,避免采用默认安装目录,设置好serv-u
在 VSCode 中使用 Vue 项目时,可能会遇到 Property ‘xxx‘ does not exist on type ‘CombinedVueInstance…Vetur(2339)错误,这个错误是由于 Vetur 插件的配置问题导致的。Vetur 是一个非常流行的 Vue 项目开发...
- **自动关闭连接**:当不再需要数据库连接时,BoneCP会自动关闭并返回到连接池,避免资源泄露。 - **监控和调试**:BoneCP提供了详细的统计信息和日志,有助于开发者监控连接池的状态和性能,以及调试潜在问题。 - ...
2. **调试工具**:调试器是开发过程中的重要组成部分,它可以帮助开发者定位和修复代码中的错误。OpenHarmony的命令行工具可能包含GDB(GNU调试器)或其他类似的工具,允许远程调试运行在OpenHarmony设备上的程序。 ...
Class Does Not Exist(解决方案).md