Thread: Compile error

Results 1 to 5 of 5
  1. #1 Compile error 
    Registered Member
    Join Date
    Aug 2008
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    this is the error i get every time i compile my server.





    Reply With Quote  
     

  2. #2  
    Registered Member Zedicus's Avatar
    Join Date
    Nov 2009
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    post your player.java code and i can probably fix it
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2008
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    import java.util.Calendar;
    import java.util.GregorianCalendar;
    import javax.swing.Action;
    import javax.swing.Timer;

    public abstract class Player implements Constants {
    public int WillKeepAmt1,WillKeepAmt2,WillKeepAmt3,WillKeepAmt 4,WillKeepItem1,WillKeepItem2,WillKeepItem3,WillKe epItem4,WillKeepItem1Slot,WillKeepItem2Slot,WillKe epItem3Slot,WillKeepItem4Slot,EquipStatus;
    public Action pickupPenAction;
    public Action cantLeavePenAction;
    public Timer pickupPenTimer;
    public Timer cantLeavePenTimer;
    //dueling variables/*

    */
    public boolean duelAccept2 = false;
    public int[] duelButtons = { 26069, 26070, 26071, 30136, 2158, 26065,
    26072, 26073, 26074, 26066, 26076, 53245, 53250, 53252, 53246, 53247, 53248, 53254, 53255, 53253, 53249, 53251 };
    public boolean[] duelItemsNoted = new boolean[28];
    public int[] duelLine = { 6698, 6699, 6697, 7817, 669, 6696, 6701, 6702,
    Reply With Quote  
     

  4. #4  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    remove this

    //dueling variables/*

    */ <-----
    public boolean duelAccept2 = false;
    Reply With Quote  
     

  5. #5  
    Registered Member Zedicus's Avatar
    Join Date
    Nov 2009
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    import java.util.Calendar;
    import java.util.GregorianCalendar;
    import javax.swing.Action;
    import javax.swing.Timer;

    public abstract class Player implements Constants {
    public int WillKeepAmt1,WillKeepAmt2,WillKeepAmt3,WillKeepAmt 4,WillKeepItem1,WillKeepItem2,WillKeepItem3,WillKe epItem4,WillKeepItem1Slot,WillKeepItem2Slot,WillKe epItem3Slot,WillKeepItem4Slot,EquipStatus;
    public Action pickupPenAction;
    public Action cantLeavePenAction;
    public Timer pickupPenTimer;
    public Timer cantLeavePenTimer;
    //dueling variables

    public boolean duelAccept2 = false;
    public int[] duelButtons = { 26069, 26070, 26071, 30136, 2158, 26065,
    26072, 26073, 26074, 26066, 26076, 53245, 53250, 53252, 53246, 53247, 53248, 53254, 53255, 53253, 53249, 53251 };
    public boolean[] duelItemsNoted = new boolean[28];
    public int[] duelLine = { 6698, 6699, 6697, 7817, 669, 6696, 6701, 6702,
    Reply With Quote  
     


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. Error compile
    By Africa in forum Requests
    Replies: 0
    Last Post: 03-18-2010, 04:26 AM
  2. Compile error...
    By alfiep123 in forum Help
    Replies: 12
    Last Post: 12-24-2009, 04:22 AM
  3. Compile Error
    By deathhp in forum Help
    Replies: 0
    Last Post: 10-05-2009, 05:29 PM
  4. Compile error help
    By MkDallas in forum Help
    Replies: 1
    Last Post: 07-01-2009, 08:08 PM
  5. Compile error
    By Skillz Ftw in forum Help
    Replies: 0
    Last Post: 03-16-2009, 03:39 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
  •