News

This Blog will guide how to create DLL file from java using JNI. Please follow the below instructions. First create a java file that contains the native method and it loads the DLL file. Create ...
Create a source file which contain version string. Increase version number manually, for example, increase 0.1.0 to 0.2.0. Rebuild your software and get the target file manually, for example ...
We have an application that reads and process information from zip files. After we upgraded target framework to 3.0 (or 3.1) from 2.1 without upgrading the code, processing of larger zip files started ...