There are programs available to compile .exe files from java source for (some) different platforms. These programs, (IMHO), defeat the purpose of the Java language - Platform Independence (It's sort of compiled AND THEN interpreted - so theoretically any java compilation will work on any platform provided tou have the appropriate JAVA Runtime Environment(or Virtual Machine or whichever thingummy)).
The programs are generally not made for profit, and aren't guaranteed to work perfectly.
Last edited by DeMan; Jan 11 '07, 08:46 PM.
Reason: added source
You mean a Java source that covers all the fundamentals which is not thescripts.com? That would have to be the Java Language Specification itself.
For that exe, in Java we create .jar files which execute like .exes
Thanks, for reply
yes we can create .jar file but i wnt to ask that i have developed one s/w in java
ok and as any others ms product can i create .exe for it so that my user can use it just by clicking here i do not want to use any s/w which cover .jar into .exe just using java cammand i wnto do it
There are programs available to compile .exe files from java source for (some) different platforms. These programs, (IMHO), defeat the purpose of the Java language - Platform Independence (It's sort of compiled AND THEN interpreted - so theoretically any java compilation will work on any platform provided tou have the appropriate JAVA Runtime Environment(or Virtual Machine or whichever thingummy)).
The programs are generally not made for profit, and aren't guaranteed to work perfectly.
Comment