Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-09 00:54 Retour à la liste release
2.08

Bugs majeurs ont été fixés en ce qui concerne la mémoire et de gestion de session. Le JIVariant (Object) et JIVariant (Object, boolean) ctors ont été enlevés. Le JISession.createSession () méthode a été introduite. Cela ne nécessite pas d'identification de l'utilisateur et utilise les pouvoirs de la "connecté" user. Il est originaire et ne fonctionne que sous Windows avec NTLMv1 seulement. Le chemin des bibliothèques Java à l'aide-D "java.library.path" doit être définie pour pointer à "NTLMAuth.dll", qui est disponible avec le projet jTDS (http://jtds.sourceforge.net/).
Major bugs were fixed regarding memory and session management. The JIVariant(Object) and JIVariant(Object, boolean) ctors have been removed. The JISession.createSession() method was introduced. This does not require any user credentials and uses the credentials of the "logged-in" user. It is native and works only on Windows with NTLMv1 only. The Java library path using -D"java.library.path" must be set to point to "NTLMAuth.dll", which is available with the jTDS project (http://jtds.sourceforge.net/).

Project Resources