Thread: Mining Error

Results 1 to 9 of 9
  1. #1 Mining Error 
    Registered Member
    Join Date
    Dec 2013
    Posts
    193
    Thanks given
    5
    Thanks received
    0
    Rep Power
    11
    need help with this please


    src\server\model\players\Client.java:74: error: cannot find symbol
    private Mining mine = new Mining(this);
    ^
    symbol: class Mining
    location: class Client
    src\server\model\players\Client.java:929: error: cannot find symbol
    public Mining getMining() {
    ^
    symbol: class Mining
    location: class Client
    src\server\model\players\Client.java:74: error: cannot find symbol
    private Mining mine = new Mining(this);
    ^
    symbol: class Mining
    location: class Client
    3 errors
    Successfully Updated Source.
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    oof


    Join Date
    Aug 2012
    Posts
    3,150
    Thanks given
    2,847
    Thanks received
    857
    Rep Power
    2260
    Try importing
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2013
    Posts
    193
    Thanks given
    5
    Thanks received
    0
    Rep Power
    11
    Whats that meen?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Zivik's Avatar
    Join Date
    Oct 2007
    Age
    28
    Posts
    4,421
    Thanks given
    891
    Thanks received
    1,527
    Rep Power
    3285
    Quote Originally Posted by Ardi View Post
    That's nothing with importing, lol.


    He's wrong, change
    private Mining mine = new Mining(this);
    to
    private Mining mine = new Mining();

    Let me know if worked.
    It's an import issue. It says it right in the error it can't find it.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2013
    Posts
    193
    Thanks given
    5
    Thanks received
    0
    Rep Power
    11
    i tryed that ardi and it dident work
    Reply With Quote  
     

  6. #6  
    oof


    Join Date
    Aug 2012
    Posts
    3,150
    Thanks given
    2,847
    Thanks received
    857
    Rep Power
    2260
    I assume you need to import

    Code:
    import server.model.players.skills.Mining;
    Just place it with the other imports in that class at the top, easy to spot
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Dec 2013
    Posts
    193
    Thanks given
    5
    Thanks received
    0
    Rep Power
    11
    that dident work
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Apr 2012
    Posts
    803
    Thanks given
    179
    Thanks received
    125
    Rep Power
    0
    Hope you get it fixed soon man.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Dec 2013
    Posts
    193
    Thanks given
    5
    Thanks received
    0
    Rep Power
    11
    thanks i managed to fix it it was a } and a Mining error found in Source Client.java
    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. [pi] adding Mining error
    By firekill in forum Help
    Replies: 8
    Last Post: 09-28-2012, 07:17 PM
  2. [PI] New Mining Errors
    By 317UnleashedReality in forum Help
    Replies: 2
    Last Post: 07-19-2012, 05:45 AM
  3. PI Mining Error
    By LiilCraZy in forum Help
    Replies: 1
    Last Post: 12-18-2011, 02:36 AM
  4. Replies: 0
    Last Post: 05-20-2011, 05:11 AM
  5. random mining error
    By Vox' in forum Help
    Replies: 5
    Last Post: 06-06-2009, 04:57 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
  •