English 中文(简体)
在Java EE项目中,在删除我的班子之后,我可以回头来吗?
原标题:In a Java EE project, after deleting my classes, I can t get them back?

我删除了我的Eclipse Java EE项目下的记号WEB-INF/等。 既然如此,我就能够回来。 取消该项目没有任何意义。

难道我能够重新组合我的班子,让他们重新回到这个轮子?

问题回答

你们使用什么观点? 缺席,Eclipse在“Package Exploration”观点中展示了这些类别,但将在“Navigator”观点中展示。 因此,他们可能实际上会到那里,而你只是看不到。

否则,只是利用“项目”菜单所提供的选择,尝试重建你的项目。

There is a trick which can actually help you if you remember your class names. If you deleted something and you will create a file with this same name you can click on this file in your package explorer and chose "compare with the local history" option. it has helped me a few times.





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签