Is there anyway to decompile java webstart application?
+8
A:
Start the application, then fetch the JAR(s) from the webstart cache. Proceed to decompile like with any other Java application.
divideandconquer.se
2008-11-06 09:24:05
+2
A:
Yes, there is. A Java Webstart application is just one form of deployment. The result is a bunch of jars copied to the users home directory. And these can of course be decompiled for example with jad.
Tobias Schulte
2008-11-06 09:24:58
A:
And what about that bunch of jars doesn't exist? I'm analyzing an applycation that copy a bunch of dirs named by numbers secuencially, having randomly named files, some of them are .idx (java cache index?)
How can I get the jars?
Jose Carlos
2010-05-12 11:01:28