Eclipse Errors

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Weizen
Posts: 4
Joined: Fri Mar 23, 2012 10:10 am

Eclipse Errors

Post by Weizen »

L2J Revision Number: 5226

Hi,

i want to get back to l2... i dont touched l2 for over 1 year now.
so my question is how to fix the errors i get on eclipse?

i will write some of them they just repeat:

Code: Select all

- Cannot instantiate the type ArrayList<?>- Cannot instantiate the type FastList<?>- Incorrect number of arguments for type FastMap<K,V>; it cannot be parameterized with arguments <?>- Syntax error on token "<", ? expected after this token- ...ย 
here a screenshot:

http://imageshack.us/photo/my-images/843/errorju.jpg


Some Informations:

Java 7 update 3 JRE and JDK installed


my Enviromentvarriables are:

PATH: C:\Program Files\Java\jdk1.7.0_03\bin
CLASSPATH: C:\Program Files\Java\jdk1.7.0_03\lib
JAVA_HOME: C:\Program Files\Java\jdk1.7.0_03

Eclipse under installed JREs is the JRE7 with correct path


...

ohh and my old high five pack is without errors



sorry for my english and thank you for help
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Eclipse Errors

Post by MELERIX »

may be is your eclipse version ? :P
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Eclipse Errors

Post by Zoey76 »

You need Eclipse 3.7.1+ to use Java 7 features.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Weizen
Posts: 4
Joined: Fri Mar 23, 2012 10:10 am

Re: Eclipse Errors

Post by Weizen »

Ohh im so dumb :)

Sorry for the stupid question thats true my eclipse is also over 1 year old :)

Thanks
Post Reply