After compiling a .java file I receive a .class file . To execute this file I
must use DOS command (e.g : C:\jdk\bin\java JavaApplication).
I have choose Open With Java.exe for all .class file . But it doesn't work.
I want to execute .class file without using MSDOS (e.g double click to run) but
I don't know how .