AccessDenied Posted December 7, 2015 Posted December 7, 2015 Hello for some reason i get these warnings-errors when i try compile the source L2J (i use java jdk 8) http://pastebin.com/zitznBxM Everything is almost red even things like strings, arrays, e.t.c any idea? no seem normal... since java jdk 8 is installed
0 SweeTs Posted December 7, 2015 Posted December 7, 2015 Bcs you miss imports of those maps? Import them, ctrl+shift+o if it ask choose java.util
0 AccessDenied Posted December 7, 2015 Author Posted December 7, 2015 (edited) Bcs you miss imports of those maps? Import them, ctrl+shift+o if it ask choose java.util No really im not that silly :P its not about normal errrors like missing imports its like jar is missing or idk what.. even if i mport the list then the next error is the .add(x) doesnt really make sense.. and there are lines that has no error but it says there is error.. or a String is red.. Edited December 7, 2015 by AccessDenied
0 AccessDenied Posted December 7, 2015 Author Posted December 7, 2015 I fixed it, i re-added tools.jar to build path. Lock this thank you
Question
AccessDenied
Hello for some reason i get these warnings-errors
when i try compile the source L2J (i use java jdk 8)
http://pastebin.com/zitznBxM
Everything is almost red even things like strings, arrays, e.t.c
any idea?
no seem normal... since java jdk 8 is installed
4 answers to this question
Recommended Posts