Is there a way to debug a Java application that is started via Eclipse Equinox? Something similar to the ".net reflector" does with C #. We have this big program that was developed years ago by an internal team and we have to understand how it works so that we can reacreate it in another language. The problem is that we haven't got any sorce code file (everything was lost).
Right now the directory of the application contains: - Dir "configuration" - Dir "integration" - Dir "plugins" - Dir "tools" - Dir "workspace" - starter.exe (with eclipse logo as icon) - starter.ini - startup.jar
I really hope that there is a way to retrive how the app worked.
Thanks :)
Looks like i managed to resolve my problem. Here what i did:
By doing this i can attach the eclipse debugger to my application and use the decompild source code.