com.uwyn.rife.test
Class RunWithEngineClassLoader
java.lang.Object
com.uwyn.rife.test.RunWithEngineClassLoader
public class RunWithEngineClassLoader
- extends Object
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.
- Since:
- 1.1
- Version:
- $Revision: 3634 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunWithEngineClassLoader
public RunWithEngineClassLoader()
main
public static void main(String[] args)
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.