eclipse中的未绑定类路径容器错误? [英] unbound class path container error in eclipse?

查看:509
本文介绍了eclipse中的未绑定类路径容器错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试将我的项目导入到ecclipse中,但是我收到以下错误描述

项目'myproject'中的
未绑定的类路径容器:'JRE System Library [jre1.5.0_16]'我如何解决这个错误

I tried to import my project into ecclipse, but im get following error Description
Unbound classpath container: 'JRE System Library [jre1.5.0_16]' in project 'myproject', How i can resolve this error

推荐答案

Eclipse项目的无界类路径容器意味着与项目关联的JRE不可用在工作空间中可用的JRE列表中。您将需要修改您的Java构建路径(可通过项目首选项访问),以使用在您的工作空间中有效的JRE定义。

An unbounded classpath container for an Eclipse project implies that the JRE associated with the project is not available in the list of JREs available in the workspace. You will need to modify your Java build path (accessible via Project Preferences), to use a JRE definition that is valid in your workspace.

您可以选择工作空间默认JRE或备用JRE,甚至与执行环境(如Java 5或Java 6)相匹配的JRE。

You can choose your workspace default JRE or an alternate JRE, or even a JRE that matches an execution environment (like Java 5 or Java 6).

编辑:作为替代,您可以将缺少的JRE添加到你的工作区 http: //help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-add_new_jre.htm

Edit: As an alternative, you can add the missing JRE to your workspace. http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-add_new_jre.htm

这篇关于eclipse中的未绑定类路径容器错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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