At 12:45 PM 11/5/00 -0800, you wrote:
>I'm running 2.2.5, emacs 20.6.1, linux/i386, redhat (more or less), X,
>blackdown java port j2sdk-1.3.0-FCS-linux-i386.tar.bz2 (the latest).
>
>I didn't send my .emacs because my complete set of lisp is over 10M
>compressed. I use cc-mode 5.27, semantic 1.2.1, speedbar 0.13a, elib
>1.0, viper 3.09, jari aalto's tiny tools, and other stuff.
>
>I am unable to get jdb to work. I compile -g, no problem, C-cC-vC-d,
>jdb starts but I don't get the jdb menu as shown in the user's guide
>(which works fine from the jde menu). I tried the suggestion in the
>troubleshooting guide and manually set a breakpoint before starting
>the debugger, but still no jde menu, no pointer to the current source,
>nothing. here is the source I was trying it out on:
>
>class HelloWorldApp {
> public static void main(String[] args) {
> System.out.println("Hello World!"); //Display the string.
> }
>}
>
>obviously nothing too frilly.
>
>I have done no customization other than setting the -g compile
>option. this is what the debugger window says after starting jdb:
>
>-- cut -----------------------
>cd /home/dxc/rje/
>jdb HelloWorldApp
>
>Initializing jdb...
>> Deferring breakpoint HelloWorldApp.main.
>It will be set after the class is loaded.
>> run HelloWorldApp
>>
>VM Started:
>-- cut -----------------------
>
>any suggestions?
>
Starting with the minimal .emacs file suggested in the JDE setup, set up
the JDE to interface to jdb as instructed in the JDE user's guide. If you
still have problems, submit a problem report.
- Paul
>thanks
>dxc
>
>
------------------------------------------------------------
HOW TO ASK FOR TECH SUPPORT
When requesting technical support, please generate a problem report, using
the JDE->Help->Submit Problem Report command, and submit this report along
with your help request. The Submit Problem Report command is designed to
gather all the information that someone who does not have direct access to
your system might need to solve your problem. It saves people who want to
help you from having to waste time trying to dig relevant information out
of you. Please note that if you do not get a response to a question, it may
be because you did not provide sufficient information to solve the problem.
Filing a problem report is the best way to ensure that you get a response.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http://sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html