Linux kernel has support of "Misc executables" and Java executables.
With both of these options you can execute class files straingt from
command line. Documents say that with this kernel option you can even
run html files containing applet tag only, thus making applets executable.
Ofcourse this way, you still need the JVM to reside somewhere in your
path. So what u need to do is, read the documentations about these two
options, compile the kernel, chmod a+x YourClassFile.class and then execute
./YourClassFile.class .. There, "semi"-selfexecuting binary.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]