英文:
Java Eclipse issue
问题
你好,我刚刚下载了Eclipse并开始为我学期的期末考试进行学习。
然而,当我尝试进行调试时,出现了这个问题:
我该如何解决?
英文:
Hello I have just downloaded Eclipse and started studying for my semester final exam.
However when I try to debug I get this:
How do I fix it?
答案1
得分: 0
你没有正确选择文件。
转到项目资源管理器(在Eclipse中),并按照以下说明操作:
右键单击 > 调试为 > Java应用程序 或 在服务器上调试
- 打开包资源管理器:
从顶部导航栏选择 Window:
然后按照以下说明操作:
显示视图 > 其他... > 在查询栏中输入 'Package Explorer',并选择相应的结果
英文:
You didn't select the file properly.
Go to the project explorer (in Eclipse), and follow these instructions:
Right Click > Debug As > Java Application or Debug on Server
- To open the Package Explorer:
Select Window from the top navigation bar:
Then follow the instructions below:
Show View > Other... > Enter 'Package Explorer' in the query bar and select the corresponding result
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论