Advertisement
Guest User

Error

a guest
Oct 1st, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. C:\Users\Ocean\Desktop>java -jar CodeGenerator.jar -debug
  2. java.io.IOException: The system cannot find the path specified
  3. at java.io.WinNTFileSystem.createFileExclusively(Native Method)
  4. at java.io.File.createNewFile(Unknown Source)
  5. at com.bwfcwalshy.codegenerator.CreateClass.create(CreateClass.java:80)
  6. at com.bwfcwalshy.codegenerator.BukkitFrame$5.actionPerformed(BukkitFram
  7. e.java:295)
  8. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  9. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  10. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  11. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  12. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
  13. ce)
  14. at java.awt.Component.processMouseEvent(Unknown Source)
  15. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  16. at java.awt.Component.processEvent(Unknown Source)
  17. at java.awt.Container.processEvent(Unknown Source)
  18. at java.awt.Component.dispatchEventImpl(Unknown Source)
  19. at java.awt.Container.dispatchEventImpl(Unknown Source)
  20. at java.awt.Component.dispatchEvent(Unknown Source)
  21. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  22. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  23. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  24. at java.awt.Container.dispatchEventImpl(Unknown Source)
  25. at java.awt.Window.dispatchEventImpl(Unknown Source)
  26. at java.awt.Component.dispatchEvent(Unknown Source)
  27. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  28. at java.awt.EventQueue.access$500(Unknown Source)
  29. at java.awt.EventQueue$3.run(Unknown Source)
  30. at java.awt.EventQueue$3.run(Unknown Source)
  31. at java.security.AccessController.doPrivileged(Native Method)
  32. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
  33. rivilege(Unknown Source)
  34. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
  35. rivilege(Unknown Source)
  36. at java.awt.EventQueue$4.run(Unknown Source)
  37. at java.awt.EventQueue$4.run(Unknown Source)
  38. at java.security.AccessController.doPrivileged(Native Method)
  39. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
  40. rivilege(Unknown Source)
  41. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  42. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  43. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  44. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  45. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  46. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  47. at java.awt.EventDispatchThread.run(Unknown Source)
  48. java.io.FileNotFoundException: C:\Users\Ocean\Desktop\Generated Classes\pl\Main.
  49. java (The system cannot find the path specified)
  50. at java.io.FileOutputStream.open0(Native Method)
  51. at java.io.FileOutputStream.open(Unknown Source)
  52. at java.io.FileOutputStream.<init>(Unknown Source)
  53. at java.io.FileOutputStream.<init>(Unknown Source)
  54. at java.io.FileWriter.<init>(Unknown Source)
  55. at com.bwfcwalshy.codegenerator.CreateClass.create(CreateClass.java:99)
  56. at com.bwfcwalshy.codegenerator.BukkitFrame$5.actionPerformed(BukkitFram
  57. e.java:295)
  58. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  59. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  60. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  61. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  62. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
  63. ce)
  64. at java.awt.Component.processMouseEvent(Unknown Source)
  65. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  66. at java.awt.Component.processEvent(Unknown Source)
  67. at java.awt.Container.processEvent(Unknown Source)
  68. at java.awt.Component.dispatchEventImpl(Unknown Source)
  69. at java.awt.Container.dispatchEventImpl(Unknown Source)
  70. at java.awt.Component.dispatchEvent(Unknown Source)
  71. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  72. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  73. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  74. at java.awt.Container.dispatchEventImpl(Unknown Source)
  75. at java.awt.Window.dispatchEventImpl(Unknown Source)
  76. at java.awt.Component.dispatchEvent(Unknown Source)
  77. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  78. at java.awt.EventQueue.access$500(Unknown Source)
  79. at java.awt.EventQueue$3.run(Unknown Source)
  80. at java.awt.EventQueue$3.run(Unknown Source)
  81. at java.security.AccessController.doPrivileged(Native Method)
  82. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
  83. rivilege(Unknown Source)
  84. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
  85. rivilege(Unknown Source)
  86. at java.awt.EventQueue$4.run(Unknown Source)
  87. at java.awt.EventQueue$4.run(Unknown Source)
  88. at java.security.AccessController.doPrivileged(Native Method)
  89. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
  90. rivilege(Unknown Source)
  91. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  92. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  93. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  94. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  95. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  96. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  97. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement