How to create an exe file?

@biman_s (1060)
India
September 15, 2009 11:52pm CST
I want to create a .exe file for a java class file so that the program can be executed and its programming code in not known. Just like a exe file in Windows. Also is there a way to edit the exe files in windows using any software?
1 person likes this
1 response
@dhugoi (315)
• Philippines
16 Sep 09
I'm not particular in Java, if you can create exe files, but in other programming language you can. But once you compiled and buid an .exe file I don't think you can edit it, even the programs you use to create it can never edit the .exe file, but why bother if you still have the programming code? When I was in college I uses a program called PC-Tools you can actually open any .exe and .com files and edit the text and save it and still run. But you can only edit the messages of a certain files. I always use it on command.com of ms-dos and change the "bad command or filename" error message to any message I want it to display. Even the command prompt. I'm not aware now if that program still exist, but I'm sure there are still similar program like that which you can find on the net.
1 person likes this
@ferdzNK (3211)
• Philippines
16 Sep 09
I almost forgot about that PC-TOOL program, that was so long time ago. Debug.exe/Debug.com do the same thing but they are very limited to just changing readable text within an exe.
@dhugoi (315)
• Philippines
17 Sep 09
Glad to hear that you're also using that program. Yes you were right, its only limited to readable text and you also have to be careful dealing with, sometimes the files doesn't run after editing them. :(