[OGo-Discuss] OGo Directions / Java
Adam Tauno Williams
discuss@opengroupware.org
Tue, 18 Dec 2007 16:23:44 -0500
--=-rzuJxNqVec/oCgRSOhID
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
> > That thought has been bugging me too. That and the general shortage =20
> > Guess it is time to read up on Java, lucky for me it looks
> > about 2 centimeters to the left of .NET.
> Its not important right now, but actually I wondered whether one =20
> should do all this in Java *and* in Mono. They are basically the same =20
> crap and developer spread is almost 50/50.
Nah, that's what IKVM is for.
ikvmc -reference:/usr/lib/ikvm/IKVM.GNU.Classpath.dll -target:library
{file.jar}
makes a {file.dll}
mcs Main.cs -r:{file.dll},IKVM.GNU.Classpath.dll,IKVM.Runtime.dll
Main.cs
makes a "Main.exe"
Then I'm good to go!
I've only done some small stuff for fun, turning a Jython object into
a .NET DLL. But reportedly it is complete enough to run Eclipse and
JBoss as .NET apps. So if it can run those I **assume** it will run
JOPE and whatever OGo functionality has been ported.
http://www.ikvm.net/devguide/net2java.html
--=-rzuJxNqVec/oCgRSOhID
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
iD8DBQBHaDpgLRePpNle04MRAlSAAJ4lejaz1Yyg2gFQJ3TxOjsXIo17QACcDWPN
QMmDOPCSKOKDZMt6tXOZ4CM=
=0Lbg
-----END PGP SIGNATURE-----
--=-rzuJxNqVec/oCgRSOhID--