B
B
barboss2012-10-11 17:45:23
Oracle
barboss, 2012-10-11 17:45:23

Calling .NET methods from Oracle SF (Java) under Linux?

Hello!

Basically, this is the question.

Task:

There is a Java stored written under Oracle, which should pull the method from the .NET assembly and everything should work under Linux.

Has anyone encountered a similar problem? How can I pull .NET code from JAVA SF?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
Chkon, 2012-10-11
@Chkon

Firstly, I would not do this, but if you really have to: 1) install Mono Framework
on Linux - 2) use COM objects for interaction between .net and java

S
SychevIgor, 2012-10-13
@SychevIgor

Another option, if you have access to java sources, call java native interface from java, and from there you can already host clr-mono or pull the same com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question