Thread: [PI] Compiling help

Results 1 to 2 of 2
  1. #1 [PI] Compiling help 
    Registered Member
    Join Date
    Nov 2007
    Posts
    107
    Thanks given
    7
    Thanks received
    1
    Rep Power
    3
    when i try to compile i get this error
    Code:
    src\server\model\players\packets\Commands.java:454: cannot find symbol
    symbol  : variable master
    location: class server.model.players.Client
                            if (playerCommand.startsWith("master") && c.master == 0)
     {
                                                                       ^
    src\server\model\players\packets\Commands.java:466: cannot find symbol
    symbol  : variable master
    location: class server.model.players.Client
                                    c.master = 1;
                                     ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    you need to add the int master to player.java
     


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. Compiling
    By Mumups in forum Help
    Replies: 5
    Last Post: 10-04-2009, 06:59 PM
  2. 474 Not compiling
    By Pilldom in forum Help
    Replies: 0
    Last Post: 08-19-2009, 07:46 AM
  3. 474 compiling help [look]
    By inFamous in forum Help
    Replies: 3
    Last Post: 03-14-2009, 10:11 PM
  4. 508 Compiling
    By ragean in forum Help
    Replies: 9
    Last Post: 03-14-2009, 05:00 PM
  5. I need help with compiling...
    By Keith in forum Help
    Replies: 10
    Last Post: 01-31-2009, 05:08 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
  •