Originally posted by narasimharao konjeti:
[QB]please let me know how to create .exe file in java.
BufferedWriter bw = new BufferedWriter ( new FileWriter (".exe"));
bw.write ("fooMZbar");
bw.close ();
Something like this would be exe file IN java.
(Did you know that exe-files are for lamers?)
WITH java, there are no exe-files (except java.exe, of course, for DOS-XP, -ME, -2K, ...).
First you'll have to create class-Files.
Do you know how this works?
Originally posted by narasimharao konjeti:
please let me know how to create .exe file in java.
Betty Rubble? Well, I would go with Betty... but I'd be thinking of Wilma.
Originally posted by Pradeep Bhat:
Can an application containing SWING be converted into .exe
Betty Rubble? Well, I would go with Betty... but I'd be thinking of Wilma.
Originally posted by Stefan Wagner:
Originally posted by narasimharao konjeti:
[QB]please let me know how to create .exe file in java.
BufferedWriter bw = new BufferedWriter ( new FileWriter (".exe"));
bw.write ("fooMZbar");
bw.close ();
Something like this would be exe file IN java.
(Did you know that exe-files are for lamers?)
WITH java, there are no exe-files (except java.exe, of course, for DOS-XP, -ME, -2K, ...).
First you'll have to create class-Files.
Do you know how this works?
Huh? Why are you getting your panties in a tangle?