|
-
September 24th, 2000, 10:29 AM
#1
creating .exe
Hello again!,
Does anyone out there hve a reliable method of converting a swing application to a windows.exe.
Thanks
-
September 24th, 2000, 10:12 PM
#2
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.
-
September 25th, 2000, 06:20 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|