log_files.adoc 1.7 KB

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