Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Looking for JDK
  2. Compiling bot
  3. Compiling scripts
  4. scripts\BurningFiremaker.java:96: withdraw(int,int) in org.rsbot.script.methods.
  5. Bank cannot be applied to (int)
  6. bank.withdraw(LOGS.inv_id);
  7. ^
  8. scripts\BurningFiremaker.java:105: withdraw(int,int) in org.rsbot.script.methods
  9. .Bank cannot be applied to (int)
  10. bank.withdraw(LOGS.inv_id);
  11. ^
  12. scripts\BurningFiremaker.java:297: cannot assign a value to final variable LOGS
  13. LOGS = matMap.get(jComboBox2.getSelectedItem().toString(
  14. ));
  15. ^
  16. scripts\BurningFiremaker.java:297: incompatible types
  17. found : BurningFiremaker.LOGS
  18. required: java.lang.String[]
  19. LOGS = matMap.get(jComboBox2.getSelectedItem().toString(
  20. ));
  21. ^
  22. Note: Some input files use or override a deprecated API.
  23. Note: Recompile with -Xlint:deprecation for details.
  24. 4 errors
  25. Packing JAR
  26. 1 file(s) copied.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement