• 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
  • Devaka Cooray
  • Tim Cooke
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Piet Souris
Bartenders:

Problem while bridging from com to Java using IBM's Bridge2java

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear friends,

I need to migrate data from delphi application to my Java based application. I dont know delphi and which database they have used. Hence, I am trying to bridge from delphi application to Java code using Bridge2java from IBM component Interfacetool. This will help me understand their application code and I might get some clue related to data and relevant files.

However, I did not find any package Lot123 in IBM's Bridge2Java component. Lot123 is imported in various files in this application. Can anyone help me in this???

Or anyother good solution for bridging (converting) delphi .exe to java API code.

-- Kapil Patel

"I love java"
 
kapil patel
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I try to run Bridge2Java. It gives error that coudn't open typelib.

I give following arguments:

1st argument: Location of typelib.
.exe file/.dll file

2nd argument: Destination of Java Proxies
C:\ (any directory)

Package name:
bridge

*************

Can anyone help in this problem???

Kapil Patel

"I love Java"
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic