home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Comunicatii / jIRCii / readme.txt < prev    next >
Text File  |  2005-05-08  |  3KB  |  96 lines

  1.  ------- -------------------- ---------   ---------------  ------- ---------
  2. jIRCii - Beta (34) 05.08.05 - README
  3. -  ------------- -------- -   ---------------- --       -    -     -     - - -
  4.  
  5. The official jIRCii homepage is at: http://jircii.hick.org
  6.  
  7. jIRCii is cross platform.  Any desktop platform with the Java 1.4.2+
  8. runtime environment should be able to run jIRCii without any problems.  
  9.  
  10. For help and information about jIRCii run the application and view the 
  11. Help menu.  
  12.  
  13. The jIRCii code and binaries are released under the artistic license.  
  14.  
  15. The source code is available on my personal homepage under the projects 
  16. section:
  17.  
  18. http://www.hick.org/~raffi/projects.html
  19.  
  20. Enjoy.
  21.  
  22.                 -- Raffi
  23.  
  24.  ------- -------------------- ---------   ---------------  ------- ---------
  25. Running and Installation
  26. -  ------------- -------- -   ---------------- --       -    -     -     - - -
  27.  
  28. 1. -   Installation      - -
  29.  
  30.    Unarchive your respective jIRC archive file.   Copy the files where ever
  31.    you want them.
  32.  
  33. 2. --  Which Java to Use - -
  34.  
  35.    You need to have the Java 1.4.2 (or later) runtime environment.  To 
  36.    obtain this just visit http://www.java.com, find the Get Java now 
  37.    button and download the appropriate JRE for your operating system.
  38.  
  39.    You do not need to download the software development kit, just the runtime 
  40.    environment.
  41.  
  42.    Note: jIRCii also works with Java 1.5. 
  43.    
  44. 3. - - Running jIRCii    --
  45.  
  46.    Once the runtime environment is installed you just need to simply 
  47.    launch jIRC.
  48.    
  49.    To do this from a commandline you can type: java -jar jerk.jar
  50.  
  51.    === Command Line Options ===
  52.  
  53.    jIRC has a -settings command line option.  This is for specifying 
  54.    where your settings files are located: 
  55.  
  56.    java -jar jerk.jar -settings c:\mystuff\jirc\
  57.  
  58.    jIRCii also has a -lnf command line option.  This is for specifying the
  59.    desired Java look and feel to use with jIRCii:
  60.  
  61.    java -jar jerk.jar -lnf com.sun.java.swing.plaf.motif.MotifLookAndFeel
  62.  
  63.    You can also specify an irc:// URL on the jIRCii command line to specify
  64.    a irc server and channel you want jIRCii to join on startup:
  65.  
  66.    java -jar jerk.jar irc://irc.freenode.net/jircii
  67.  
  68.    === Windows ===
  69.  
  70.    The Windows distribution of jIRCii comes with a jircii.exe file.  You
  71.    can use this to launch jIRCii and pass any of the above command line
  72.    arguments to jIRCii.
  73.  
  74.    === Mac OS X ===
  75.  
  76.    If you have the Mac OS X specific archive of jIRCii just double click 
  77.  
  78.    jIRCii.app
  79.  
  80. 4.  -- Upgrading       --
  81.  
  82.    If you are upgrading from an older version of jIRCii and you are 
  83.    experiencing problems you may want to delete your jIRCii settings.
  84.  
  85.    Your jIRCii settings are located in your home directory under the folder 
  86.    ".jIRC".  
  87.  
  88.    On a UNIX system your home directory is typically /home/<your-user-id>
  89.    On MacOS X your home directory is typically /Users/<your-user-id>
  90.  
  91.    On Windows your home directory may appear in 
  92.    c:\documents and settings\<your-user-id>
  93.  
  94.    Delete the ".jIRC" folder.  jIRCii will then recreate this folder with new
  95.    preferences next time you run jIRCii.
  96.