Independent application

Hi!I want my application to wark independently even when java doesn't installed on the computer. How can i do it?Please answer.max.
[160 byte] By [coolmax] at [2007-9-27 22:48:59]
# 1
Please, somebody must know! help me!!!
coolmax at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 2
You would need to use a native compiler (and you would have to know which OS your program will be run on)... but that kinda kicks the whole beauty of java right in the balls.
Brian-74-454 at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 3
You want to say there is no way of copying certain files with the java file?
coolmax at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 4
true it does kick it in the balls that just like ppl trying to turn there .class file in to .exe if they want a .exe y dont they just use c++ ?
buddyjoe at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 5
> You want to say there is no way of copying certain> files with the java file?Huh? Reword that or something, I'm not sure what you're asking.
Brian-74-454 at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 6
maybe you can copy some drivers or classes with the java file and then it work without the java installation?
coolmax at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 7
> maybe you can copy some drivers or classes with the> java file and then it work without the java> installation?Yeah, you can actually... You'll have to copy over some other files with it... It's called the Java Runtime Environment.
Brian-74-454 at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 8
Yeah, I think your looking for the JRE, not the JDK.
TDXkev at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 9
> Hi!> I want my application to wark independently even when> java doesn't installed on the computer. How can i doWhat kind of Java application are we talking about here, please?
uj at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 10
database program
coolmax at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...
# 11
Search the groups here. You'll find lots of links to programs which convert java programs into .exe for Windows.
srhadden at 2007-7-7 13:54:21 > top of Java-index,Archived Forums,Java Programming...