gc
-----------------------------------------------------------
Got questions? Get answers over the phone at Keen.com.
Up to 100 minutes free!
http://www.keen.com
>When I step through my java program in jdb. The jdb can not find
>source file of my java code which reside in another dir. I tried
>to use -sourcepath and it failed to setup this option. When I
>type command like this: jdb -sourcepath d:\jprojects myclass
>the jdb still show the sourcepath as '.'. Is this a bug?
>How can I step through some source code which is not in current
>dir?
Inside jdb, type "use d:/jprojects"
--
Phil Hanna
Author of "Instant Java Servlets"
http://www.philhanna.com