I'm working with the Java Beans, and I was trying to
use jdb to learn to debug a Java Bean, and I've hit some
problems. I recompiled JellyBean with
the -g flag (I edited jelly.mk to include the -g flag)
created a new jar file, decanted the new jar file into
beans/beanbox/unjar, and started jdb by entering 'nmake jdb'
in beans/beanbox. I hope all this setup is clear, feel free
to call 512-838-3409 or email ###@###.### if
you can't follow. Here are the problems I found:
...
2) I can't get the 'use' command to find the source. In
the beanbox setup, it sets CLASSPATH to look at the
decanted jar file, which, of course, only contains the
.class files. When I tried to get the 'use' command to
reset the path to look for the source so jdb would
also look in the development directory so it could find the
.java files, I never could get it to work.
Karalee LeBlanc, ###@###.###
use jdb to learn to debug a Java Bean, and I've hit some
problems. I recompiled JellyBean with
the -g flag (I edited jelly.mk to include the -g flag)
created a new jar file, decanted the new jar file into
beans/beanbox/unjar, and started jdb by entering 'nmake jdb'
in beans/beanbox. I hope all this setup is clear, feel free
to call 512-838-3409 or email ###@###.### if
you can't follow. Here are the problems I found:
...
2) I can't get the 'use' command to find the source. In
the beanbox setup, it sets CLASSPATH to look at the
decanted jar file, which, of course, only contains the
.class files. When I tried to get the 'use' command to
reset the path to look for the source so jdb would
also look in the development directory so it could find the
.java files, I never could get it to work.
Karalee LeBlanc, ###@###.###
- relates to
-
JDK-4024537 jdb has problems working with Java Beans
-
- Closed
-