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 ...
Learn how to create, access, modify, compare, and convert strings in Java using the String class methods and features. This article covers the basics and advanced topics of strings.
The Java Class File Disassembler is a useful tool for the Java developer that I have referenced in previous blog posts covering a variety of contexts such as detecting the innards of a Groovy ...
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 ...
Weblogic "Unable to parse class file" for Precompiled Classes under JDK 8 ... Why include a Java 9 or Java 10 precompiled class in a Java 8 JAR distribution (source and target are Java 8)? Metadata ...