log_files.adoc 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. = jMonkeyEngine SDK: Log Files
  2. :revnumber: 2.0
  3. :revdate: 2016/03/11
  4. :keywords: documentation, sdk, file
  5. 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*.
  6. * Windows: `C:\Documents and Settings\YOUR_NAME\.jmonkeyplatform\`
  7. * Linux: `/home/YOUR_NAME/.jmonkeyplatform/`
  8. * Mac +++<abbr title="Operating System">OS</abbr>+++: `/Users/YOUR_NAME/Library/Application Support/jmonkeyplatform/`
  9. The message log contains all paths and xref:tutorials:how-to/java/read_graphic_card_capabilites.adoc[capabilities] used in your development system, and also warnings, e.g. if a plugin crashed.
  10. == Example Log
  11. [source]
  12. ----
  13. >Log Session: Saturday, September 24, 2011 10:45:30 AM CEST
  14. >System Info:
  15. Product Version = jMonkeyPlatform Alpha-4
  16. Operating System = Mac OS X version 10.6.8 running on i386
  17. Java; VM; Vendor = 1.6.0_26; Java HotSpot(TM) Client VM 20.1-b02-384; Apple Inc.
  18. Runtime = Java(TM) SE Runtime Environment 1.6.0_26-b03-384-10M3425
  19. Java Home = /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
  20. System Locale; Encoding = de_DE (jmonkeyplatform); MacRoman
  21. Home Directory = /Users/joemonkey
  22. Current Directory = /
  23. User Directory = /Users/joemonkey/Library/Application Support/jmonkeyplatform/dev
  24. Installation = /Applications/jmonkeyplatform.app/Contents/Resources/jmonkeyplatform/jmonkeyplatform
  25. ...
  26. ----