BackStaBBerGG Posted September 8, 2010 Posted September 8, 2010 Hi i have l2jserver interlude server and i have this error to build when i add Anti-Feed PvP [javac] C:\Users\Johnnie\workspace\L2City_GS\java\net\sf\l2j\gameserver\instancemanager\AntiFeedManager.java:85: cannot find symbol [javac] symbol : method getInetAddress() [javac] location: class com.l2jserver.mmocore.network.MMOConnection<net.sf.l2j.gameserver.network.L2GameClient> [javac] return !targetClient.getConnection().getInetAddress().equals(attackerClient.getConnection().getInetAddress()); [javac] ^ [javac] C:\Users\Johnnie\workspace\L2City_GS\java\net\sf\l2j\gameserver\instancemanager\AntiFeedManager.java:85: cannot find symbol [javac] symbol : method getInetAddress() [javac] location: class com.l2jserver.mmocore.network.MMOConnection<net.sf.l2j.gameserver.network.L2GameClient> [javac] return !targetClient.getConnection().getInetAddress().equals(attackerClient.getConnection().getInetAddress()); [javac] ^ [javac] Note: C:\Users\Johnnie\workspace\L2City_GS\java\net\sf\l2j\gameserver\GeoEngine.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 2 errors Quote
0 xAddytzu Posted September 8, 2010 Posted September 8, 2010 com`on peoples .. what's wrong with you. Just try to find in your source the method or search another action on InetAddress Quote
0 BackStaBBerGG Posted September 8, 2010 Author Posted September 8, 2010 i post here for help... i don't know how to creat java code or how to fix them just i use them Quote
Question
BackStaBBerGG
Hi i have l2jserver interlude server and i have this error to build when i add Anti-Feed PvP
[javac] C:\Users\Johnnie\workspace\L2City_GS\java\net\sf\l2j\gameserver\instancemanager\AntiFeedManager.java:85: cannot find symbol
[javac] symbol : method getInetAddress()
[javac] location: class com.l2jserver.mmocore.network.MMOConnection<net.sf.l2j.gameserver.network.L2GameClient>
[javac] return !targetClient.getConnection().getInetAddress().equals(attackerClient.getConnection().getInetAddress());
[javac] ^
[javac] C:\Users\Johnnie\workspace\L2City_GS\java\net\sf\l2j\gameserver\instancemanager\AntiFeedManager.java:85: cannot find symbol
[javac] symbol : method getInetAddress()
[javac] location: class com.l2jserver.mmocore.network.MMOConnection<net.sf.l2j.gameserver.network.L2GameClient>
[javac] return !targetClient.getConnection().getInetAddress().equals(attackerClient.getConnection().getInetAddress());
[javac] ^
[javac] Note: C:\Users\Johnnie\workspace\L2City_GS\java\net\sf\l2j\gameserver\GeoEngine.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 errors
2 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.