j-Interop 2.04 (RC 8) (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News j-Interop 2.04 (RC 8) (Default branch)
# 1  
Old 01-27-2009
j-Interop 2.04 (RC 8) (Default branch)

j-Interop is a Java Open Source library (under LGPL) that implements the DCOM wire protocol (MSRPC) to enable development of Pure, Bi- Directional, Non-Native Java applications which can interoperate with any COM component. The implementation is itself purely in Java and does not use Java Native Interface (JNI) to provide COM access. This allows the library to be used from any Non-Windows platform. It comes with pre- implemented packages for automation. This includes support for IDispatch, ITypeInfo, and ITypeLib. For more flexibility (in the cases where automation is not supported), it provides an API set to directly invoke operations on a COM server. License: GNU Lesser General Public License (LGPL) Changes:
This drop fixes issues related to reference counting done by the library for each COM object. It is highly recommended to move to this release as soon as time permits. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Activex / Unix Interop

Hi, I need an ActiveX com component to raise events in a Unix program. Is it possible for Unix programs to interop with Win32 ActiveX exe? Thanks, Lee. (1 Reply)
Discussion started by: lee_b
1 Replies
Login or Register to Ask a Question
BJDWP(1)						      General Commands Manual							  BJDWP(1)

NAME
bjdwp - Command line USB Blackberry Java Debug Wire Protocol SYNOPSIS
bjdwp [-h][-p pin][-P password][-v] address port DESCRIPTION
bjdwp is a program that supports the Java Debug Wire Protocol over USB, which enables debugging of Java programs directly on your Black- berry. Support is experimental, and development is focused primarily on the BlackBerry Storm. OPTIONS
-p pin PIN of device to talk with. Only needed if you have more than one Blackberry connected at once. -P password Simplistic method to specify device password. In a real application, this would be done using a more secure prompt. -v Dump verbose protocol data during operation. -h, --help Show summary of options. ARGUMENTS
The following arguments are required, in order to provide a socket where the JDWP server will listen for connections from the debugger. address Most often 'localhost' but can be any IP or hostname on the machine running bjdwp. port Port to listen on. EXAMPLES
Start the server and the USB connection to the device: bjdwp localhost 8000 Then start your java debugger: jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000 AUTHOR
bjdwp was initially written for the Barry project by Nicolas VIVIEN. This manual page was written by Chris Frey. SEE ALSO
http://www.netdirect.ca/software/packages/barry September 29, 2009 BJDWP(1)