Guest User

Untitled

a guest
Jan 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\user>cd C:\Program Files\Java\jdk1.7.0\bin
  5.  
  6. C:\Program Files\Java\jdk1.7.0\bin>javac.exe -cp bukkit.jar Votifier.jar IngameB
  7. roadcastListener.java
  8. IngameBroadcastListener.java:7: error: package com.vexsoftware.votifier.model do
  9. es not exist
  10. import com.vexsoftware.votifier.model.Vote;
  11. ^
  12. IngameBroadcastListener.java:8: error: package com.vexsoftware.votifier.model do
  13. es not exist
  14. import com.vexsoftware.votifier.model.VoteListener;
  15. ^
  16. IngameBroadcastListener.java:9: error: package com.vexsoftware.votifier does not
  17. exist
  18. import com.vexsoftware.votifier.Votifier;
  19. ^
  20. IngameBroadcastListener.java:17: error: cannot find symbol
  21. public class IngameBroadcastListener implements VoteListener {
  22. ^
  23. symbol: class VoteListener
  24. IngameBroadcastListener.java:24: error: cannot find symbol
  25. public void voteMade(Vote vote) {
  26. ^
  27. symbol: class Vote
  28. location: class IngameBroadcastListener
  29. error: Class names, 'Votifier.jar', are only accepted if annotation processing i
  30. s explicitly requested
  31. IngameBroadcastListener.java:21: error: cannot find symbol
  32. private Server server = Votifier.getInstance().getServer();
  33. ^
  34. symbol: variable Votifier
  35. location: class IngameBroadcastListener
  36. IngameBroadcastListener.java:23: error: method does not override or implement a
  37. method from a supertype
  38. @Override
  39. ^
  40. 8 errors
  41.  
  42. C:\Program Files\Java\jdk1.7.0\bin>
Add Comment
Please, Sign In to add comment