Java

This blog is where we help you improve your software, teach you how to use our tools to solve problems, software tool use cases, and improvements to our software tools.


Back to Blog
Coverage
May 31, 2017
Avatar for Stephen Kellett
Stephen Kellett

Getting code coverage for a child process?

In this blog post, I’m going to explain how to collect code coverage for a process that is launched by another process. We’ll be using […]

Hints and tips
August 8, 2010
Avatar for Stephen Kellett
Stephen Kellett

How to read embedded data from a resource

In the previous article, I showed you how to embed data into a custom resource in your executable. In this article, I’m going to show […]

Hints and tips
August 7, 2010
Avatar for Stephen Kellett
Stephen Kellett

How to embed data into a resource

In this article, I will demonstrate how you can embed data into a Windows PE format executable (EXE or DLL). At the end, I will […]

Memory
May 8, 2010
Avatar for Stephen Kellett
Stephen Kellett

Monitoring memory use in a JNI DLL called from Java

Java is a garbage-collected language that allows you to extend the language with code written in C and C++. Given that the extensions are written […]

Test Setup
May 8, 2010
Avatar for Stephen Kellett
Stephen Kellett

Creating a JNI example for testing

The Java language can be extended using C and C++ to write extensions that are called using the Java Native Interface (JNI). The JNI extensions […]

Fully functional, free for 30 days