Advertisement
Guest User

Untitled

a guest
Jan 26th, 2021
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. fever@ferris ~/Desktop/jgrasp$ java -jar jgrasp.jar
  2. You are running jGRASP under a version of Java from an unsupported vendor. It may fail to start due to incompatibilities or bugs in that Java implementation.
  3.  
  4. If you encounter problems, we recommend that you install Oracle's Java, or if it is already installed, modify your system PATH so that it comes first.
  5.  
  6. Exception in thread "AWT-EventQueue-0" java.lang.InternalError: java.lang.reflect.InvocationTargetException
  7. at java.desktop/sun.font.FontManagerFactory$1.run(Unknown Source)
  8. at java.base/java.security.AccessController.doPrivileged(Unknown Source)
  9. at java.desktop/sun.font.FontManagerFactory.getInstance(Unknown Source)
  10. at java.desktop/sun.font.SunFontManager.getInstance(Unknown Source)
  11. at java.desktop/sun.font.FontDesignMetrics.getMetrics(Unknown Source)
  12. at java.desktop/sun.swing.SwingUtilities2.getFontMetrics(Unknown Source)
  13. at java.desktop/javax.swing.JComponent.getFontMetrics(Unknown Source)
  14. at java.desktop/javax.swing.text.PlainView.calculateLongestLine(Unknown Source)
  15. at java.desktop/javax.swing.text.PlainView.updateMetrics(Unknown Source)
  16. at java.desktop/javax.swing.text.PlainView.updateDamage(Unknown Source)
  17. at java.desktop/javax.swing.text.PlainView.insertUpdate(Unknown Source)
  18. at java.desktop/javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Unknown Source)
  19. at java.desktop/javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Unknown Source)
  20. at java.desktop/javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source)
  21. at java.desktop/javax.swing.text.AbstractDocument.handleInsertString(Unknown Source)
  22. at java.desktop/javax.swing.text.AbstractDocument.insertString(Unknown Source)
  23. at java.desktop/javax.swing.text.PlainDocument.insertString(Unknown Source)
  24. at java.desktop/javax.swing.text.AbstractDocument.replace(Unknown Source)
  25. at java.desktop/javax.swing.text.JTextComponent.setText(Unknown Source)
  26. at java.desktop/javax.swing.JTextArea.<init>(Unknown Source)
  27. at java.desktop/javax.swing.JTextArea.<init>(Unknown Source)
  28. at v0.I(v0.java:9)
  29. at v0.H(v0.java:98)
  30. at v0.a(v0.java:62)
  31. at jgrasp.ScalableIcon.setup(ScalableIcon.java:20)
  32. at jgrasp.ScalableIcon.<init>(ScalableIcon.java:35)
  33. at aj4.<init>(aj4.java:161)
  34. at aj4.a(aj4.java:93)
  35. at ahc.a(ahc.java:1)
  36. at apm.<init>(apm.java:62)
  37. at Grasp.a(Grasp.java:7)
  38. at Grasp.b(Grasp.java:127)
  39. at Grasp.lambda$start$0(Grasp.java:107)
  40. at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
  41. at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  42. at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
  43. at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
  44. at java.base/java.security.AccessController.doPrivileged(Unknown Source)
  45. at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  46. at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
  47. at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  48. at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  49. at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  50. at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  51. at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  52. at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
  53. Caused by: java.lang.reflect.InvocationTargetException
  54. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  55. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  56. at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  57. at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
  58. at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
  59. ... 46 more
  60. Caused by: java.lang.NullPointerException
  61. at java.desktop/sun.awt.FontConfiguration.getVersion(Unknown Source)
  62. at java.desktop/sun.awt.FontConfiguration.readFontConfigFile(Unknown Source)
  63. at java.desktop/sun.awt.FontConfiguration.init(Unknown Source)
  64. at java.desktop/sun.awt.X11FontManager.createFontConfiguration(Unknown Source)
  65. at java.desktop/sun.font.SunFontManager$2.run(Unknown Source)
  66. at java.base/java.security.AccessController.doPrivileged(Unknown Source)
  67. at java.desktop/sun.font.SunFontManager.<init>(Unknown Source)
  68. at java.desktop/sun.awt.FcFontManager.<init>(Unknown Source)
  69. at java.desktop/sun.awt.X11FontManager.<init>(Unknown Source)
  70. ... 51 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement