Thread: problem with commands.

Results 1 to 2 of 2
  1. #1 problem with commands. 
    Registered Member
    Join Date
    Nov 2012
    Posts
    59
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    Code:
    src\server\model\players\packets\Commands.java:155: error: 'try' without 'catch'
    , 'finally' or resource declarations
                            try {
                            ^
    src\server\model\players\packets\Commands.java:170: error: 'catch' without 'try'
    
                            } catch (Exception e) {
                              ^
    src\server\model\players\packets\Commands.java:170: error: ')' expected
                            } catch (Exception e) {
                                              ^
    src\server\model\players\packets\Commands.java:170: error: not a statement
                            } catch (Exception e) {
                                    ^
    src\server\model\players\packets\Commands.java:170: error: ';' expected
                            } catch (Exception e) {
                                                ^
    5 errors
    Press any key to continue . . .

    how do i fix this? in commands there is like a ton of codes that look liek that how do i know witch on to fix?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Nov 2012
    Posts
    53
    Thanks given
    13
    Thanks received
    6
    Rep Power
    12
    look at the command between line number 155 and 170..
    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. Commands Problem
    By Jazok in forum Help
    Replies: 2
    Last Post: 02-07-2012, 05:48 AM
  2. ::commands problem
    By walex80 in forum Help
    Replies: 5
    Last Post: 10-02-2011, 05:41 AM
  3. PI commands problem please help
    By asillybunny in forum Help
    Replies: 7
    Last Post: 05-13-2011, 08:42 AM
  4. [PI]commands problem
    By old playerz in forum Help
    Replies: 10
    Last Post: 01-07-2011, 07:52 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
  •