> In order to make the ".java" file into ".exe" file, i
> save the java codes as ".jar" in the notepad, so are
> there follow up steps which i need to do in order to
> make an executable file? any guides?
>
mv *.java *.exe
Presto you have .exe files. Works fine on my machine, they do exactly the same as any .exe file.
>> In order to make the ".java" file into ".exe" file, i
>> save the java codes as ".jar" in the notepad, so are
>> there follow up steps which i need to do in order to
>> make an executable file? any guides?
>>
>mv *.java *.exe
>Presto you have .exe files. Works fine on my machine, they do exactly the same as any >.exe file.
Uncompiled Java files to executables? Really?
Anyway, check out JSmooth if you really must do this
http://jsmooth.sourceforge.net/
Joe