Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

jdb problems ?

0 views
Skip to first unread message

Mario Ivankovits

unread,
Jan 12, 1997, 3:00:00 AM1/12/97
to

Hello !

Whats wrong ?
Why do I get this Exception. Starting this applet without '-debug' runs
very well.
Debugging using JWS works also, but using JDB or KALIMANTAN wont work.


-------------cut here--------------
D:\java\XOpsBenBer>javac -g XOpsBenBer.java

D:\java\XOpsBenBer>appletviewer -debug XOpsBenBer.tmp.html
Initializing jdb...
0x150b108:class(sun.applet.AppletViewer)
> stop in XOpsBenBer.init
Breakpoint set in XOpsBenBer.init
> run
run sun.applet.AppletViewer XOpsBenBer.tmp.html
running ...
main[1]
Breakpoint hit:
Fatal exception: java.lang.Exception: java.lang.NullPointerException
java.lang.Exception: java.lang.NullPointerException
at sun.tools.debug.RemoteAgent.getReply(RemoteAgent.java:406)
at sun.tools.debug.RemoteAgent.dumpStack(RemoteAgent.java:517)
at sun.tools.debug.RemoteThread.dumpStack(RemoteThread.java:148)
at sun.tools.ttydebug.TTY.breakpointEvent(TTY.java:82)
at sun.tools.debug.AgentIn.run(AgentIn.java:64)
at java.lang.Thread.run(Thread.java:294)
-------------cut here--------------


byebye

Mario

Sanjay Murthy

unread,
Jan 12, 1997, 3:00:00 AM1/12/97
to

Does any know what should be done to Netscape Navigator to run java
code with RMI methods ??

I could run the applet using appletviewer (JDK 1.1 beta), but always
gives io class not found error when I run on Netscape Browser (3.01)

Any input on this is appriciated.

-Sanjay

Mark A. Belonga

unread,
Jan 17, 1997, 3:00:00 AM1/17/97
to

The RMI methods are a part of the JDK1.1. Currently, there are no browsers
that support the 1.1 JDK. Once 1.1 is in its production release (not
beta), then I'm sure we'll see browsers popping up everywhere supporting
the new JDK.

Until then, we're subjected to using appletviewer.

-Mark

--------------------------
Mark A. Belonga
Software Engineer
mbel...@msn.com

Sanjay Murthy <s...@best.com> wrote in article <32D9E2...@best.com>...

0 new messages