New JNBridgePro point release, v3.1.2, now available

We’ve just released a new point release of JNBridgePro, version 3.1.2.  You can get it by downloading a new copy of JNBridgePro 3.1 from http://www.jnbridge.com/, then uninstalling your old copy and installing the new one.  You should use the new JNBridgePro components in your applications.  To get the full advantage of all the fixes, we […]

JNBridgePro and ClickOnce

There was an interesting support issue here the other day, asking how to use JNBridgePro-enabled application with ClickOnce.  Let’s say you have a nice WinForms app that contains a Java Swing component:   Now, let’s say you want to publish the application to a Web site, so that users can employ ClickOnce to download, unpack, […]

JNBridgePro 3.1 released!

We’re happy to announce we’ve released JNBridgePro v3.1, our new version!  The two big new features of 3.1 are: The ability to embed .NET WinForms UI controls inside Java AWT, Swing, and SWT applications, and the ablity to embed Java AWT and Swing applications inside .NET WinForms apps.  Over the last few years, this has probably […]

JNBridge on Port25

A couple of weeks ago, I was in Redmond, where I had a conversation with Sam Ramji, who heads up Microsoft’s open source lab.  Sam videotaped the conversation, and it’s now on the Port25 Web site. Thanks, Sam!

Callbacks (part 3)

In the third part of our series on callbacks, we’ll discuss what to do if we have a .NET assembly that implements callbacks using a Java-style listener interface. (See part one: using callbacks in .NET-to-Java projects and part two: callbacks in Java-to-.NET projects.) Since JNBridgePro only supports the delegate/event callback style in Java-to-.NET projects, we […]