Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse から Java で Jrules をデバッグするにはどうすればよいですか? ワークスペースに特定の Jrules (.ilr拡張子で終わるルール ファイル) があります。Eclipse で Java デバッガーを使用してそれらをデバッグし (ステップスルー)、特定のルール ファイル内のどのルールが呼び出されているかを確認するにはどうすればよいですか?
.ilr
次の方法でルールをデバッグできます。
Start with a launch configuration – Nothing to code – Input data manually • Use of a Java client application that embeds the rule engine to execute your ruleset – To automate or debug within a test framework