Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

someone help me I beg you much = (I can not collect com netbeas

Newbie Spellweaver
Joined
May 31, 2012
Messages
40
Reaction score
0
Help me please ise and everything can not compile on Netbeans ayudenme please Aka I leave what I design




Created dir: C:\Users\yhuhgb\Desktop\JavaProject6\build
Updating property file: C:\Users\yhuhgb\Desktop\JavaProject6\build\built-jar.properties
Created dir: C:\Users\yhuhgb\Desktop\JavaProject6\build\classes
Created dir: C:\Users\yhuhgb\Desktop\JavaProject6\build\empty
Created dir: C:\Users\yhuhgb\Desktop\JavaProject6\build\generated-sources\ap-source-output
Compiling 678 source files to C:\Users\yhuhgb\Desktop\JavaProject6\build\classes
C:\Users\yhuhgb\Desktop\V106\src\client\LoginCrypto.java:16: error: package org.bouncycastle.util.encoders does not exist
import org.bouncycastle.util.encoders.Hex;
C:\Users\yhuhgb\Desktop\V106\src\client\LoginCrypto.java:17: error: package org.bouncycastle.jce.provider does not exist
import org.bouncycastle.jce.provider.BouncyCastleProvider;
C:\Users\yhuhgb\Desktop\V106\src\client\SkillParse.java:6: error: package org.nfunk.jep does not exist
import org.nfunk.jep.JEP;
C:\Users\yhuhgb\Desktop\V106\src\client\SkillParse.java:7: error: package org.nfunk.jep does not exist
import org.nfunk.jep.Node;
C:\Users\yhuhgb\Desktop\V106\src\client\SkillParse.java:15: error: cannot find symbol
private final static JEP exp = new JEP();
symbol: class JEP
location: class SkillParse
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:24: error: package org.apache.mina.common does not exist
import org.apache.mina.common.IdleStatus;
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:25: error: package org.apache.mina.common does not exist
import org.apache.mina.common.IoHandlerAdapter;
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:26: error: package org.apache.mina.common does not exist
import org.apache.mina.common.IoSession;
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:28: error: cannot find symbol
public class MapleServerHandler extends IoHandlerAdapter {
symbol: class IoHandlerAdapter
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:46: error: cannot find symbol
public void messageSent(final IoSession session, final Object message) throws Exception {
^
symbol: class IoSession
location: class MapleServerHandler
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:58: error: cannot find symbol
public void exceptionCaught(final IoSession session, final Throwable cause) throws Exception {
^
symbol: class IoSession
location: class MapleServerHandler
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:65: error: cannot find symbol
public void sessionOpened(final IoSession session) throws Exception {
^
symbol: class IoSession
location: class MapleServerHandler
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:115: error: cannot find symbol
public void sessionClosed(final IoSession session) throws Exception {
^
symbol: class IoSession
location: class MapleServerHandler
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:129: error: cannot find symbol
public void messageReceived(final IoSession session, final Object message) throws Exception {
^
symbol: class IoSession
location: class MapleServerHandler
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:151: error: cannot find symbol
public void sessionIdle(final IoSession session, final IdleStatus status) throws Exception {
^
symbol: class IoSession
location: class MapleServerHandler
C:\Users\yhuhgb\Desktop\V106\src\handling\MapleServerHandler.java:151: error: cannot find symbol
public void sessionIdle(final IoSession session, final IdleStatus status) throws Exception {
^
symbol: class IdleStatus
location: class MapleServerHandler
C:\Users\yhuhgb\Desktop\V106\src\handling\cashshop\CashShopServer.java:25: error: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\yhuhgb\Desktop\V106\src\handling\cashshop\CashShopServer.java:26: error: package org.apache.mina.common does not exist
import org.apache.mina.common.IoAcceptor;
C:\Users\yhuhgb\Desktop\V106\src\handling\cashshop\CashShopServer.java:27: error: package org.apache.mina.common does not exist
import org.apache.mina.common.SimpleByteBufferAllocator;
C:\Users\yhuhgb\Desktop\V106\src\handling\cashshop\CashShopServer.java:29: error: cannot find symbol
import org.apache.mina.transport.socket.nio.SocketAcceptor;
symbol: class SocketAcceptor
location: package org.apache.mina.transport.socket.nio
C:\Users\yhuhgb\Desktop\V106\src\handling\cashshop\CashShopServer.java:30: error: cannot find symbol
import org.apache.mina.transport.socket.nio.SocketAcceptorConfig;
symbol: class SocketAcceptorConfig
location: package org.apache.mina.transport.socket.nio
C:\Users\yhuhgb\Desktop\V106\src\handling\cashshop\CashShopServer.java:37: error: cannot find symbol
private IoAcceptor acceptor;
^
symbol: class IoAcceptor
location: class CashShopServer
C:\Users\yhuhgb\Desktop\V106\src\handling\channel\ChannelServer.java:60: error: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\yhuhgb\Desktop\V106\src\handling\channel\ChannelServer.java:61: error: package org.apache.mina.common does not exist
import org.apache.mina.common.IoAcceptor;
C:\Users\yhuhgb\Desktop\V106\src\handling\channel\ChannelServer.java:62: error: package org.apache.mina.common does not exist
import org.apache.mina.common.SimpleByteBufferAllocator;
C:\Users\yhuhgb\Desktop\V106\src\handling\channel\ChannelServer.java:64: error: cannot find symbol
import org.apache.mina.transport.socket.nio.SocketAcceptor;
symbol: class SocketAcceptor
location: package org.apache.mina.transport.socket.nio
C:\Users\yhuhgb\Desktop\V106\src\handling\channel\ChannelServer.java:65: error: cannot find symbol
import org.apache.mina.transport.socket.nio.SocketAcceptorConfig;
symbol: class SocketAcceptorConfig
location: package org.apache.mina.transport.socket.nio
C:\Users\yhuhgb\Desktop\V106\src\handling\channel\ChannelServer.java:82: error: cannot find symbol
private IoAcceptor acceptor;
^
symbol: class IoAcceptor
location: class ChannelServer
C:\Users\yhuhgb\Desktop\V106\src\handling\login\LoginServer.java:29: error: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\yhuhgb\Desktop\V106\src\handling\login\LoginServer.java:30: error: package org.apache.mina.common does not exist
import org.apache.mina.common.IoAcceptor;
C:\Users\yhuhgb\Desktop\V106\src\handling\login\LoginServer.java:31: error: package org.apache.mina.common does not exist
import org.apache.mina.common.SimpleByteBufferAllocator;
C:\Users\yhuhgb\Desktop\V106\src\handling\login\LoginServer.java:33: error: cannot find symbol
import org.apache.mina.transport.socket.nio.SocketAcceptor;
symbol: class SocketAcceptor
location: package org.apache.mina.transport.socket.nio
C:\Users\yhuhgb\Desktop\V106\src\handling\login\LoginServer.java:34: error: cannot find symbol
import org.apache.mina.transport.socket.nio.SocketAcceptorConfig;
symbol: class SocketAcceptorConfig
location: package org.apache.mina.transport.socket.nio
C:\Users\yhuhgb\Desktop\V106\src\handling\login\LoginServer.java:40: error: cannot find symbol
private IoAcceptor acceptor;
^
symbol: class IoAcceptor
location: class LoginServer
C:\Users\yhuhgb\Desktop\V106\src\handling\mina\MaplePacketDecoder.java:7: error: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\yhuhgb\Desktop\V106\src\handling\mina\MaplePacketDecoder.java:8: error: package org.apache.mina.common does not exist
import org.apache.mina.common.IoSession;
C:\Users\yhuhgb\Desktop\V106\src\handling\mina\MaplePacketDecoder.java:22: error: cannot find symbol
protected boolean doDecode(IoSession session, ByteBuffer in, ProtocolDecoderOutput out) throws Exception {
symbol: class IoSession
location: class MaplePacketDecoder
C:\Users\yhuhgb\Desktop\V106\src\handling\mina\MaplePacketDecoder.java:22: error: cannot find symbol
protected boolean doDecode(IoSession session, ByteBuffer in, ProtocolDecoderOutput out) throws Exception {
symbol: class ByteBuffer
location: class MaplePacketDecoder
C:\Users\yhuhgb\Desktop\V106\src\handling\mina\MaplePacketEncoder.java:10: error: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\yhuhgb\Desktop\V106\src\handling\mina\MaplePacketEncoder.java:11: error: package org.apache.mina.common does not exist
import org.apache.mina.common.IoSession;
C:\Users\yhuhgb\Desktop\V106\src\handling\mina\MaplePacketEncoder.java:18: error: cannot find symbol
public void encode(final IoSession session, final Object message, final ProtocolEncoderOutput out) throws Exception {
symbol: class IoSession
location: class MaplePacketEncoder
C:\Users\yhuhgb\Desktop\V106\src\handling\mina\MaplePacketEncoder.java:50: error: cannot find symbol
public void dispose(IoSession session) throws Exception {
symbol: class IoSession
location: class MaplePacketEncoder
C:\Users\yhuhgb\Desktop\V106\src\tools\data\output\ByteBufferLittleEndianWriter.java:3: error: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\yhuhgb\Desktop\V106\src\tools\data\output\ByteBufferLittleEndianWriter.java:15: error: cannot find symbol
private ByteBuffer bb;
symbol: class ByteBuffer
location: class ByteBufferLittleEndianWriter
C:\Users\yhuhgb\Desktop\V106\src\tools\data\output\ByteBufferLittleEndianWriter.java:50: error: cannot find symbol
public ByteBuffer getFlippedBB() {
symbol: class ByteBuffer
location: class ByteBufferLittleEndianWriter
C:\Users\yhuhgb\Desktop\V106\src\tools\data\output\ByteBufferLittleEndianWriter.java:59: error: cannot find symbol
public ByteBuffer getByteBuffer() {
symbol: class ByteBuffer
location: class ByteBufferLittleEndianWriter
C:\Users\yhuhgb\Desktop\V106\src\tools\data\output\ByteBufferOutputstream.java:3: error: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\yhuhgb\Desktop\V106\src\tools\data\output\ByteBufferOutputstream.java:14: error: cannot find symbol
private ByteBuffer bb;
symbol: class ByteBuffer
location: class ByteBufferOutputstream
C:\Users\yhuhgb\Desktop\V106\src\tools\data\output\ByteBufferOutputstream.java:22: error: cannot find symbol
public ByteBufferOutputstream(ByteBuffer bb) {
symbol: class ByteBuffer
location: class ByteBufferOutputstream
C:\Users\yhuhgb\Desktop\V106\src\tools\jevalTest.java:5: error: package net.sourceforge.jeval does not exist
import net.sourceforge.jeval.EvaluationException;
C:\Users\yhuhgb\Desktop\V106\src\tools\jevalTest.java:6: error: package net.sourceforge.jeval does not exist
import net.sourceforge.jeval.Evaluator;
C:\Users\yhuhgb\Desktop\V106\src\client\LoginCrypto.java:30: error: cannot find symbol
Security.addProvider(new BouncyCastleProvider());
^
symbol: class BouncyCastleProvider
location: class LoginCrypto
C:\Users\yhuhgb\Desktop\V106\src\client\LoginCrypto.java:115: error: cannot find symbol
byte[] bytes = Hex.decode(EncryptedPassword);
^
symbol: variable Hex
location: class LoginCrypto
C:\Users\yhuhgb\Desktop\V106\src\client\NPC.java:61: error: incompatible types
return mplew.getPacket();
^
required: handling.MaplePacket
found: net.MaplePacket
C:\Users\yhuhgb\Desktop\V106\src\client\OdinSEA.java:39: error: cannot find symbol
cserv.broadcastPacket(MaplePacketCreator.sendMapleTip("[MapleTip] " + messages[crandom]));
^
symbol: method sendMapleTip(String)
location: class MaplePacketCreator
C:\Users\yhuhgb\Desktop\V106\src\client\OdinSEA.java:48: error: method saveToDB in class MapleCharacter cannot be applied to given types;
chr.saveToDB(false, false);
^
required: boolean
found: boolean,boolean
reason: actual and formal argument lists differ in length
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerRandomStream.java:101: error: method writeInt in class GenericLittleEndianWriter cannot be applied to given types;
mplew.writeInt(v5);
^
required: int
found: long
reason: actual argument long cannot be converted to int by method invocation conversion
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerRandomStream.java:102: error: method writeInt in class GenericLittleEndianWriter cannot be applied to given types;
mplew.writeInt(s2);
^
required: int
found: long
reason: actual argument long cannot be converted to int by method invocation conversion
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerRandomStream.java:103: error: method writeInt in class GenericLittleEndianWriter cannot be applied to given types;
mplew.writeInt(v6);
^
required: int
found: long
reason: actual argument long cannot be converted to int by method invocation conversion
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:250: error: cannot find symbol
buff = chra.getBuffedValue(MapleBuffStat.MAXHP);
^
symbol: variable MAXHP
location: class MapleBuffStat
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:254: error: cannot find symbol
buff = chra.getBuffedValue(MapleBuffStat.MAXMP);
^
symbol: variable MAXMP
location: class MapleBuffStat
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:261: error: an enum switch case label must be the unqualified name of an enumeration constant
case 322: { // Crossbowman
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:269: error: an enum switch case label must be the unqualified name of an enumeration constant
case 312: { // Bowmaster
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:269: error: duplicate case label
case 312: { // Bowmaster
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:277: error: an enum switch case label must be the unqualified name of an enumeration constant
case 211:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:277: error: duplicate case label
case 211:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:278: error: an enum switch case label must be the unqualified name of an enumeration constant
case 212: { // IL
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:278: error: duplicate case label
case 212: { // IL
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:286: error: an enum switch case label must be the unqualified name of an enumeration constant
case 221:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:286: error: duplicate case label
case 221:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:287: error: an enum switch case label must be the unqualified name of an enumeration constant
case 222: { // IL
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:287: error: duplicate case label
case 222: { // IL
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:295: error: an enum switch case label must be the unqualified name of an enumeration constant
case 1211:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:295: error: duplicate case label
case 1211:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:296: error: an enum switch case label must be the unqualified name of an enumeration constant
case 1212: { // flame
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:296: error: duplicate case label
case 1212: { // flame
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:304: error: an enum switch case label must be the unqualified name of an enumeration constant
case 2215:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:304: error: duplicate case label
case 2215:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:305: error: an enum switch case label must be the unqualified name of an enumeration constant
case 2216:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:305: error: duplicate case label
case 2216:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:306: error: an enum switch case label must be the unqualified name of an enumeration constant
case 2217:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:306: error: duplicate case label
case 2217:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:307: error: an enum switch case label must be the unqualified name of an enumeration constant
case 2218: {
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:307: error: duplicate case label
case 2218: {
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:315: error: an enum switch case label must be the unqualified name of an enumeration constant
case 2112: { // Aran
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:315: error: duplicate case label
case 2112: { // Aran
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:324: error: method getBOF_ForJob in class GameConstants cannot be applied to given types;
final ISkill blessoffairy = SkillFactory.getSkill(GameConstants.getBOF_ForJob(chra.getJob()));
^
required: int
found: MapleJob
reason: actual argument MapleJob cannot be converted to int by method invocation conversion
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:350: error: cannot find symbol
buff = chra.getBuffedValue(MapleBuffStat.DASH_SPEED);
^
symbol: variable DASH_SPEED
location: class MapleBuffStat
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:354: error: cannot find symbol
buff = chra.getBuffedValue(MapleBuffStat.DASH_JUMP);
^
symbol: variable DASH_JUMP
location: class MapleBuffStat
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:385: error: cannot find symbol
magic = Math.min(magic, MapleCharacter.magicCap);
^
symbol: variable magicCap
location: class MapleCharacter
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:399: error: an enum switch case label must be the unqualified name of an enumeration constant
case 410:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:400: error: an enum switch case label must be the unqualified name of an enumeration constant
case 411:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:400: error: duplicate case label
case 411:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:401: error: an enum switch case label must be the unqualified name of an enumeration constant
case 412: { // Assasin/ Hermit / NL
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:401: error: duplicate case label
case 412: { // Assasin/ Hermit / NL
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:406: error: cannot find symbol
this.passive_sharpeye_rate = critSkill.getEffect(critlevel).getProb();
^
symbol: method getProb()
location: class MapleStatEffect
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:411: error: an enum switch case label must be the unqualified name of an enumeration constant
case 1410:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:411: error: duplicate case label
case 1410:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:412: error: an enum switch case label must be the unqualified name of an enumeration constant
case 1411:
^
C:\Users\yhuhgb\Desktop\V106\src\client\PlayerStats.java:412: error: duplicate case label
case 1411:
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
C:\Users\yhuhgb\Desktop\JavaProject6\nbproject\build-impl.xml:598: The following error occurred while executing this line:
C:\Users\yhuhgb\Desktop\JavaProject6\nbproject\build-impl.xml:243: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 4 seconds)

Please help if = (I beg
 
Junior Spellweaver
Joined
Apr 25, 2011
Messages
153
Reaction score
37
Things you Might Have Or Have Not Done:
- Did you clean+build.
- Did you add the jar files to the library.
- did you change something that wasnt suppose to be changed.
- did you download a useless source that is labeled as "crap" Since i see i say the project name is v106 and the v106 source tht was released he is crap if its yours than nvm.(i dont mean nothing wrong from this message)
 
Upvote 0
Back
Top