[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.
ADENA
500 K = 40e
1kk = 70e
3kk = 190e
ITEMS
staff of life = 150e
karmian set = 90e
elven jewls top D = 30e
Orcish Poleaxe+1 best C pole = 680e
any D grade armor on demand
discord
wiz0642_81242
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.