Egidijus Posted October 7, 2012 Posted October 7, 2012 Hello, I use Frozen pack, and import com.l2jfrozen.util.Rnd; no are this pack. This code delete? Or How fix? Quote
janiko Posted October 7, 2012 Posted October 7, 2012 maby its in different folder serch it and import it. Quote
Egidijus Posted October 7, 2012 Posted October 7, 2012 I find this import, but i get new error this line: SocialAction sa = new SocialAction(this, Rnd.get(8)); Quote
Lancer Posted February 25, 2016 Posted February 25, 2016 Microsoft Windows [Version 6.1.7600] (c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены. C:\Users\Администратор>cd C:\source\aCis_gameserver C:\source\aCis_gameserver>ant Buildfile: C:\source\aCis_gameserver\build.xml clean: [delete] Deleting directory C:\source\aCis_gameserver\build checkRequirements: [echo] Verification of your JDK version. init: [mkdir] Created dir: C:\source\aCis_gameserver\build [mkdir] Created dir: C:\source\aCis_gameserver\build\classes [mkdir] Created dir: C:\source\aCis_gameserver\build\dist [mkdir] Created dir: C:\source\aCis_gameserver\build\dist\login [mkdir] Created dir: C:\source\aCis_gameserver\build\dist\gameserver compile: [javac] Compiling 1316 source files to C:\source\aCis_gameserver\build\class es [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\ins tance\L2BufferInstance.java:34: error: duplicate class: net.sf.l2j.gameserver.mo del.actor.instance.L2BufferInstance [javac] public class L2BufferInstance extends L2NpcInstance [javac] ^ [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2B ufferInstance.java:31: error: package net.sf.l2j.gameserver.templates.chars does not exist [javac] import net.sf.l2j.gameserver.templates.chars.L2NpcTemplate; [javac] ^ [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2B ufferInstance.java:42: error: cannot find symbol [javac] public L2BufferInstance(int objectId, L2NpcTemplate template) [javac] ^ [javac] symbol: class L2NpcTemplate [javac] location: class L2BufferInstance [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2B ufferInstance.java:99: error: cannot find symbol [javac] player.getAI().setIntention(CtrlIntention.AI_INT ENTION_INTERACT, this); [javac] ^ [javac] symbol: variable AI_INTENTION_INTERACT [javac] location: class CtrlIntention [javac] 4 errors BUILD FAILED C:\source\aCis_gameserver\build.xml:95: Compile failed; see the compiler error o utput for details. Total time: 14 seconds C:\source\aCis_gameserver> When I compiled I got errors help :'( Quote
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.