This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes integrate .net and java application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "integrate .net and java application" Watch "integrate .net and java application" New topic
Author

integrate .net and java application

Suja Kuttappy
Greenhorn

Joined: Aug 01, 2007
Posts: 3
Hi everyone,

How can i invoke a .net(microsoft) application from a java application?
Which java api can i use to invoke .net application?

The java application is a java swing application. How can i invoke a microsoft .exe application?

Any help is appreciated.


Thank you in advance.
Suja
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12950
    
    3

I don't know exactly what you want to do, but on the project I'm now working on we use JuggerNET to interface between Java and .NET.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: integrate .net and java application
 
Similar Threads
invoking .asmx webservice in java?
interoperability between Java and .net system
.NET services in Java?
EJB from HTML
Communication between .Net UI to Java Swing UI