Stack trace scrolled out of DOS window

From: Russell Wallace (wallacethinmintr_at_eircom.net)
Date: 10/30/04


Date: Sat, 30 Oct 2004 17:21:05 GMT

Hi all,

I was experimenting with something in Java, and got an exception,
which printed a nice stack trace - unfortunately, the stack trace is
long and scrolls out of my DOS window, so I can't see the top, which
is the informative part. (It's thrown by a call chain initiated by
Swing, so I can't catch it.) Is there a way to e.g. tell Java to dump
stack traces to a log file rather than the DOS window? (I'm using
Windows 98, if that makes a difference.)

Thanks,

-- 
"Always look on the bright side of life."
To reply by email, remove the small snack from address.


Relevant Pages

  • Re: Stack trace scrolled out of DOS window
    ... > I was experimenting with something in Java, and got an exception, ... > which printed a nice stack trace - unfortunately, ... Is there a way to e.g. tell Java to dump ... > stack traces to a log file rather than the DOS window? ...
    (comp.lang.java.programmer)
  • IE ver6 Crashes on specific web sites - possible access problem?
    ... I'm seeing an IE6 crash when I try to access certain web sites. ... consistent i.e. only on certain sites but every time I try to access the same ... A stack trace is dumped to a file and a link is created on my desktop. ... # Java VM: Java HotSpotClient VM ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Determining the Main Class
    ... public class Main {public static void method ... In the stack trace above, ... searching the ThreadGroups, and also via Thread.getAllStacktraces. ... you'd have to know the command the java executable was started with to ...
    (comp.lang.java.programmer)
  • Re: Stack trace scrolled out of DOS window
    ... > I was experimenting with something in Java, and got an exception, ... > which printed a nice stack trace - unfortunately, ... Is there a way to e.g. tell Java to dump ... > stack traces to a log file rather than the DOS window? ...
    (comp.lang.java.programmer)
  • Re: Is it possible to catch a NoClassDefFoundError
    ... I'm trying to run a large Java project that I didn't write. ... I look at the Java API and it says that you can get a stack trace from ... catch block for the NoClassDefFoundError. ... You probably have a Java classpath problem. ...
    (comp.lang.java.help)