如何在 Eclipse 中重新打开我的源代码?
如果我在 Eclipse 中用 JAVA 编写了一个程序,然后我启动了一个新程序,我无法打开它进行重写和编译。我可以使用 Open file... 打开它们,但只能打开 .src 文件,而不是完整的程序。我该怎么做呢?
If I wrote a program in JAVA in Eclipse, and I start a new, I can't open it for re-writing, and compiling. I can open them with Open file... but only the .src file, and not the full program. How can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在 Eclipse 中编辑/编译/执行 Java 程序,您需要创建一个项目。然后将您的 .java 文件添加到其中。
To edit/compile/execute a Java program in Eclipse, you need to create a project. Then add your .java file(s) to it.