Guest User

Untitled

a guest
Oct 16th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. src\server\model\players\packets\Commands.java:187: cannot find symbol
  2. symbol : variable DriverManager
  3. location: class server.model.players.packets.Commands
  4. java.sql.Connection con = DriverManager.getConnection("jdbc:mysql://zion
  5. scape.com:3306/zionscap_db", "zionscap_user", "tylernigga11");
  6. ^
  7. src\server\model\players\packets\Commands.java:188: cannot find symbol
  8. symbol : class Statement
  9. location: class server.model.players.packets.Commands
  10. Statement statement = con.createStatement();
  11. ^
  12. src\server\model\players\packets\Commands.java:189: cannot find symbol
  13. symbol : class ResultSet
  14. location: class server.model.players.packets.Commands
  15. ResultSet rs = statement.executeQuery("SELECT * FROM donation WH
  16. ERE username = '"+c.playerName.replaceAll(" ", "_")+"';");
  17. ^
  18. src\server\model\players\packets\Commands.java:194: cannot find symbol
  19. symbol : variable isDonator
  20. location: class server.model.players.Client
  21. c.isDonator = 1;
  22. ^
  23. src\server\model\players\packets\Commands.java:198: cannot find symbol
  24. symbol : class SQLException
  25. location: class server.model.players.packets.Commands
  26. } catch (SQLException e) {
  27. ^
  28. Note: Some input files use unchecked or unsafe operations.
  29. Note: Recompile with -Xlint:unchecked for details.
  30. 5 errors
  31. Press any key to continue . . .
Add Comment
Please, Sign In to add comment