|
-
Apr 14th, 2007, 08:37 AM
#1
Thread Starter
Junior Member
[RESOLVED] Application Distribution
Can java applications be compiled into executable files???
-
Apr 14th, 2007, 09:32 AM
#2
Frenzied Member
Re: Application Distribution
Well, Java applications ARE compiled into executables .Class files that are parsed by javas JIT compiler.
What you're asking is wether or not you can use a windows .exe to launch your java application and the short answer is no - not natively.
You can however, either make a batch file using windows scripting, or write a small launcher in C++/VB6/Someotherlanguagethatmakesexecutables.
Hope it helps.
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Apr 15th, 2007, 03:51 AM
#3
Re: Application Distribution
Or you can use a java-to-native compiler, which exists. Not sure if there is a good one for Windows, but they exist.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 17th, 2007, 05:13 AM
#4
Thread Starter
Junior Member
Re: Application Distribution
thanks, that solves it. Actually i have made .bat files but it shows the runtime errors
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
|