 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Michael Shohoney Guest
|
Posted: Tue Jan 11, 2005 3:30 pm Post subject: Stumped |
|
|
I believe I have all of the proper settings so that I should be able to
debug a JAR file using a small stub program (and I have successfully
debugged this thing before) but all of the sudden I am getting the message:
// JBuilder API Decompiler stub source generated from class file
// Jan 11, 2005
// -- implementation of methods is not available
when I try to step into the JAR file from the call. Can anyone give me a
little guidance? I am sure it is a setting or something else really
elementary but I'm having a total brain-lock on this one.
Thanks.
|
|
| Back to top |
|
 |
Gillmer J. Derge [TeamB] Guest
|
Posted: Tue Jan 11, 2005 4:41 pm Post subject: Re: Stumped |
|
|
Michael Shohoney wrote:
| Quote: | // JBuilder API Decompiler stub source generated from class file
// Jan 11, 2005
// -- implementation of methods is not available
|
This means it can't find the source code, so it's showing you the
decompiled stubs instead, since that's the best it can do under the
circumstances. The the configuration of the library that contains this
JAR file. Its source path needs to point to the location of the
classes' source code.
--
Gillmer J. Derge [TeamB]
|
|
| Back to top |
|
 |
Michael Shohoney Guest
|
Posted: Tue Jan 11, 2005 7:54 pm Post subject: Re: Stumped |
|
|
"Gillmer J. Derge [TeamB]" <spam (AT) gillmerderge (DOT) com> wrote
| Quote: | Michael Shohoney wrote:
// JBuilder API Decompiler stub source generated from class file
// Jan 11, 2005
// -- implementation of methods is not available
This means it can't find the source code, so it's showing you the
decompiled stubs instead, since that's the best it can do under the
circumstances. The the configuration of the library that contains this
JAR file. Its source path needs to point to the location of the
classes' source code.
--
Gillmer J. Derge [TeamB]
|
Gillmer,
Thank you, it worked! I knew it was something very simple. I just get the
old gray matter to work.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|