将已创建的项目访问到工作区时面临的问题
这是我多日以来面临的问题。我正在尝试解决这个问题,但无法解决这个问题。当我尝试访问工作区中现有项目的项目时,我在“@override”标签处收到某种错误,当删除该错误时,该错误消失,并且应用程序名称中将显示单个错误,并且无法删除。同时我正在尝试从每个java文件复制所有代码并将其粘贴到新创建的另一个项目中。
任何人都可以帮助我解决这个问题吗?提前致谢。
This is the problem am facing since many days. am trying to manage that but not able to solve that. while am try to access the project which is existing project into workspace then am getting some kind of error at the "@override" tag and when remove that the error disappear and single error will be shown at the application name and that cannot be removed. Am doing for the mean while is try to copy all the code from the each java file and paste it to another project that was created newly.
Can any one help me in this concern. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的问题与 JDK 有关,因此您要做的就是从菜单选项中选择
Window > Preference 然后导航到下图所示的节点,并将“编译器合规级别设置为 1.6”
Your problem is related to JDK for this what you have to do is from menu options choose
Window > Preference then navigate to node displayed in below image and set "Compiler compliance level as 1.6"