C# calling simple java

C

christery

This should be simple...

what I have done is using javah and other mystical resources to
access java from C, and Fortran for that matter...

there must be a simpler way...

no UI just calling a java program with parameters that will deliver
simple arrays of data from a class/whatever...

Just into some .NET, dont care wich...

Going all the way with dll files, jni is not perferred... nor
WebServices (thoug it would work, as always)

Ideas?

//CY
 
C

christery

Convert the Java jars to .NET DLL's with IKVM.

http://www.ikvm.net/

Sam

------------------------------------------------------------
We're hiring!  B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC.  Work with a variety of technologies
in a relaxed team environment.  See ads on Dice.com.

Thanks, that looks like an intersting way to go...
//CY
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top