> You could argue the same about .Net. I don't know the details > with Java, but > I would imagine you have the option to compile nativly at > installation time. > At the end of the day you still have the same code base/byte code, you can > jsut do a number of different things with it.
To my knowledge, it isn't that convenient; compilers to native code are entirely separate from Java (3rd-party), and so the decision to go native is usually done at deployment time, so the end user may or may not get a choice. -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
