scotty92

Untitled

Oct 15th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. [javac] The -source switch defaults to 1.7 in JDK 1.7.
  2. [javac] If you specify -target 1.5 you now must also specify -source 1.5.
  3. [javac] Ant will implicitly add -source 1.5 for you. Please change your build file.
  4. [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
  5. [javac] C:\Users\sksha\Desktop\varekdoriginal\src\packethandler\PlayerLogin.java:17: error: no suitable constructor found for Packet(IoSession,byte[])
  6. [javac] Packet p1 = new Packet(session, data);
  7. [javac] ^
  8. [javac] constructor Packet.Packet(IoSession,int,byte[]) is not applicable
  9. [javac] (actual and formal argument lists differ in length)
  10. [javac] constructor Packet.Packet(IoSession,int,byte[],boolean) is not applicable
  11. [javac] (actual and formal argument lists differ in length)
  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