Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Lineage II (https://forum.zone-game.info/forumdisplay.php?f=34)
-   -   Class-файлы (https://forum.zone-game.info/showthread.php?t=7874)

tymboss 30.04.2010 15:33

Class-файлы
 
Хочу спросить,как скомпилить мне файл java в class

Ozzy 30.04.2010 15:42

Re: Class-файлы
 
При помощи javac

Ametist 30.04.2010 15:58

Re: Class-файлы
 
Либо компилятор :)

Ozzy 30.04.2010 16:24

Re: Class-файлы
 
Который так же будет юзать javac)))

tymboss 30.04.2010 16:30

Re: Class-файлы
 
а можно поподробнее?

вот,при помощи javac пробовал

Цитата:

.\com\l2emu\gameserver\model\actor\L2Character.jav a:127: package com.l2emu.tool
.util does not exist
import com.l2emu.tools.util.SingletonSet;
^
.\com\l2emu\gameserver\model\actor\L2Character.jav a:128: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\actor\instance\L2Boat Instance.java:17: package gnu
trove does not exist
import gnu.trove.TIntObjectHashMap;
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:515: cannot find
ymbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
private Point3D _inBoatPosition;
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:519: cannot find
ymbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
private Point3D _inAirShipPosition;
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:547: cannot find
ymbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
private Point3D _lastServerPosition = new Point3D(0, 0, 0);
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:549: cannot find
ymbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
private Point3D _lastPartyPosition = new Point3D(0, 0, 0);
^
.\com\l2emu\gameserver\model\itemcontainer\Invento ry.java:24: package org.apach
.commons.lang does not exist
import org.apache.commons.lang.ArrayUtils;
^
.\com\l2emu\gameserver\model\actor\L2Npc.java:110: package com.l2emu.tools.util
does not exist
import com.l2emu.tools.util.StringUtil;
^
.\com\l2emu\gameserver\model\actor\L2Npc.java:111: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\quest\QuestState.java :50: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\MacroList.java:34: package com.l2emu.tools.util do
s not exist
import com.l2emu.tools.util.StringUtil;
^
.\com\l2emu\gameserver\model\actor\L2Attackable.ja va:71: package com.l2emu.tool
.util does not exist
import com.l2emu.tools.util.SingletonMap;
^
.\com\l2emu\gameserver\model\actor\L2Attackable.ja va:72: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\actor\instance\L2Tame dBeastInstance.java:33: packa
e com.l2emu.tools.geometry does not exist
import com.l2emu.tools.geometry.Point3D;
^
.\com\l2emu\gameserver\model\actor\instance\L2Tame dBeastInstance.java:34: canno
find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\actor\instance\L2Mons terInstance.java:27: cannot f
nd symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\L2PartyRoom.java:14: cannot find symbol
symbol : class Util
location: package com.l2emu.util
import com.l2emu.util.Util;
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:649: cannot find
ymbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
private Point3D _currentSkillWorldPosition;
^
.\com\l2emu\gameserver\model\L2Party.java:51: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\actor\instance\L2Cubi cInstance.java:46: cannot fin
symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\L2Fishing.java:30: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\communitybbs\BB\Forum.java: 17: package gnu.trove does no
exist
import gnu.trove.TIntObjectHashMap;
^
.\com\l2emu\gameserver\model\actor\status\CharStat us.java:30: cannot find symbo

symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\ai\L2CharacterAI.java:53: package com.l2emu.tools.geomet
y does not exist
import com.l2emu.tools.geometry.Point3D;
^
.\com\l2emu\gameserver\ai\L2CharacterAI.java:54: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\quest\Quest.java:56: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:4034: cannot find
symbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
public Point3D getCurrentSkillWorldPosition()
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:4039: cannot find
symbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
public void setCurrentSkillWorldPosition(Point3D worldPosition)
^
.\com\l2emu\gameserver\instancemanager\CastleManor Manager.java:41: cannot find
ymbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\instancemanager\TerritoryWa rManager.java:60: package com
l2emu.tools.config does not exist
import com.l2emu.tools.config.L2Properties;
^
.\com\l2emu\gameserver\model\entity\Fort.java:17: package gnu.trove does not ex
st
import gnu.trove.TIntIntHashMap;
^
.\com\l2emu\gameserver\model\entity\Fort.java:18: package gnu.trove does not ex
st
import gnu.trove.TIntObjectHashMap;
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:11174: cannot fin
symbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
public Point3D getLastServerPosition()
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:11483: cannot fin
symbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
public Point3D getInBoatPosition()
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:11488: cannot fin
symbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
public void setInBoatPosition(Point3D pt)
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:11496: cannot fin
symbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
public Point3D getInAirShipPosition()
^
.\com\l2emu\gameserver\model\actor\instance\L2PcIn stance.java:11501: cannot fin
symbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2PcInst ance
public void setInAirShipPosition(Point3D pt)
^
.\com\l2emu\gameserver\model\actor\instance\L2Door Instance.java:60: package com
l2emu.tools.util does not exist
import com.l2emu.tools.util.StringUtil;
^
.\com\l2emu\gameserver\model\actor\knownlist\Objec tKnownList.java:27: package c
m.l2emu.tools.util does not exist
import com.l2emu.tools.util.SingletonMap;
^
.\com\l2emu\gameserver\model\ChanceCondition.java: 20: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\actor\knownlist\CharK nownList.java:30: package com
l2emu.tools.util does not exist
import com.l2emu.tools.util.SingletonMap;
^
.\com\l2emu\gameserver\network\L2GameClient.java:8 2: cannot find symbol
symbol : class GameCrypt
location: class com.l2emu.gameserver.network.L2GameClient
private GameCrypt _crypt;
^
.\com\l2emu\gameserver\network\L2GameClient.java:9 0: cannot find symbol
symbol : class MMOConnection
location: class com.l2emu.gameserver.network.L2GameClient
public L2GameClient(MMOConnection<L2GameClient> con)
^
.\com\l2emu\gameserver\LoginServerThread.java:87: cannot find symbol
symbol : class NewCrypt
location: class com.l2emu.gameserver.LoginServerThread
private NewCrypt _blowfish;
^
.\com\l2emu\gameserver\model\actor\position\Object Position.java:25: package com
l2emu.tools.geometry does not exist
import com.l2emu.tools.geometry.Point3D;
^
.\com\l2emu\gameserver\model\actor\instance\L2PetI nstance.java:65: cannot find
ymbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\util\FloodProtectorAction.j ava:24: package com.l2emu.too
s.util does not exist
import com.l2emu.tools.util.StringUtil;
^
.\com\l2emu\gameserver\model\actor\instance\L2Boat Instance.java:206: cannot fin
symbol
symbol : class TIntObjectHashMap
location: class com.l2emu.gameserver.model.actor.instance.L2BoatIn stance
private TIntObjectHashMap<L2PcInstance> _inboat;
^
.\com\l2emu\gameserver\model\L2Spawn.java:35: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\L2DropCategory.java:2 0: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\L2MinionData.java:17: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\actor\instance\L2Tame dBeastInstance.java:82: canno
find symbol
symbol : class Point3D
location: class com.l2emu.gameserver.model.actor.instance.L2TamedB eastInstance
public Point3D getHome()
^
.\com\l2emu\gameserver\util\MinionList.java:33: package com.l2emu.tools.util do
s not exist
import com.l2emu.tools.util.SingletonList;
^
.\com\l2emu\gameserver\util\MinionList.java:34: package com.l2emu.tools.util do
s not exist
import com.l2emu.tools.util.SingletonMap;
^
.\com\l2emu\gameserver\util\MinionList.java:35: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\model\entity\DimensionalRif t.java:30: cannot find symbol
symbol : class Rnd
location: package com.l2emu.util
import com.l2emu.util.Rnd;
^
.\com\l2emu\gameserver\network\clientpackets\L2Gam eClientPacket.java:19: packag
org.mmocore.network does not exist
import org.mmocore.network.ReceivablePacket;
^
.\com\l2emu\gameserver\network\clientpackets\L2Gam eClientPacket.java:26: packag
com.l2emu.tools.config does not exist
import com.l2emu.tools.config.L2Config;
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors

C:\Program Files\Java\jdk1.6.0_20\bin>

Ozzy 30.04.2010 18:28

Re: Class-файлы
 
aHR0cDovL2xhMi4xMDBudC5ydS9jYXRlZ29yeS9tYW5hdWwvZG Vjb21waWxlX2phdmFfbGlic19jcmFjay5odG1s

Кодировка base64. Тут есть мануал как компилить такого рода классы

tymboss 30.04.2010 18:43

Re: Class-файлы
 
Цитата:

Сообщение от Ozzy (Сообщение 66471)
aHR0cDovL2xhMi4xMDBudC5ydS9jYXRlZ29yeS9tYW5hdWwvZG Vjb21waWxlX2phdmFfbGlic19jcmFjay5odG1s

Кодировка base64. Тут есть мануал как компилить такого рода классы

че за иероглифы


Текущее время: 08:48. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot