Oh, this reminds me of (X)Emacs and Java:

Check out 

http://www.baclace.net/emacsjava.html

for your IDE mate.

gr. Eric

--- "Alex M." <[EMAIL PROTECTED]> wrote:
> > Exception in thread "main"
> java.lang.NullPointerException:
> >                   at
> java.awt.Container.addImpl(Container.java:316)
> >                   at
> java.awt.Container.add(Container.java:245)
> >                   at Tedit.<init>(Tedit.java:100)
> >                   at Tedit.main(Tedit.java:557)
> 
> The problem is in line 100 of Tedit.java, specifically in
> the constructor.
> I bet you're trying to add a null object to a container,
> either that or
> you're trying to add an object to a container that is
> null.
> 
> I don't use JDB unless I'm really desparate.  If you use
> Emacs and install
> the JDE for Emacs (you can get to it off of blackdown
> under third party
> tools I think) it integrates the jdb debugger into emacs
> so it kind of
> works like JBuilder's debugger where you can see what
> line you are on and
> skip/trace/etc into the source code, and watch the source
> code while the
> program runs.
> 
> 
>
----------------------------------------------------------------------
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to