developers of real-time java applicati must ensure that, during execution of their applicati there are no unpredictable delays caused by class loading. traditi this problem has been resolved by manually loading classes in advance. ibm real-time class analysis tool for java lets developers deploy their java applicati without manually defining classes that should be preloaded. this tool for linux (red hat and suse) and windows scans the java bytecode and the classes that it uses then generates a java source to preload and pre-compile all these classes.
in additi a java class interface is provided so that the user can extend and augment the general services provided by the tool.