Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wrapping COM with Java and running on UNIX

Status
Not open for further replies.

bradsoft

Vendor
Oct 22, 2001
1
US
Is it possible to wrap a prgram consisting of COM objects in Java and run the wrapped program on a UNIX box?
 
I really doubt it. That would require the Java wrapping package to understand COM (all of it!), and that's just not very likely, and especially not on a *nix platform.

You're looking at a re-write.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top