>I have a Java application (XYZ) written for JVM 5.0. XYZ launches other
>applications which may be Java, .NET, or C++. XYZ must show the launched
[quoted text clipped - 15 lines]
>
> Any ideas?
> Using Eclipse as a platform is not an option at this point. Unfortunate
> since articles like
> http://www.java2s.com/Code/JavaAPI/org.eclipse.swt.ole.win32/newOleFrameComposit
eshellintstyle.htm
> show possibilities.
>
> Kevin
>>I have a Java application (XYZ) written for JVM 5.0. XYZ launches other
>>applications which may be Java, .NET, or C++. XYZ must show the launched
[quoted text clipped - 25 lines]
>>
>> Kevin
Sadly, purchasing third-party stuff is not an option at the moment. With
JNIWrapper I have a decent wrapper around JNI, so I guess it is time to
become intimately familiar with JNI, COM, and associated tech-nightmare
material.
Kevin
Jeff Higgins - 28 Aug 2007 00:18 GMT
> Sadly, purchasing third-party stuff is not an option at the moment. With
> JNIWrapper I have a decent wrapper around JNI, so I guess it is time to
> become intimately familiar with JNI, COM, and associated tech-nightmare
> material.
Many FOSS implementations exist. I haven't enough experience to suggest one.
JACOB,
Java Access Bridge for Windows,
JCom,
JNBridge,
come up on the first page of Google hits for - "java" "com" "bridge"
> Kevin