Thread: Error to do with wealth transfer 6 was 14 fixed a few need help

Results 1 to 5 of 5
  1. #1 Error to do with wealth transfer 6 was 14 fixed a few need help 
    Registered Member
    Join Date
    May 2009
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    72
    Compiling net/com/codeusa/Engine.java
    .\net\com\codeusa\Engine.java:18: package net.com.world does not exist
    import net.com.world.geLoader;
    ^
    .\net\com\codeusa\Engine.java:38: cannot find symbol
    symbol : class geLoader
    location: class net.com.codeusa.Engine
    public static geLoader geLoader = new geLoader();
    ^
    .\net\com\codeusa\model\ptrade\PTrade.java:400: class, interface, or enum expect
    ed
    }).runScript(p, 143, tparams4, "Iiii");
    ^
    .\net\com\codeusa\model\ptrade\PTrade.java:401: class, interface, or enum expect
    ed
    }
    ^
    .\net\com\codeusa\Engine.java:38: cannot find symbol
    symbol : class geLoader
    location: class net.com.codeusa.Engine
    public static geLoader geLoader = new geLoader();
    ^
    .\net\com\codeusa\model\ptrade\PTrade.java:339: cannot find symbol
    symbol : method capitalize(java.lang.String)
    location: class net.com.codeusa.util.Misc
    p.getActionSender().setString(p, "<col=ff0000> Wealth Transfer: " +
    Misc.numberOp(price) + " Coins Worth To " + Misc.capitalize(getPartner().usernam
    e), 335, 41);

    ^
    Note: .\net\com\codeusa\clanchat\Room.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    6 errors
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2009
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    72
    Anyone know
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2009
    Posts
    90
    Thanks given
    0
    Thanks received
    0
    Rep Power
    72
    stuck at this now
    Compiling net/com/codeusa/Engine.java
    .\net\com\codeusa\model\ptrade\PTrade.java:400: class, interface, or enum expect
    ed
    }).runScript(p, 143, tparams4, "Iiii");
    ^
    .\net\com\codeusa\model\ptrade\PTrade.java:401: class, interface, or enum expect
    ed
    }
    ^
    .\net\com\codeusa\model\ptrade\PTrade.java:339: cannot find symbol
    symbol : method capitalize(java.lang.String)
    location: class net.com.codeusa.util.Misc
    p.getActionSender().setString(p, "<col=ff0000> Wealth Transfer: " +
    Misc.numberOp(price) + " Coins Worth To " + Misc.capitalize(getPartner().usernam
    e), 335, 41);

    ^
    Note: .\net\com\codeusa\clanchat\Room.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 errors
    Press any key to continue . . .
    Reply With Quote  
     

  4. #4  
    Registered Member
    X Mercy X's Avatar
    Join Date
    May 2009
    Age
    28
    Posts
    1,336
    Thanks given
    3
    Thanks received
    41
    Rep Power
    301
    }).runScript(p, 143, tparams4, "Iiii"); delete 1 }

    again for second 1
    and import misc

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    Member
    Join Date
    Jul 2008
    Posts
    221
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Compiling net/com/codeusa/Engine.java
    .\net\com\codeusa\model\ptrade\PTrade.java:400: class, interface, or enum expect
    ed
    }).runScript(p, 143, tparams4, "Iiii");
    ^
    .\net\com\codeusa\model\ptrade\PTrade.java:401: class, interface, or enum expect
    ed
    }
    ^
    .\net\com\codeusa\model\ptrade\PTrade.java:339: cannot find symbol
    symbol : method capitalize(java.lang.String)
    location: class net.com.codeusa.util.Misc
    p.getActionSender().setString(p, "<col=ff0000> Wealth Transfer: " +
    Misc.numberOp(price) + " Coins Worth To " + Misc.capitalize(getPartner().usernam
    e), 335, 41);

    ^
    Note: .\net\com\codeusa\clanchat\Room.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 errors
    Press any key to continue . . .
    add in misc

    public static String capitalize(String s) {
    if (s.length() == 0) return s;
    return s.substring(0, 1).toUpperCase() + s.substring(1).toLowerCase();
    }
    }
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    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

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