Generating a .NET DLL Using the Ruleset Archive Assembly Packager
|
PREVIOUS
NEXT
|
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.
To generate a .NET DLL using the Packager tool:
-
Open a command window.
-
Start the Packager tool by typing:
<InstallDir>\jrules2dotnet\bin\Packager.exe.
-
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
Related Tasks
Related Reference