This is not specific to java. You can configure your kernal to run *any* file as an execuatable. Read the Documentation/binfmt_misc.txt in the kernel source on your box. What's better is that you can configure it to use either extension (like on win) or use the file magic to find the filetype and run it ;) So your executable need not be a .exe, it can be .xyz and still run :)
Happy Hacking, Ajay > -----Original Message----- > From: Per Arneng [mailto:[EMAIL PROTECTED]] > Sent: 21 April 2002 15:21 > To: [EMAIL PROTECTED] > Subject: [Mono-list] .NET binary support for the linux kernel > > > Hi! > > Java(tm) Binary Kernel Support v1.01 for Linux v2 > http://www.linuxhq.com/java.html > > This project allows you to start Java programs from the > command line like > this: > ./Application.class > > The kernel module helps the kernel recognize the type and > calls the java > runtime. > > This would be cool to have with MONO ... Maybe when could > ask the guys that > made the java kernel module to make one for pe files also :) > > -/pure/- > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
