Simplicity – Native Java bridge for .NET Developers

Introduction Today’s world is fast paced and agile, this is more evident when we talk about technology, and particularly software development. In order to be competitive, organizations and developers must produce high quality software that aims to leverage existing libraries, thus reducing development, testing time and efforts. In the past, developers had to port or […]

Continue Reading

Recipe – Extract exception details in Java (JVM) from a JNI C++ solution

Hi Community, Today’s recipe is about a nifty way to extract useful and detailed information from exceptions thrown in JVM . As part of this personal project I’m currently working on, I needed to interact with some Jar files that are handled by JVM through JNI and C++. One of the features required was to […]

Continue Reading