I want to run a Jar file by double clicking it.
Following is the only Java class file present in it.
import java.io.BufferedReader; import java.io.In
May be your .jar file has binded with any other default program, Right click and open with 'Java(TM) Platform SE binary'. This should work if have a executable jar file.