For Programmers: Free Programming Magazines  


Home > Archive > Java Help > June 2007 > How to create a setup or exe file from a class file.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How to create a setup or exe file from a class file.
Shivender

2007-06-29, 8:09 am

hello all


i make a project in core Java using swings. now i wan to make or
covert my class files in to exe or setup.

if anyone knows about this then pls help me.

Andrew Thompson

2007-06-29, 8:09 am

Shivender wrote:
...
>i make a project in core Java using swings.


It is 'Swing'
- a proper name, like Java, so first letter
Upper Case.
- with no 's' on the end - Swing is singular.

Note also, each sentence as well as every
time the word 'I' is used, should also be first
letter upper case.

>... now i wan to make or
>covert my class files in to exe


If you are programming for Windows only,
why not use .NET?

>..or setup.


For setting up Java applications (and applets)
on modern computers with Java - see* Java Web
Start (JWS).

>if anyone knows about this then pls help me.


* For documentation on JWS see..
<http://java.sun.com/products/javawebstart/>

* For some actual launchable (and buildable)
examples, see..
<http://www.physci.org/jws/>

HTH

--
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.as...-setup/200706/1

Roedy Green

2007-06-29, 8:09 am

On Fri, 29 Jun 2007 05:48:15 -0000, Shivender
<shivendertaneja@gmail.com> wrote, quoted or indirectly quoted someone
who said :

>i make a project in core Java using swings. now i wan to make or
>covert my class files in to exe or setup.
>
>if anyone knows about this then pls help me.


Doing this of course destroys platform independence. However, If you
want to do it, there a many ways to skin the cat.

see http://mindprod.com/jgloss/nativecompiler.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com