How to call a java class, and let it do something

  • Thread starter Thread starter zhouxingchi
  • Start date Start date
The easiest way is to use some for of bridge. You used to be able to
egister java classe with Javareg and access them as COM objects in .NET -
not sure if you cans till do that, not tried it for some time.

You could use the chillisoft javabridge, a com object from SUN that works
with ASP. You would need to import it as COM into your project and create a
wrapper for it, never tried it though....

http://sunflash.sun.com/67/3/iplanet/index.shtml

Take a look at something like this : Not free unfortunately but will do
what you require.
http://www.jnbridge.com/jnbpro.htm

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
----------------------------------------------------------------------------
------------------------------------
<blatant plug>
Professional .NET for Java Developers with C# - ISBN: 1-861007-91-4
Professional Windows Forms - ISBN: 1861005547
Professional JSP 2nd Edition - ISBN: 1861004958
Professional JSP - ISBN:
1861003625
Beginning JSP Web Development - ISBN: 1861002092
</blatant plug>
----------------------------------------------------------------------------
------------------------------------

zhouxingchi said:
then return the value to the asp.net ?

thank you in advance



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
Back
Top