Page 1 of 1

[HELP] 282 Eclipse Warnings

Posted: Thu Feb 24, 2011 11:08 pm
by ethos
Hi guyz i want to compile your Interlude core but i get some warnings and i need your help to solve them.
I did everything that your guide says here http://trac.l2jserver.com/wiki/Eclipse but when i checkout your svns i get this warnings...

Image

thanks in advance...

Re: [HELP] 282 Eclipse Warnings

Posted: Sat Feb 26, 2011 1:32 am
by Zoey76
Here I let you a patch that I made for this warnings, there are some code fixes but mostly, it's common sense fixes.

I hope you know how to apply a patch in Eclipse. :P

Re: [HELP] 282 Eclipse Warnings

Posted: Tue Mar 01, 2011 1:19 am
by ethos
Zoey76 wrote:Here I let you a patch that I made for this warnings, there are some code fixes but mostly, it's common sense fixes.

I hope you know how to apply a patch in Eclipse. :P
wow thanks a lot m8 u are awesome...
that fixed all of my warnings!
you are the only one who helped me to solve this problem...
again thanks i owe you...have a nice day :D

Re: [HELP] 282 Eclipse Warnings

Posted: Tue Mar 01, 2011 1:46 am
by ethos
m8 i want to ask u something more.
is this compiling problem something serious (like geodata will not work)
or i can ignore it and geodata will work ok?
Image
Thanks again.

Re: [HELP] 282 Eclipse Warnings

Posted: Tue Mar 01, 2011 1:51 am
by Zoey76
It's just a note, ignore for now, I can check it later :P

Re: [HELP] 282 Eclipse Warnings

Posted: Tue Mar 01, 2011 2:27 am
by ethos
thanks for the reply m8...
the bad thing is that it is a problem cause i doesn't load geodata's :(
Image

Re: [HELP] 282 Eclipse Warnings

Posted: Tue Mar 01, 2011 2:31 am
by ethos
hm i opened GeoData.java and at the bottom i found this:

Code: Select all

    @Deprecated //TODO: cleanup?    public static boolean loadGeodataFile(byte rx, byte ry)    {        return false;    }
do u think that's the problem?

EDIT: Oh shit im noob...i just forgot to put the geodata_index in the geodata folder.... :lol: working now!