home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / readme.txt19 < prev    next >
Text File  |  1997-10-25  |  807b  |  18 lines

  1. This directory contains the classes that comprise the Java ASP Component 
  2. Framework. To use, do the following:
  3.  
  4.  
  5. 1) Compile the framework using the latest Java SDK tools. If you're working 
  6.    in VJ++, you'll need to install the new compiler from the Java SDK. This 
  7.    means copying jvc.exe, jps.dll, and msjvc.dll from the JavaSDK installation 
  8.    into your DevStudio\SharedIDE\bin directory. Also, Make sure you set the 
  9.    destination for the project (Project/settings/Output Directory) to the 
  10.    %windir%\java\trustlib directory.
  11.  
  12.    Alternatively, you can use the pre-built .class files provided in this 
  13.    directory. To do so, copy *.class to the %windir%\java\trustlib\aspcomp
  14.    directory.
  15.  
  16. 2) Try the samples in the ..\Samples directory. Check out the readme.txt file
  17.    there.
  18.