Advertisement
Guest User

Untitled

a guest
Jul 7th, 2013
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. Java Plug-in 10.25.2.17
  2. Using JRE version 1.7.0_25-b17 Java HotSpot(TM) Client VM
  3. User home directory = C:\Users\Brady
  4. ----------------------------------------------------
  5. c: clear console window
  6. f: finalize objects on finalization queue
  7. g: garbage collect
  8. h: display this help message
  9. l: dump classloader list
  10. m: print memory usage
  11. o: trigger logging
  12. q: hide console
  13. r: reload policy configuration
  14. s: dump system and deployment properties
  15. t: dump thread list
  16. v: dump thread stack
  17. x: clear classloader cache
  18. 0-5: set trace level to <n>
  19. ----------------------------------------------------
  20. Exception in thread "Thread-16" java.security.AccessControlException: access denied ("java.util.PropertyPermission" "user.home" "read")
  21. at java.security.AccessControlContext.checkPermission(Unknown Source)
  22. at java.security.AccessController.checkPermission(Unknown Source)
  23. at java.lang.SecurityManager.checkPermission(Unknown Source)
  24. at sun.plugin2.applet.AWTAppletSecurityManager.checkPermission(Unknown Source)
  25. at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
  26. at java.lang.System.getProperty(Unknown Source)
  27. at download.SignLink.findcachedir(SignLink.java:239)
  28. at download.SignLink.run(SignLink.java:45)
  29. at java.lang.Thread.run(Unknown Source)
  30. Exception in thread "Thread-17" java.lang.ExceptionInInitializerError
  31. at client.Client.startUp(Client.java:8154)
  32. at client.RSApplet.run(RSApplet.java:98)
  33. at client.Client.run(Client.java:14230)
  34. at java.lang.Thread.run(Unknown Source)
  35. Caused by: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "user.home" "read")
  36. at java.security.AccessControlContext.checkPermission(Unknown Source)
  37. at java.security.AccessController.checkPermission(Unknown Source)
  38. at java.lang.SecurityManager.checkPermission(Unknown Source)
  39. at sun.plugin2.applet.AWTAppletSecurityManager.checkPermission(Unknown Source)
  40. at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
  41. at java.lang.System.getProperty(Unknown Source)
  42. at download.SignLink.findcachedir(SignLink.java:239)
  43. at download.Download.<clinit>(Download.java:20)
  44. ... 4 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement