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.
> 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.
> 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?