You are declaring your variables more than once, but I am not sure why you're doing so.
instead of declaring them inside of main, or inside of any other method, declare them in your class before...