home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / jsmutils.zip / readme.txt < prev    next >
Text File  |  1998-07-31  |  3KB  |  94 lines

  1. The os2jobj.zip file contain some routines, icons, and text to make 
  2. life a little easier on OS/2 and Windows 95 with the J Street Mailer
  3. and to install Innoval's anyClient, the Hot Java Browser from Sun, and
  4. a shareware program called Family Tree for Java.  You need to copy
  5. os2jobj.cmd, os2jobj.ini, and the appropriate icon to the base directory
  6. of the product you want to install.
  7.  
  8. spam.txt
  9.    This is a copy of the Post Road Mailer prmblams.cfg that can be used
  10.    to build a "list" filter for filtering spam messages.
  11.  
  12. jsmicons.zip
  13.    A collection of gifs and icons contributed by the users.
  14.  
  15. OS/2:
  16.  
  17.    These little REXX programs are designed to install a program object 
  18.    for running J Street Mailer on your OS/2 system, and converting address
  19.    books for importing into J Street Mailer.
  20.  
  21.    os2jobj.cmd
  22.  
  23.       Note that the default icons can be replaced with icons of your
  24.       choice.
  25.  
  26.       You will be prompted on whether or not you want to disable the JAVA 
  27.       JIT compiler.  The default is no, but yes is recommended for 
  28.       testing.
  29.  
  30.       Updates to your CONFIG.SYS are not required, but if you have placed 
  31.       the necessary definitions in your SET CLASSPATH= statement, they 
  32.       will be honored.
  33.  
  34.       If you should remove change any in the SET CLASSPATH= parm in your
  35.       CONFIG.SYS, you will need to run the os2jobj.cmd again to update 
  36.       the program object.
  37.  
  38.    prm2jsm.cmd
  39.  
  40.       This is a hack of the adr2asc.cmd that produces a CSV file that can 
  41.       be imported into a J Street Mailer address book without making any 
  42.       manual changes.  The first line of the output file contains the 
  43.       field definitions for J Street Mailer address books.  Start the
  44.       import, line up the field names, skip the current record (the
  45.       header), and then import all.
  46.  
  47.    pmm2jsm.cmd
  48.  
  49.       Converts a PM Mail address book to a J Street Mailer address book.
  50.  
  51.    nsdde11.zip
  52.  
  53.       Netscape DDE interface by Ulrich Mouller.
  54.  
  55.    sndnotes.zip
  56.  
  57.       A routine for converting Post Road Mailer folders to J Street
  58.       folders (from http://www.innoval.com/archive.htm).
  59.  
  60. Windows 95:
  61.  
  62.    Windows 95 Installation:
  63.  
  64.       Download and install the latest Java Runtime for Windows 95:
  65.  
  66.          Go to http://java.sun.com/ and navigate to the latest Windows 95 
  67.          JRE (minimum installation works fine).  Install to its own 
  68.          directory (C:\JRE11).
  69.  
  70.       Unzip the jstreet.zip file into its own directory (C:\JSTREET
  71.       recommended).  Be certain to ask that all of the sub-directories be
  72.       created.
  73.  
  74.       Create a shortcut to J Street Mailer:
  75.  
  76.          Naviagate to the JRE directory and create a shortcut to JRE.EXE 
  77.          on your desktop.
  78.  
  79.       RMB the shortcut and "Rename" it to "J Street Mailer".
  80.  
  81.       RMB the shortcut and select "Properties".  Select the "Shortcut" 
  82.       tab. Update "Target" to add the following after the 
  83.       C:\JRE11\JRE.EXE:
  84.  
  85. -cp c:\jstreet\innoval.jar;c:\jre11\lib\classes.zip; innoval.mailer.jstreet
  86.  
  87.       Update "Start in:" to read:  C:\JSTREET.
  88.  
  89.       Select "Change Icon" and navigate to the w95instl.ico.
  90.  
  91.       Hit OK to save.
  92.  
  93.       You should be ready to run.
  94.