Quote:
|
Originally Posted by ricka343
Please help its urgent
it was a .java file i hav its .class wid me but the .java i hav deleted accidently
|
In general, no; rm is designed to delete permanently. Limited undelete may be possible depending on your filesystem. What is your filesystem?
Java bytecode can usually be decompiled pretty easily. If it is important that you have some source code, then here are some old decompilers you can try:
Jad,
JODE. It won't be the same as the original source code (the names of variables, comments, and some of the structure of the code will be lost), but it will give working source code.