SYSTEM REQUIREMENTS ---------------------- * You will need to install and run the iBus MessageServer on some machine * Use JDK 1.2 or higher. Applet version will be available shortly. * The client package (runframework.bat) currently only works on Windows since it has native code. INSTALLATION -------------------------------------------------- (1) Modify the bin\runframework.bat file and change the JAVAHOME parameter. (2) Modify the bin\runserver.bat file and change the JAVAHOME parameter (3) Modify the lib\vc.config 's GMS.host parameter to point to the Now all you have to do is runframwork to start the virtual classroom SYSTEM REQUIREMENTS -------------------------------------------------- (1) You will need to have JDK 1.2 or above installed (2) You will need to get a copy of iBus MessageServer from ch.softwired.com RUNNING FRAMEWORK -------------------------------------------------- Running Session Logic Server: * from %INSTALLDIR%, run bin\runserver.bat Running A Client: * from %INSTALLDIR%, run bin\runframework.bat Note: You can run more than one client. Be sure to change the user ID in the dialog to avoid conflicts. SOME MORE DETAIL -------------------------------------------------- * Clients & Session Logic server is configured for a meeting via the meetingID parameter. Change this parameter to run a different meeting. DOCUMENTATION -------------------------------------------------- * Please read javadoc\SharedletOverview.htm for an overview of the sharedlet architecture. * Please see javadoc\index.html for information on how to develop a sharedlet. * Please see exmaples\testsharedlet for an example sharedlet that you can modify. This example is currently packaged as the testsharedlet.jar in the sharedlet_repository subdirectory * Run bin\runframework.bat to start the virtualclassroom framework