Click here to Skip to main content
15,913,722 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is it possible to call java api in .net application in both windows and web application using C#

Please help me as soon as possible. Thanks in advance
Posted

You should try JNBridge for that purpose.
http://www.jnbridge.com/[^]
 
Share this answer
 
Hello Viswanath,

As an alternative you can create a REST/SOAP web service wrapper around your Java API and then consume those service from your .NET application. Here are few links to get you started.

Regards,
 
Share this answer
 
v2
Yeah absolutely you can use java api in .net application . If the api gives json data then you should get dat data from the api url and serialize data and use else get data xml data in use that by serializing .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900