At 09:52 AM 8/17/99 -0700, Brian Anderson wrote:
>I cannot get the debugger running either (I have appended the contents of
>the JDebug buffer and the messages buffer.) Also, what's with
>e:/jmath/classes on the classpath? And where is the classpath that I
>entered for jde db option classpath?
>
This was a bug that I have fixed in the latest release as noted in
a previous message to the list.
>Next, your instructions seem to imply that the class that I set my
>breakpoint in is the same as the class that has main; this is not the case
>in my projects. Is there a way to "hardwire" or prompt for the starting
>class?
>
There is a customization variable, jde-run-application-class, that specifies
the application's main class. Note that this variable should be a fully
qualified
class name, NOT the name of the class's source file.
- Paul