为什么我的eclipse项目没有建立路径? [英] Why does my eclipse project not have a build path?

查看:284
本文介绍了为什么我的eclipse项目没有建立路径?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

eclipse中没有构建路径的优点是什么?为什么这个设置默认为什么,就像你永远不会使用的东西?看来,日食靛蓝是为了使软件开发变得模糊而开发出来的。我刚刚从另一台电脑检查了一个新的项目检查项目(称为地下城),自动无效,无法编译,无法选择构建路径,无法添加jre,无法添加jdk ,不能添加到项目属性。





我的日食是否损坏?我不敢相信这是发生的,这样一件容易的事情是不可行的。

解决方案

看起来你没有将Eclipse项目元数据文件添加到源代码管理系统,所以Eclipse不知道你的构建路径是否是甚至是一个java项目。你可以看到,你的dungeonworld项目中的小文件夹缺少'j',这意味着Eclipse不认为这是一个java项目。



回到你的其他计算机,并在您的原始项目根目录中查找以下文件...


  1. .project

  2. .classpath

  3. .settings / *

确保所有的源代码管理系统或者什么都不会正常。


What is the advantage with not having a build path in eclipse? Why is that setting default when it's like something you'd never use? It seems eclipse indigo was developed to make software development as obscure as possible. I just checked out a fresh copy of the project I checked in (called dungeonworld) this afternoon from another computer and automatically nothing works, can't compile, can't choose build path, can't add jre, can't add jdk, can't add that to project properties.

Is my eclipse broken? I can't believe this is happening, such an easy thing not feasible.

解决方案

It looks like you did not add Eclipse project metadata files to your source control system, so Eclipse doesn't know what your build path is or whether it is even a java project. You can see that the little folder on your dungeonworld project is missing the little 'j', which means Eclipse doesn't think it's a java project.

Go back to your other computer and look for the following files in your original project root...

  1. .project
  2. .classpath
  3. .settings/*

Make sure all of the end up in your source control system or nothing will work right.

这篇关于为什么我的eclipse项目没有建立路径?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆