[thelist] Java Question [ OT ? ]

David at softv.net David at softv.net
Wed Feb 27 15:40:01 CST 2002


Burhan,

There is no "Java" way to do this, since creating an exe file is
windows-centric and is contrary to Java's cross-platform philosophy. That
being said, most Java IDEs (IBM Visual Age, JBuilder, etc) allow you to
create native versions that will end up as an exe.
Another option is to build a wrapper exe in C++ or VB that shells out the
"java classname" command.

Dave






More information about the thelist mailing list