有时候我们导入现有的工程时会出现错误,没有继续下一步的那个按钮,错误提示如下:some projects were hidden because they exist in the workspace directory。
查阅了半天,很多中文网站上也没看到有可行的解释,无意中在一外文网站上看见了,此时显得英语是尤其的重要啊!
导致这个错误的原因是工程重名了!并不是仅仅指文件夹重名,相信很多人也曾经修改过文件夹的名称,可惜没什么用处,关键是修改工程里面的一个文件!也就是.project这个文件!
用记事本打开,修改一下<projectDescription>
<name>projectname</name>中的projectname就行了。
再次导入的话,就OK乐。
本文来自CSDN博客:http://blog.csdn.net/zhu_ai_xin_520/archive/2010/03/25/5414595.aspx
小孩说:果然是这样~~帮了俺的大忙了
分享到:
相关推荐
在使用Eclipse或MyEclipse等集成开发环境(IDE)时,可能会遇到“Some projects cannot be imported because they already exist in the workspace”的问题。这个错误提示表明,你试图导入的项目与当前工作空间...
安装sap gui 750后,打开smartforms或scriptforms提示:CSapEditorCtrl::GetObject: Object 13 does not exist的解决方法:安装此安装包后即可解决问题
smartforms 文本提示:CSapEditorCtrl::GetObject: Object 13 does not exist-附件资源
描述中提到的"CSapEditorCtrl::GetObject: Object XX does not exist"错误,这是一个常见的SAPScript开发过程中遇到的问题。这个错误表明在尝试访问或操作一个对象时,系统找不到对应的对象。这里的"XX"代表的是对象...
SAPGui 800 - 64bit Smartforms报错 CSapEditorCtrl::GetObject:Object does not exist
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++: ...
安装sap gui 750后,打开smartforms提示:CSapEditorCtrl::GetObject: Object 13 does not exist的解决方法 一、安装sap gui 750后,打开smartforms或scriptforms提示:CSapEditorCtrl::GetObject: Object 13 does ...
最近在做一个V*P*N中间件的配置工作,在配置...iptables: Bad rule (does a matching rule exist in that chain?)。我就纳闷了,怎么会出现这个问题,按照官方的文档也有错?以下是我针对iptables删除命令的解决办法。
DirectCompute draws a sharp distinction between the code that runs on the host (typical C or C++) and the code that runs on the device (C-like HLSL kernel code). The host code and the device code ...
解决SAPGUI800使用SMARTFORMS创建/编辑文本时报错CSapEditorCtrl::GetObject: Object 15 does not exist的对应版本SAPscript Legacy Text Editor patch安装包
IN、EXISTS、NOT EXISTS、NOT IN 在 SQL 语句中的应用和区别 IN 语句和 EXISTS 语句都是 SQL 语句中用来判断是否存在某个值的语句,但是它们的实现机制和应用场景是不同的。 IN 语句是通过 hash 连接来实现的,它...
- FIX: When the curve contain more then one figure and they were all unconfined and curve have alternative brush then whole flex-object bounding rectangle was filed. - FIX: The MaskColor property ...
Chapter 7 of "LTI Discrete-Time Systems in the Transform Domain" delves into the analysis and classification of linear-time invariant (LTI) discrete-time systems using transform techniques. These ...
1.2.1.1是该库的一个稳定版本,包含了对早期版本的改进和错误修复。这个JAR文件包含了所有必要的类和资源,使得开发者可以在项目中直接引用,实现日志记录功能。 Commons Logging通过提供一套简单的API,使得开发者...
In particular, do not add new parameters to the end of the function just because they are new; place new input-only parameters before the output parameters. This is not a hard-and-fast rule. ...
mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法
Assets/Scripts/SerialPortReciever.cs(7,17): error CS0234: The type or namespace name `Ports' does not exist in the namespace `System.IO'. Are you missing an assembly reference? 这个错误的原因是 Unity...
They only exist in memory and are limited to the Delphi/BCB/BDS process. Not every access violation in DelphiSpeedUp.dll is a bug in DelphiSpeedUp. Actually many of the exceptions in the RTL package ...
本项目"android network_provider"是一个在Eclipse环境下开发的Android应用,其核心功能是在室内环境中为用户提供经纬度定位服务。下面我们将深入探讨网络提供者的工作原理以及如何在实际应用中使用它。 1. **...