Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [javac] The -source switch defaults to 1.7 in JDK 1.7.
- [javac] If you specify -target 1.5 you now must also specify -source 1.5.
- [javac] Ant will implicitly add -source 1.5 for you. Please change your build file.
- [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
- [javac] C:\Users\sksha\Desktop\varekdoriginal\src\packethandler\PlayerLogin.java:17: error: no suitable constructor found for Packet(IoSession,byte[])
- [javac] Packet p1 = new Packet(session, data);
- [javac] ^
- [javac] constructor Packet.Packet(IoSession,int,byte[]) is not applicable
- [javac] (actual and formal argument lists differ in length)
- [javac] constructor Packet.Packet(IoSession,int,byte[],boolean) is not applicable
- [javac] (actual and formal argument lists differ in length)
- [javac] Note: C:\Users\sksha\Desktop\varekdoriginal\src\extdef\ExtensionLoader.java uses or overrides a deprecated API.
- [javac] Note: Recompile with -Xlint:deprecation for details.
- [javac] Note: Some input files use unchecked or unsafe operations.
- [javac] Note: Recompile with -Xlint:unchecked for details.
- [javac] 1 error
- [javac] 1 warning
Advertisement
Add Comment
Please, Sign In to add comment