after that i hava some problem.that is, like in VB, what way i can convert it to a .exe version.i came to knoe that java project can not be converted like that.then what is the solution for this.pls help me.
Java compilers not generate self executable codes. it generates byte codes whichcan be run by jvm. thats provides platform independence. exe are executablesfiles on windows. there may be some tools to generate exe from byte codes, thatsi dont know.
You can create a .bat and write your java executable command in it.Thats the best you can do.HTH.Java does not allow you to create an exe .
open notepad then write java filenamethen save project.bat fileafter that click project.bat file it will run