Thread: I need a lot of help with this please i'm new to coding

Results 1 to 6 of 6
  1. #1 I need a lot of help with this please i'm new to coding 
    Registered Member
    Join Date
    Aug 2012
    Posts
    35
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Code:
    ::::::::::::::::::::::::::::::::::
    ::                              ::
    ::    Compiling Max-Scape       ::
    ::                              ::
    ::::::::::::::::::::::::::::::::::
    Djhoto owns this compiler. Change anything but Title.
    server.java:125: error: <identifier> expected
            public static antilag = null;
                                 ^
    1 error
    Press any key to continue . . .
    What should I do ?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Joker's Avatar
    Join Date
    Nov 2009
    Age
    28
    Posts
    1,845
    Thanks given
    378
    Thanks received
    1,206
    Rep Power
    5000
    Read the error, there's no identifier.

    Ex: String, boolean, int

    Reply With Quote  
     

  3. #3  
    Apple Computers
    Bridget7298's Avatar
    Join Date
    Aug 2007
    Age
    32
    Posts
    1,088
    Thanks given
    99
    Thanks received
    49
    Rep Power
    219
    Quote Originally Posted by Djhoto View Post
    Code:
    ::::::::::::::::::::::::::::::::::
    ::                              ::
    ::    Compiling Max-Scape       ::
    ::                              ::
    ::::::::::::::::::::::::::::::::::
    Djhoto owns this compiler. Change anything but Title.
    server.java:125: error: <identifier> expected
            public static antilag = null;
                                 ^
    1 error
    Press any key to continue . . .
    What should I do ?
    See where it says:
    Code:
        public static antilag = null;
    The reason you got an error is because if you didn't define what kind of identifier it is. To fix this all you have to do is change it to one of these:
    Code:
        public static int antilag = null;
    OR
    public static boolean antilag = null;
    OR
    public static String antilag = null
    Reply With Quote  
     

  4. #4  
    Donator

    Thock321's Avatar
    Join Date
    Jul 2011
    Posts
    1,804
    Thanks given
    706
    Thanks received
    363
    Rep Power
    416
    Remove
    Code:
    public static antilag = null;
    More like anti-leech.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2012
    Posts
    35
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Thanks everyone, you all helped and it doesn't say that no more !
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2012
    Posts
    261
    Thanks given
    62
    Thanks received
    27
    Rep Power
    0
    leechers gonna leech
    Spoiler for :
    Quote Originally Posted by Project-xv2 View Post
    WTF DOES THIS MEAN? it happend after i finaly got sof to work

    and this error when compiling, witch makes no sense because i replaced evrything in utils with stuff from a new matrix source
    if you think this is about sof then you may quit making rsps

    Reply With Quote  
     

  7. Thankful user:



Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PAYING A LOT]602 Animations![PAYING A LOT]
    By Extrocity in forum Buying
    Replies: 4
    Last Post: 05-31-2012, 02:57 AM
  2. I'm going to need a lot of help coding
    By T D W P in forum Chat
    Replies: 1
    Last Post: 03-20-2012, 08:38 PM
  3. [PI] Paying A Lot
    By I'm A Jerk in forum Help
    Replies: 5
    Last Post: 02-01-2011, 03:43 AM
  4. Ok I Need A Lot Of Help Now :)
    By pwn3d ownz u in forum Requests
    Replies: 0
    Last Post: 03-20-2009, 08:36 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •