Where is the source code for <jdk> /jre/lib/deploy.jar?
Where is the source code for /jre/lib/deploy.jar?
I have source code for other jars like rt.jar (in / src.zip) but not deploy.jar.
I need it to debug the web version. I am using 1.6 for Windows if that matters.
+2
Cal
source
to share
1 answer
You need the JDK source code, which is not included in the normal installation.
Get it here , see "Java SE 6 JDK Source Code"
+3
skaffman
source
to share