CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: creating .exe

  1. #1
    Join Date
    Aug 2000
    Location
    U.K
    Posts
    25

    creating .exe

    Hello again!,

    Does anyone out there hve a reliable method of converting a swing application to a windows.exe.

    Thanks


  2. #2
    Join Date
    Mar 2000
    Posts
    10

    Re: creating .exe

    Hi!
    The way I'd do is by having a batch file to start the java class. The content of the batch would be something like:
    @echo off
    @start java filename

    This should do the trick.
    Hope this helps!
    Bye.


  3. #3
    Join Date
    Aug 2000
    Location
    U.K
    Posts
    25

    Re: creating .exe

    O.K

    Thanks!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured