scotty92

Untitled

Oct 15th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. [javac] Compiling 154 source files to C:\Users\sksha\Desktop\varekdoriginal\build
  2. [javac]
  3. [javac] WARNING
  4. [javac]
  5. [javac] The -source switch defaults to 1.7 in JDK 1.7.
  6. [javac] If you specify -target 1.5 you now must also specify -source 1.5.
  7. [javac] Ant will implicitly add -source 1.5 for you. Please change your build file.
  8. [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
  9. [javac] C:\Users\sksha\Desktop\varekdoriginal\src\packethandler\PlayerLogin.java:16: error: unreported exception Exception; must be caught or declared to be thrown
  10. [javac] byte[] data = RSA.decrypt(p.getData());
  11. [javac] ^
  12. [javac] Note: C:\Users\sksha\Desktop\varekdoriginal\src\extdef\ExtensionLoader.java uses or overrides a deprecated API.
  13. [javac] Note: Recompile with -Xlint:deprecation for details.
  14. [javac] Note: Some input files use unchecked or unsafe operations.
  15. [javac] Note: Recompile with -Xlint:unchecked for details.
  16. [javac] 1 error
  17. [javac] 1 warning
Advertisement
Add Comment
Please, Sign In to add comment