Generate DLL out of Java

Folks, I just wrote some little program that generates a DLL out of aset of Java classes. Now I wonder where I can announce this suchthat others may recognize it.Any suggestions: jvh@b-novative.de
[245 byte] By [vonHolten] at [2007-9-26 6:05:21]
# 1
Hi,what's inside the DLL exactly? Java class files packed into a DLLor C code generated from Java. How would somebody use sucha DLL?Thank you,Klaus
wiedkla at 2007-7-1 14:48:55 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
The DLL actually contains alle the wrapper functions and not theclass files. The VM is started inside the DLL and has to load theclass files then to provide its functionallity as DLL.
vonHolten at 2007-7-1 14:48:55 > top of Java-index,Java HotSpot Virtual Machine,Specifications...