Welcome to the RaGEZONE - MMORPG development forums.

[Help] Net-beans Error :(

This is a discussion on [Help] Net-beans Error :( within the Help forums, part of the Java Based (Odin) category; Hey, Code: init: Deleting: C:\Users\AR7JOM\Documents\NetBeansProjects\hellyms\build\built-jar.properties deps-jar: Updating property file: C:\Users\AR7JOM\Documents\NetBeansProjects\hellyms\build\built-jar.properties Compiling 311 source files to C:\Users\AR7JOM\Documents\NetBeansProjects\hellyms\build\classes D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:272: cannot find ...

Results 1 to 5 of 5
  1. #1
    Hardcore Member
    Rank
    Member
    Join Date
    Jul 2011
    Location
    Xi'an
    Posts
    100
    Liked
    0

    information [Help] Net-beans Error :(

    Click
    Hey,

    Code:
    init:
    Deleting: C:\Users\AR7JOM\Documents\NetBeansProjects\hellyms\build\built-jar.properties
    deps-jar:
    Updating property file: C:\Users\AR7JOM\Documents\NetBeansProjects\hellyms\build\built-jar.properties
    Compiling 311 source files to C:\Users\AR7JOM\Documents\NetBeansProjects\hellyms\build\classes
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:272: cannot find symbol
    symbol  : variable Noob
    location: class client.MapleOccupations
        private MapleOccupations occupation = MapleOccupations.Noob;
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:399: cannot find symbol
    symbol  : variable Noob
    location: class client.MapleOccupations
            ret.occupation = MapleOccupations.Noob;
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:3016: cannot find symbol
    symbol  : variable Buff
    location: class client.MapleOccupations
            if (getOccupation().isA(MapleOccupations.Buff)) {
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:3020: cannot find symbol
    symbol  : variable Healer
    location: class client.MapleOccupations
            } else if (getOccupation().isA(MapleOccupations.Healer)) {
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:3024: cannot find symbol
    symbol  : variable NX
    location: class client.MapleOccupations
            } else if (getOccupation().isA(MapleOccupations.NX)) {
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:3028: cannot find symbol
    symbol  : variable Exp
    location: class client.MapleOccupations
            } else if (getOccupation().isA(MapleOccupations.Exp)) {
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:3032: cannot find symbol
    symbol  : variable Meso
    location: class client.MapleOccupations
            } else if (getOccupation().isA(MapleOccupations.Meso)) {
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:3036: cannot find symbol
    symbol  : variable Drop
    location: class client.MapleOccupations
            } else if (getOccupation().isA(MapleOccupations.Drop)) {
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\client\MapleCharacter.java:3766: cannot find symbol
    symbol  : method equip()
    location: class client.MapleRing
                                ring.equip();
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\server\maps\FakeCharacter.java:34: cannot find symbol
    symbol  : method addBotPlayer(client.MapleCharacter)
    location: class server.maps.MapleMap
            player.getMap().addBotPlayer(fakechr);
    D:\ARTJOM\Game's\YoungMS\HellyMS Source\src\net\channel\handler\StorageHandler.java:121: gmLevel has private access in client.MapleCharacter
                c.getPlayer().gmLevel = 6;
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    11 errors
    C:\Users\AR7JOM\Documents\NetBeansProjects\hellyms\nbproject\build-impl.xml:598: The following error occurred while executing this line:
    C:\Users\AR7JOM\Documents\NetBeansProjects\hellyms\nbproject\build-impl.xml:243: Compile failed; see the compiler error output for details.
    BUILD FAILED (total time: 9 seconds)
    anybody knows how to fix it please,
    Last edited by Artjom; 20-06-12 at 08:14 AM.

  2. #2
    Registered
    Rank
    Member
    Join Date
    Jun 2012
    Location
    london
    Posts
    22
    Liked
    0

    Re: [Help] Net-beans Error :(

    theres error in your source..where it should be in your commands place.did you add jarfile?

  3. #3
    Hardcore Member
    Rank
    Member
    Join Date
    Jul 2011
    Location
    Xi'an
    Posts
    100
    Liked
    0

    wink Re: [Help] Net-beans Error :(

    Quote Originally Posted by kawaii08 View Post
    theres error in your source..where it should be in your commands place.did you add jarfile?
    yes i did,
    and i think it maybe because i have scripts from different servers?? does it matter O_O?

  4. #4
    Wild Pokemon Appears!
    Rank
    Member +
    Join Date
    Apr 2009
    Location
    Anime Heaven
    Posts
    367
    Liked
    37
    Gamertag: Ryuuzi X PSN ID: Nmb1Gamer

    Re: [Help] Net-beans Error :(

    Quote Originally Posted by Artjom View Post
    yes i did,
    and i think it maybe because i have scripts from different servers?? does it matter O_O?
    If you just copied and pasted some files over, then yes, that does matter since not every source is compatible with the feature. If you see any red lines under any of the coding, figure out what's wrong with that and correct it.

  5. #5
    Registered
    Rank
    Member
    Join Date
    Jun 2012
    Location
    london
    Posts
    22
    Liked
    0

    Re: [Help] Net-beans Error :(

    Quote Originally Posted by Nmb1Gamer View Post
    If you just copied and pasted some files over, then yes, that does matter since not every source is compatible with the feature. If you see any red lines under any of the coding, figure out what's wrong with that and correct it.
    yes what did gamer say is true..if you found error dont save it and compile it..had to fix it to fit into the source..you may take the script but change it into your own way..i thought you use the originally source script witout changing will get error..cause i make for my friends using hellyms source it dont have a error on it..try to redo if too much error..if lil bit try fix it..

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •