ILOG JRules User Guide > Deploying Rules > Tasks > Deploying Rules to .NET > Generating a .NET DLL Using the Ruleset Archive Assembly Packager

The Ruleset Archive Assembly Packager is a command-line tool that accepts as input a B2X file. You use it to package a JRules ruleset for .NET. Using the JRules .NET Rule Engine Assembly, it outputs a deployable .NET DLL.

Note
To be able to use the B2X Mapping and the Packager tools, you must have installed the library vjslib 2.0. You can download vjslib from: http://msdn2.microsoft.com/en-us/vjsharp/bb188598.aspx..

To generate a .NET DLL using the Packager tool:

  1. Open a command window.
  2. Start the Packager tool by typing: <InstallDir>\jrules2dotnet\bin\Packager.exe.
  3. For a standard command: Packager.exe /jar:<file.jar> /b2x:<path> /Output:<path\newfilename.dll

Note
For a minimum command where no b2x was necessary, omit the b2x parameter.

On successful completion, the message Dll successfully generated is displayed.

Related Concepts

Deployment to .NET

Related Tasks

Deploying Rules to .NET

Related Reference

Packager Tool