I am running java application and because of some error it gets closed, I want to check the error in log. How can I reopen java console with that log or is there any other way to check the log of java console.?
Asked
Active
Viewed 1.2k times
-1
-
You can start the program from a command promt – Alexandre Lavoie Jan 02 '17 at 11:24
-
What kind of java application? A webapp? An Applet? A commandline app? – Stephen C Jan 02 '17 at 11:24
-
try setting a few breakpoints and starting your application in debugging mode – Master Azazel Jan 02 '17 at 11:26