[echo] L2jFrozen Gameserver Revision: exported compile: [javac] Compiling 1476 source files to C:\workspace\trunk\gameserver\build\classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] C:\workspace\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\AutoVoteRewardHandler.java:112: error: diamond operator is not supported in -source 1.6 [javac] _already_rewarded = new ArrayList<>(); [javac] ^ [javac] (use -source 7 or higher to enable diamond operator) [javac] 1 error [javac] 1 warning
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
because you're not encrypting your files with l2encdec.
either encrypt the file or rename it, change it's extension to '.u' and put it in the system folder
Hello MxC community. have issue with Unreal trying to make add some stuff in to my communityboard but having problem with unreal, allways getting error: "Files are coruppted.." Maybe someone could help me to solve why it's like that?
Question
mikelolos
hello to all members.
I am trying to addapt l2network in my vote system so i update my AutoVoteRewardHandler.java rev 1000
from here https://www.assembla.com/spaces/L2jFrozenInterlude/subversion/commits/1112
from 1000 rev to 1112 rev and add diffs to other 2 files in java i get this weird message
[echo] L2jFrozen Gameserver Revision: exported
compile:
[javac] Compiling 1476 source files to C:\workspace\trunk\gameserver\build\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
[javac] C:\workspace\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\AutoVoteRewardHandler.java:112:
error: diamond operator is not supported in -source 1.6
[javac] _already_rewarded = new ArrayList<>();
[javac] ^
[javac] (use -source 7 or higher to enable diamond operator)
[javac] 1 error
[javac] 1 warning
BUILD FAILED
Anyone can help???ty in advance...
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.