Ensures that all the classes in an application are loaded by
EngineClassLoader , this is needed when continuations are used in elements.
This usage is very simple, you simply prefix your current commandline
with this class. For example:
java com.uwyn.rife.test.RunWithEngineClassloader my.pakkage.MyMainClass arg1 arg2
This class will correctly execute your application with the provided
arguments.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.1 |