|
Calls to COM API from Java
Author |
Message |
Marc Mas #1 / 4
|
 Calls to COM API from Java
Is there a way to use a Java 1.3 (or 1.2) to make calls to a COM API? The only thing I've found so far are to use Microsoft SDK for Java 4.0, but this only supports Java 1.1.4, ACK!! I guess I could also go to .NET, but I'd like to stick to the 1.3 (or 1.2) Java that I already know. I'd prefer to use something free, but I also do have JBuilder 7 if it helps. Developing on Win 2000. Any ideas?
|
Tue, 29 Mar 2005 23:39:14 GMT |
|
 |
White Wol #2 / 4
|
 Calls to COM API from Java
"Marc Mason": Quote: > Is there a way to use a Java 1.3 (or 1.2) to make calls to a COM API? > The only thing I've found so far are to use Microsoft SDK for Java > 4.0, but this only supports Java 1.1.4, ACK!! I guess I could also go > to .NET, but I'd like to stick to the 1.3 (or 1.2) Java that I already > know. I'd prefer to use something free, but I also do have JBuilder 7 > if it helps. > Developing on Win 2000. > Any ideas?
Yep. Please post to a public newsgroup on the Microsoft server ( news.microsoft.com ), one with COM in its name. I wonder what made you think that Java and COM are topical in a C++ language newsgroup? --
ICQ#: 26070936 More ways to contact me: http://wwp.icq.com/26070936
|
Tue, 29 Mar 2005 23:55:43 GMT |
|
 |
Tom Shelto #3 / 4
|
 Calls to COM API from Java
Quote: > Is there a way to use a Java 1.3 (or 1.2) to make calls to a COM API? > The only thing I've found so far are to use Microsoft SDK for Java > 4.0, but this only supports Java 1.1.4, ACK!! I guess I could also go > to .NET, but I'd like to stick to the 1.3 (or 1.2) Java that I already > know. I'd prefer to use something free, but I also do have JBuilder 7 > if it helps. > Developing on Win 2000. > Any ideas?
Yeah, search for a Java-COM bridge product, a google search returned several. Or get down and dirty with JNI and write your own. Tom Shelton
|
Wed, 30 Mar 2005 01:39:43 GMT |
|
 |
Andy Tyle #4 / 4
|
 Calls to COM API from Java
There's Jcom (opensource), search on http://www.sourceforge.net docs in Japanese and English, links to similar software in index_eng.htm.
Quote: > Is there a way to use a Java 1.3 (or 1.2) to make calls to a COM API? > The only thing I've found so far are to use Microsoft SDK for Java > 4.0, but this only supports Java 1.1.4, ACK!! I guess I could also go > to .NET, but I'd like to stick to the 1.3 (or 1.2) Java that I already > know. I'd prefer to use something free, but I also do have JBuilder 7 > if it helps. > Developing on Win 2000. > Any ideas?
|
Thu, 31 Mar 2005 04:34:26 GMT |
|
|
|