Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [javac] Compiling 154 source files to C:\Users\sksha\Desktop\varekdoriginal\build
- [javac]
- [javac] WARNING
- [javac]
- [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:16: error: unreported exception Exception; must be caught or declared to be thrown
- [javac] byte[] data = RSA.decrypt(p.getData());
- [javac] ^
- [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