• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

how to call a DLL from JSP page

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI All,
i have to call a DLL from my Jsp page, Can one give me the code, or expalain how to do it.
thanx in advance
vishnu
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vishnu,
You want to work with COM object as far as I understand.If it is then check the following:
J-Integra is a bi-directional pure Java-COM bridge. Finance, IT, pharmaceutical and defense companies are using J-Integra in an
enormous number of diverse ways, such as accessing MS Excel from Java, accessing Enterprise JavaBeans from Visual Basic,
and accessing COM objects from JavaServer Pages.
--- > http://www.linar.com
JIntegra is used to communicate with Crystal Reports in our current project.
Thanks,
Oleg
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Oleg,
I need to make use of crystal reports for my project. I went to the link site u mentioned. There I saw JIntegra used to communicate jsp to COM objects. But I am still confused how to use it to make crystal reports. As I don,t know much of VB or VC++ please tell me all the steps needed to call crystal reports from jsp page using it. Step by step/any code will help me a lot.
Thanks in advance.
Ajay
 
reply
    Bookmark Topic Watch Topic
  • New Topic