Skip Headers
Previous
Previous
 
Next
Next

Moving and Modifying the logging.properties File

This topic describes how to move and modify the logging.properties file.

To move and modify the logging.properties file:

  1. Go to your file system and locate the logging.properties file in the com.jrockit.mc.core package.

  2. Make a copy of this file to serve as a baseline and save it to a common location, such as your root directory.

  3. Using your preferred text or code editor, open the original version of the logging.properties file.


    Note:

    The first time you open the logging.properties file from some versions of Windows Explorer, you might have to select a program in which to open the file. Follow the instructions on the Windows dialog box that appears when you try to open the file. Check Select the program from a list and click OK. On the Open With dialog box, select the desired program. When you attempt to open the logging.properties file in the future, Windows will automatically use the application previously selected here


  4. Change any property you want. For guidelines and additional information on setting logging properties, see the Javadoc for the java.util.logging package.

  5. Save and close the logging.properties file.

  6. In Eclipse, select Windows then Preferences.

    The Preferences dialog box appears.

  7. Select Java Mission Control.

    The right pane changes to show the location of the logging settings file for the Java Mission Control Client.

  8. Do one of the following:

    • Type the path to the logging.properties file; for example, C:/logging.properties

    • Click Browse to open the Open dialog box and then navigate to the modified version of the logging.properties file. After you have selected the logging.properties file, click Open.

  9. In the Preferences dialog box, click OK.

  10. Close and restart the Java Mission Control Client.