[Mono-list] Java core API in C#
kommersz webdesign
kommersz@freemail.hu
Wed, 2 Jul 2003 13:47:45 +0200 (CEST)
Hi!
Is there an effort for making Java core libraries
(java.lang, java.io, java.util, java.math, and some
additional classes with native methods) available in C#?
I've read about the effort to make C# libraries available
for Java programs, but is there a way to access Java
libraries in C#?
I've heard about M$ J# compiler, which can do this (up to
JDK 1.1.6...), but due to its propertiary nature, I would
not like to use it. And I suppose, their implementation of
core libraries is available only for windows only.
As I think, the above could be done by implementing core
library native methods in C, or C++ a portable, and
Mono-accessible way. Or maybe I'm wrong...:P
Anyhow, I've read about such a thing on GNU Classpath's
mailing list, but they seem to have no result.
So?