News

Here's how to make classes, fields, methods, constructors, and objects work together in your Java programs.
Create packages, import packaged classes and interfaces into your programs, move packages, and encapsulate them in jar files.
When creating .NET class libraries, name them anything you like. To reference them in VBA, use the name of the .NET class library as shown in the previous example.
A vender I'm working with provided a static library (.a) and two header files. I'm purely a Java guy, and we'll eventually get to a pure Java library, but in the meantime I'd like to test using ...