PC Review


Reply
Thread Tools Rate Thread

Calling C# dll from java applications

 
 
meetranjeesh@gmail.com
Guest
Posts: n/a
 
      4th Jan 2007
Hi,
Anybody experimented calling C# components from java applications?
I'm facing problems with the same. Any clue's are most appreciated.

Thanks in advance.
Ranjeesh

 
Reply With Quote
 
 
 
 
John Timney \(MVP\)
Guest
Posts: n/a
 
      4th Jan 2007
you'll need some form of java to .net bridge. Havwe a fish around for one -
heres a starter for 10
http://sourceforge.net/projects/jcom/

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
> Anybody experimented calling C# components from java applications?
> I'm facing problems with the same. Any clue's are most appreciated.
>
> Thanks in advance.
> Ranjeesh
>



 
Reply With Quote
 
=?ISO-8859-1?Q?Arne_Vajh=F8j?=
Guest
Posts: n/a
 
      5th Jan 2007
(E-Mail Removed) wrote:
> Anybody experimented calling C# components from java applications?
> I'm facing problems with the same. Any clue's are most appreciated.


Java---(Java call)---Java wrapper---(JNI call)---unmanaged C++---(COM
call)---C# code

looks like the way to go.

You can code it yourself or find a prepackaged product
that will look like:

Java---(Java call)---X---(COM call)---C# code

but in reality does the same as the previous.

Arne


 
Reply With Quote
 
meetranjeesh@gmail.com
Guest
Posts: n/a
 
      5th Jan 2007
Thanks for all your replies. I got a sample code from codeproject where
it says the different layers that I need to create to make it happen.
Let me try...

Thanks,
Ranjeehs


Arne Vajhøj wrote:
> (E-Mail Removed) wrote:
> > Anybody experimented calling C# components from java applications?
> > I'm facing problems with the same. Any clue's are most appreciated.

>
> Java---(Java call)---Java wrapper---(JNI call)---unmanaged C++---(COM
> call)---C# code
>
> looks like the way to go.
>
> You can code it yourself or find a prepackaged product
> that will look like:
>
> Java---(Java call)---X---(COM call)---C# code
>
> but in reality does the same as the previous.
>
> Arne


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
C# - calling external applications =?Utf-8?B?Q2hyaXM=?= Microsoft C# .NET 2 14th Aug 2006 11:55 AM
Calling java (.jar) from C++? =?Utf-8?B?Y2FkYTAzMTA=?= Microsoft VC .NET 3 29th Apr 2006 02:37 AM
Calling ASP.NET pages between 2 different applications =?Utf-8?B?VmxhZA==?= Microsoft ASP .NET 5 11th Nov 2005 04:16 PM
Calling other applications Johnson Windows XP Internet Explorer 0 10th Apr 2004 05:48 PM
Calling MS Applications from an ASP.NET page =?Utf-8?B?Um9iIEtlbGxvdw==?= Microsoft ASP .NET 8 16th Feb 2004 04:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:12 PM.