vote up 1 vote down star

I have seen Where to find Java 6 JSSE/JCE Source Code? and asked the question myself How to get JRE/JDK with matching source? but I don't either of these was specific enough to get the answer I was really after, so I'm going to try a way more specific version of the question.

Basically the problem that I am trying to solve is that I would like to be able to use my Eclipse debugger on Windows and step into the Java SSL classes (JSSE) to help me debug SSL issues as well as to just understand the SSL process better. BTW I am familiar with (and use) the javax.net.debug=ssl|all system property to get SSL tracing and, while this is very helpful, I'd still like to be able to step through that pesky code.

So what I think I specifically need is:

  1. An executable JRE ? JDK implementation (not wanting to build one)...
  2. That runs on my Windows platform (XP)...
  3. That includes source...
  4. And that source includes the SSL "bits" (JSSE, etc.)...
  5. And ideally the SSL implementation is Sun's or the OpenJDK version.

I think the closest thing (as noted in PW's answer StackOverflow: 87106) is the OpenJDK source openjdk-6-src-b12-28_aug_2008.tar.gz found at OpenJDK 6 Source Release, but I'm not sure there's a matching executable JDK ? JRE for that that would run on Windows.

flag

67% accept rate
I've asked this question of myself several times. Good that someone asked it at a forum. This is as good a time as any. – anjanb Oct 2 '08 at 20:17

2 Answers

vote up 1 vote down

The Sun implementation is not open source as far as I know. You can download an open source JCE here:

http://www.bouncycastle.org/java.html

link|flag
vote up 0 vote down

I don't have an answer but did you ask this question at the sun java forum ? Sun guys are lurking out there and they're more friendly to such questions these days.

You might have better luck out there than here!

link|flag
No I haven't but thanks for the reminder. – Chris Markle Oct 3 '08 at 0:24
OK I posted on the Sun Java programming site at: forums.sun.com/thread.jspa?threadID=5336610/… . Maybe that'll get a bite... – Chris Markle Oct 3 '08 at 6:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.