> From: John Baker <[email protected]>

> 
> Using the COM interface it is easy to call J from managed code.  Now I am
> interested in going the other way.
> 
> Has anyone managed to call a .Net class from a J session.  I know this can
> be done but before I spend the time
> figuring it out for myself I thought I would ask if any brave J'uggler out
> there has been done this path.

Not tried. But it should possible by Hosting CLR (.NET Runtime),
which is similar to hosting Java JVM
     http://www.jsoftware.com/jwiki/Interfaces/Calling%20Java

Some resources:

Hosting the Common Language Runtime - MSDN
http://msdn.microsoft.com/en-us/library/aa720129%28VS.71%29.aspx

CLR Hosting APIs - MSDN Magazine, Aug 2006
http://msdn.microsoft.com/en-us/magazine/cc163567.aspx

Microsoft .NET: Implement a Custom Common Language Runtime Host
http://msdn.microsoft.com/en-us/magazine/cc301479.aspx

CLR Hosting
http://community.bartdesmet.net/blogs/bart/archive/2005/07/17/2687.aspx

CLR Hosting Samples
http://pwlodek.blogspot.com/2008/11/clr-hosting-samples.html

Good luck. This should be exciting.


      
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to