[
Lists Home |
Date Index |
Thread Index
]
> Does such a thing exist (or something with the same basic size and overhead?)
If in your environment you can translate "C++" as "G++",
then one interesting option is to use GCJ (3.0 at least;
you might need a more recent version) to compile it and
then invoke it using CNI.
CNI is the way GCJ arranges to make Java classes be
basically like C++ classes. Java packages map in the
obvious way to C++ namespaces, GC works as you'd
expect, and so forth.
- Dave
|