Calls to COM API from Java 
Author Message
 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  
 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  
 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  
 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  
 
 [ 4 post ] 

 Relevant Pages 

1. Calls to COM API from Java

2. Call to Java COM inside VB COM

3. HELP: Calling JAVA from COM

4. Does everybody know how to call a Windows API via JAVA

5. Does everybody know how to call a Windows API via JAVA

6. Calling Java Classes from a Java jar library from VBScript

7. Q: COM port API Calls

8. Calling COM API from VB 4.0 32-bit

9. API Call to get Com Ports Available.

10. API Call to get Com Ports Available.

11. Calling COM EXE from VB.NET Service leaves COM EXE in Memory

12. one COM call another COM situation

 

 
Powered by phpBB® Forum Software