hello,
I can understand what u r nedded.
Three ways for that
first
make a batch file to run the clas file
second
copy javaw to ur apllication directory,
make a shortcut to desktop for javaw,
then right ckick on shortcut edit its target to the intended class file
third the best way
make an executable jar file using jar cvf
make sure that in manifest file
edit
java-Main Class as ur class containing main function,after the line make an entr then save the manifest file
|