Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Brooklyn Smith   on Jul 08 In Java Category.

  
Question Answered By: Patty Freeman   on Jul 08

soln 1 : redirect the output to a file

java your_error_prone_program > out.txt

soln 2 : install cygwin so you can do a pipe

java your_error_prone_program | more

soln 3 : switch to linux

soln 4 : use eclipse

soln 5 : catch runtime  exceptions ;)

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on runtime errors scrolling up in dos window Or get search suggestion and latest updates.


Tagged: