on ‎2009 Jul 21 11:25 AM
Hi,
Is it posiible to extract java code from a web dynpro aplication's .ear file.
Considering that i dont have the worksapce for the application but i have the ear. So it possible that i create a workspace with this ear and get the code.
Request clarification before answering.
Hi Deepika
Sometimes in non-productive EARs you may see a source code. Check if file src.zip presents in the EAR's root folder. If you have the file then you can extract it directly in Eclipse Webdynpro project and work with the project.
In other case what you can extract from EAR are compiled binary Java classes (*.class). You cannot restore any project from the compiled classes. The only what you can do in the case is to decompile file-by-file each Java class with help of JAD tool, for example, or any other Java decompiler.
BR, Sergei
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.