Peter Backlund wrote: > Well, of course, but I was looking for something a little more > high-level, maybe a tutorial on how to convert a semi-big Java > application into a native executable + shared libs. Anyway, I'll > figure it out. If you are packaging said application into an rpm then aot-compile-rpm is the way to go. > Do you lose the ability to load Java bytecode during runtime when > compiling it as a native executable? Nope. Cheers, Gary