>
1. Getting started
2. Calling methods
3. Working with .NET Objects
4. Fields and Properties
5. Methods Arguments
6. Nested Types
7. Enums
8. Arrays and Collections
9. Embeding UI controls
10. Referencing libraries
11. Off-line activation
12. Events and Delegates
13. Disposing and Garabage Collection
14. .NET Configuration Files (AppConfig, WebConfig)
15. Exceptions, Debugging and Testing
16. Strongly-Typed Wrappers
    17. Advanced Activation and Licensing
    18 Other usage scenarios

      Prerequisites

      Note: Before using Javonet, make sure you have JDK 1.6 or newer and following pre-requisites installed:

      For use with .NET Framework 3.5 (supports .NET 3.5 DLLs):
      Visual C++ Runtime 2008: x86 or x64 depending on your JDK/JRE architecture.
      .NET Framework 3.5: download here

      For use with .NET Framework 4.0 (supports .NET 4.0 and 3.5 DLLs):
      Visual C++ Runtime 2010: x86 or x64 depending on your JDK/JRE architecture.
      .NET Framework 4.0: download here

      For use with .NET Framework 4.5 (supports .NET 4.5, 4.0 and 3.5 DLLs):
      Visual C++ Runtime 2013: x86 or x64 depending on your JDK/JRE architecture.
      .NET Framework 4.5: download here

      Adding Javonet Reference

      As Javonet is single file solution, all you need to start using it is to download the latest Javonet jar file into your Java project, and add a reference to this file in your build path. Activate method allows you to specify which .NET framework should be loaded. If any of pre-requisites will be missing Javonet will detect them automatically and display in exception message the URLs for download of required dependencies.

      How to add the Javonet JAR reference in Eclipse?

      1. Right click on your Java project in “Package Explorer”.
      2. Open Build Path > Configure Build Path, choose “Add JARs.“
      3. Select the Javonet jar file.