You need to copy the generated data components into a file on your web server so that they can be accessed by the client applications. Create the directories and entries for them as follows:
On your web server, create a directory, for example, c:\NGEN_CE\classes
, in which you store the generated data components. It is recommended that you use a single directory to store all the generated data components because you have a single TrustedClasspath to maintain, and you prevent duplication of files if more than one server application accesses the same system.
Copy the generated data components to the directory you created. Remember to retain the path names of the generated components from the application prefix down, for example, com\unisys\urbis\all\ispecs\MENUIspecModel.class.
Add the directory, for example, c:\NGEN_CE\classes
, into the TrustedClasspath registry setting. Start regedit.exe and navigate to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Java. Then edit the TrustedClasspath variable to reference the directory, for example, c:\NGEN_CE\lib\LINCApplet.jar;c:\NGEN_CE\classes.