views:

280

answers:

1

Where is the source code for /jre/lib/deploy.jar?

I have the source code for other jars like rt.jar (in /src.zip) but not deploy.jar.

I need it to debug webstart. I'm using 1.6 on Windows if that makes a difference.

+1  A: 

You need the JDK source code, which isn't bundled in the usual installation.

Get it here, see "Java SE 6 JDK Source Code"

skaffman
Thanks. FYI to others: you need the run the source jar as a java application to extract the source.
Cal