Menu

jSegue 2.0.0.345 released

The 2.0.0.345 release of jSegue is a major release.

The main new feature in the 2.0.0.345 release gives Java developers the ability to write Java objects and have those Java objects serve as COM servers. Thus, the Java objects are CoCreateable in both Java and native applications that utilize COM. As such, Java objects can be loaded and executed by applications written in C++.

This release also adds the JavaLauncher native application. The JavaLauncher launches - calls main - on any class configured in a corresponding JavaLauncher.properties file. Accordingly, a developer can rename JavaLauncher.exe and JavaLauncher.properties to foo.exe and foo.properties respectively to lauch a java application with the process name of "foo".

Lastly, this release includes a way to retype a parameter to a interface method.

Please refer to the change logs and the project's documentation for further details.

Posted by Adam 2006-02-03

Log in to post a comment.