• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Calling com based dll's from java

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Can any body please tell me how to call the com based dll's from Java? Is there any way to call the methods in the dll from java?
Thank you in advance for your help.
Aparna
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check out this thread: how to run dll using java. It seems to give a bunch of different suggestions as well as a link to a SUN tutorial.
Also, you can check out our handy dandy search utility to find more threads on this topic. good luck!
 
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by aparna chitragar:
Hello,

Can any body please tell me how to call the com based dll's from Java? Is there any way to call the methods in the dll from java?
Thank you in advance for your help.
Aparna


Hello aparna,
Well ya surely you can call COM based dll's from java .For that you need to have a connector like JINTEGRA which is a 3rd party tool and it lets you acess thedll on the server from your java program.
I am also working on that currently.I am accessing mails from EXCHANGE SERVER through my java program using JINTEGRA and working on cdo.dll located on the server by creating a surrogate of cdo.dll and using DCOM protocol.
If you still need more help contact me .. i would give u some documentation for that.
Hope your doubt would be solved by now.
Thx,
SAurabh
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic