Ivan Ooi wrote:
> wow.... means.... it able to execute anythings that in java class format
> ?
I don't know if a compiled executable is able to run a .java or .class
file, but I would be surprised. But a compiled executable supports
reflection within the executable and from shared libraries...
Why don't you just try it?
> Does it able to dynamically compile
> jar files into dll?
Who? gcj? what do you mean by dynamically?
gcj can compile java code to shared libraries. But built executables
don't (it's an executable, not a compiler).
> Anybody successfully compile jdbc ?
No... Just try it... There shouldn't be a problem.
Marco
|