Thread: error in this?

Results 1 to 5 of 5
  1. #1 error in this? 
    Registered Member
    Join Date
    Feb 2011
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    public static boolean checkVotes(String playerName) {
    try {

    my compiler says a error but its so small i don't see 6 errors there =p
     

  2. #2  
    Chemist

    Advocatus's Avatar
    Join Date
    Dec 2009
    Posts
    2,622
    Thanks given
    201
    Thanks received
    813
    Rep Power
    1462
    maybe post the whole boolean... Your probably just missing brackets.

    Edit:: fixed, replace it with this.
    Code:
        public static boolean checkVotes(String playerName) {
    	try {
    	} catch (Exception e) {
    	    e.printStackTrace();
    	}
    	return false; 
    	}
    No errors!
    Quote Originally Posted by blakeman8192 View Post
    Quitting is the only true failure.
     

  3. #3  
    Registered Member
    Join Date
    Feb 2011
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    went from 6 errors to 100 =D
     

  4. #4  
    Registered Member addicted's Avatar
    Join Date
    Mar 2010
    Posts
    188
    Thanks given
    7
    Thanks received
    6
    Rep Power
    5
    Use the format.

     

  5. #5  
    Chemist

    Advocatus's Avatar
    Join Date
    Dec 2009
    Posts
    2,622
    Thanks given
    201
    Thanks received
    813
    Rep Power
    1462
    Quote Originally Posted by Alama View Post
    went from 6 errors to 100 =D
    pm me the java file...
    Quote Originally Posted by blakeman8192 View Post
    Quitting is the only true failure.
     


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. Replies: 6
    Last Post: 09-15-2010, 04:20 PM
  2. Replies: 4
    Last Post: 07-27-2010, 06:38 PM
  3. Replies: 6
    Last Post: 05-01-2010, 05:18 AM
  4. Kalphite Queen Error(Thread-5 Error)
    By owner jacob in forum Help
    Replies: 4
    Last Post: 12-22-2009, 06:36 PM
  5. [Error] Perfect range and melee [ERROR]
    By Wallace in forum Help
    Replies: 16
    Last Post: 06-21-2009, 09:56 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
  •