= jMonkeyEngine SDK: Log Files
:author:
:revnumber:
:revdate: 2016/03/17 20:48
:keywords: documentation, sdk, file
:relfileprefix: ../
:imagesdir: ..
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
You find the jMonkeyEngine SDK log file in `/dev/var/log/messages.log` in the jMonkeyEngine SDK preferences folder. You can learn the location of the preferences folder in the “About” screen of the jMonkeyEngine SDK under the label *Userdir*.
* Windows: `C:\Documents and Settings\YOUR_NAME\.jmonkeyplatform\`
* Linux: `/home/YOUR_NAME/.jmonkeyplatform/`
* Mac +++OS+++: `/Users/YOUR_NAME/Library/Application Support/jmonkeyplatform/`
The message log contains all paths and <> used in your development system, and also warnings, e.g. if a plugin crashed.
== Example Log
[source]
----
>Log Session: Saturday, September 24, 2011 10:45:30 AM CEST
>System Info:
Product Version = jMonkeyPlatform Alpha-4
Operating System = Mac OS X version 10.6.8 running on i386
Java; VM; Vendor = 1.6.0_26; Java HotSpot(TM) Client VM 20.1-b02-384; Apple Inc.
Runtime = Java(TM) SE Runtime Environment 1.6.0_26-b03-384-10M3425
Java Home = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
System Locale; Encoding = de_DE (jmonkeyplatform); MacRoman
Home Directory = /Users/joemonkey
Current Directory = /
User Directory = /Users/joemonkey/Library/Application Support/jmonkeyplatform/dev
Installation = /Applications/jmonkeyplatform.app/Contents/Resources/jmonkeyplatform/jmonkeyplatform
...
----