Re: Can't step into JDK source

Nathan Fiedler <[email protected]> 16 Dec 2003 16:45:35 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1071621934.1138.1.camel@chip>
Yes, thank you for pointing that out, Matthew.

Jeff: does changing the Java home setting in JSwat make your problems go
away?

n


On Tue, 2003-12-16 at 16:08, Jeffery B. Rancier wrote:
> "Matthew Scarrow" <[email protected]> writes:
> 
> > You said this in your last email
> 
> > I just noticed something else interesting, my JAVA_HOME is set to
> > c:\j2sdk1.4.2.  Since java.exe is the same in both, I'll assume the
> > j2sdk install put it there?
> 
> > Is that the version of source you have. 
> 
> Aye.  java.exe is the same.  rt.jar is not.  Thanks.  I made the bad
> assumption that jswat was using my environment variable JAVA_HOME.
> 
> ,----
> |   c:/j2sdk1.4.2/jre/lib:
> |   -rw-rw-rw-   1 jrancier root 26380124 Jul 21 09:39 rt.jar
> `----
> 
> But jswat appears to be using:
> 
> ,----
> |   c:/Program Files/Java/j2re1.4.2/lib:
> |   -rw-rw-rw-   1 jrancier root 22152028 Jul 21 09:44 rt.jar
> `----
> 
> Definitely not the same.  Thanks Matthew.