DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2003
    Posts
    10

    Cool run an application from another computer.

    I have written an application that I would like to distribute to other PC's in my office. Can I make it an .exe file? If not what is the minimum amount of "stuff" I need to load on the other PC's?

    Also, how can I run this program from windows without going into the DOS shell?

    Thanks
    Hutch

  2. #2
    Join Date
    Mar 2003
    Posts
    834
    First of all, read my post on http://forums.javaboutique.internet....&threadid=797. This explains how you make an executable JAR and suppress the console.

    You can make a Java EXE, but I wouldn't recommend it. Stick with JARs - it's nicer.

    The "stuff" you'll need on the machine is simply your code and the Java Runtime Environment, which you can download from Sun.
    ArchAngel.
    O:-)

  3. #3
    Join Date
    Apr 2003
    Posts
    10

    Talking

    I have found a better way. Download the JAR Wizard from this site and all your dreams come true. Then download the Java VM from sun.com and you're all set.

    good luck!
    Hutch

  4. #4
    Join Date
    Mar 2003
    Posts
    834
    ...well sure....if you want to take all the fun out of it....
    ArchAngel.
    O:-)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links