Quote:
Another question: Is it possible to compile phex platform specific? So that you won't need the java runtime and that it performs much faster because the bytecode dosn't have to be compiled.
|
That would obviously not be very easy. You would need a java-bytecode to native or java-sourcecode to native compiler. The newest versions of gcc (3.x)
have such a feature, but AFAIK the support for several of the standard java libraries - especially the ones for graphics display - is still incomplete
Guido