GsL Posted September 12, 2012 Posted September 12, 2012 [echo] L2jFrozen Gameserver Revision: 948:952M compile: [javac] Compiling 1466 source files to C:\Workspace\L2jFrozen_GameServer\build\classes [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:156: cannot find symbol [javac] symbol : class L2MultiFunctionZone [javac] location: package com.l2jfrozen.gameserver.model.zone.type [javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\UseItem.java:37: cannot find symbol [javac] symbol : class L2MultiFunctionZone [javac] location: package com.l2jfrozen.gameserver.model.zone.type [javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\serverpackets\Die.java:34: cannot find symbol [javac] symbol : class L2MultiFunctionZone [javac] location: package com.l2jfrozen.gameserver.model.zone.type [javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:8029: cannot find symbol [javac] symbol : variable L2MultiFunctionZone [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] L2MultiFunctionZone.givereward(this); [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\UseItem.java:100: cannot find symbol [javac] symbol : variable L2MultiFunctionZone [javac] location: class com.l2jfrozen.gameserver.network.clientpackets.UseItem [javac] if(getClient().getActiveChar().isInsideZone(L2Character.ZONE_MULTIFUNCTION) && !L2MultiFunctionZone.checkItem(item)) [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\serverpackets\Die.java:69: cannot find symbol [javac] symbol : variable L2MultiFunctionZone [javac] location: class com.l2jfrozen.gameserver.network.serverpackets.Die [javac] || (player.isInsideZone(L2Character.ZONE_MULTIFUNCTION) && L2MultiFunctionZone.revive)); [javac] ^ [javac] 6 errors WTF is this i havent red lines in eclipse..??
0 ^Wyatt Posted September 12, 2012 Posted September 12, 2012 Already joined with teamviewer with GsL. You have your workspace bugged, request for help about that.
0 GsL Posted September 12, 2012 Author Posted September 12, 2012 Already joined with teamviewer with GsL. You have your workspace bugged, request for help about that. Fixed Thanks ^Wyatt u can lock it (If you wanna some1 to destroy your eclipse Call me!!)
0 ^Wyatt Posted September 12, 2012 Posted September 12, 2012 Fixed Thanks ^Wyatt u can lock it (If you wanna some1 to destroy your eclipse Call me!!) Really I can't. But np x'D 1 moderator can lock it.
Question
GsL
[echo] L2jFrozen Gameserver Revision: 948:952M
compile:
[javac] Compiling 1466 source files to C:\Workspace\L2jFrozen_GameServer\build\classes
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:156: cannot find symbol
[javac] symbol : class L2MultiFunctionZone
[javac] location: package com.l2jfrozen.gameserver.model.zone.type
[javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone;
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\UseItem.java:37: cannot find symbol
[javac] symbol : class L2MultiFunctionZone
[javac] location: package com.l2jfrozen.gameserver.model.zone.type
[javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone;
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\serverpackets\Die.java:34: cannot find symbol
[javac] symbol : class L2MultiFunctionZone
[javac] location: package com.l2jfrozen.gameserver.model.zone.type
[javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone;
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:8029: cannot find symbol
[javac] symbol : variable L2MultiFunctionZone
[javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance
[javac] L2MultiFunctionZone.givereward(this);
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\UseItem.java:100: cannot find symbol
[javac] symbol : variable L2MultiFunctionZone
[javac] location: class com.l2jfrozen.gameserver.network.clientpackets.UseItem
[javac] if(getClient().getActiveChar().isInsideZone(L2Character.ZONE_MULTIFUNCTION) && !L2MultiFunctionZone.checkItem(item))
[javac] ^
[javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\serverpackets\Die.java:69: cannot find symbol
[javac] symbol : variable L2MultiFunctionZone
[javac] location: class com.l2jfrozen.gameserver.network.serverpackets.Die
[javac] || (player.isInsideZone(L2Character.ZONE_MULTIFUNCTION) && L2MultiFunctionZone.revive));
[javac] ^
[javac] 6 errors
WTF is this i havent red lines in eclipse..??
3 answers to this question
Recommended Posts