devxlogo

Viewing Error Outputs From Java Applets in IE

Viewing Error Outputs From Java Applets in IE

The file Java/Javalog.txt in the Windows directory (i.e. C:windowsJava.Javalog.txt for windows and C:winntJavaJavalog.txt for NT) contains information for the last applet that was loaded by Internet Explorer. This file contains all the System.out messages along with the exception information.

However, Java logging is not enabled by default. To enable Java logging, go to view/options/advanced, select “Enable Java logging” and restart Internet Explorer.

Another way to see debugging messages is to do System.out.println() from the applet. These messages will appear in the Java console. To open the Java console, select view->Java console in IE and Communicator->Tools->Java console in Netscape.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist