Index of /smiggy_rules666
Name Last modified Size Description
Parent Directory 07-May-2004 12:41 -
AUTHORS.TXT 15-Oct-2003 06:53 1k
LICENSE.TXT 15-Oct-2003 06:53 2k
Livy.jpg 11-Mar-2004 00:48 216k
Warbinkssig.jpg 01-Aug-2004 11:59 11k
binksy45sig.JPG 31-Jul-2004 13:49 30k
binksy45sig.htm 31-Jul-2004 13:47 2k
chrismas03.jpg 19-Nov-2003 13:47 10k
ganguro_girl15delux.swf 16-Jun-2003 15:51 1.7M
jmsn.jar 15-Oct-2003 06:53 302k
me2.jpg 14-Oct-2003 16:16 15k
mm_menu.js 31-Jul-2004 13:46 30k
mmmenu1_241x24_over.gif 31-Jul-2004 13:46 1k
mmmenu1_241x24_up.gif 31-Jul-2004 13:46 4k
msnm.jar 15-Oct-2003 06:54 72k
sitedown.html 18-May-2003 14:21 1k
spittingimage-thechi..> 20-Oct-2003 10:44 1.6M
$Id: README.TXT,v 1.6 2002/04/18 19:11:42 xrath Exp $
Running JMSN 0.9.7
==================
1. Requirements
- Java Runtime Environment 1.3 or greater.
http://java.sun.com/j2se/1.4/download.html
- jmsn.jar
- lib/msnm.jar
2. Running JMSN Messenger
- Simple type
> java -jar jmsn.jar
if your platform is win32, Launch this!
> jmsn.exe
3. For Windows ME/2000/XP users
If rath_awt.dll located in lib directory and you launch jmsn with
jmsn.exe, you can use the following additional features.
You need (jmsn.exe, jmsn.prop, lib/rath_awt.dll).
These files were include by JMSN 0.9.5 distribution.
Warning: On some windows platform with dll, JRE 1.3.x VM crashed.
In this case, use JRE 1.4.
+ System TrayIcon
+ Transparency layered windows
+ Always on top
4. For Linux (Korean) users.
- Visit the following URL and you can see Hangul correctly.
http://www.xrath.com/board/read.jsp?db=tiptech&id=48
or
http://kltp.kldp.org/stories.php?story=01/05/19/3275554
5. For OS/2 Warp 4.5 users
- Michele Della Guardia <[email protected]> post some useful
starting script on OS/2 Warp 4.5.
(where x:\ has to be changed with your own path)
-----------------------------------
@echo off
set beginlibpath=x:\java13\jre\dll;
set path=x:\java13\jre\bin;%path%
java -jar jmsn.jar
-----------------------------------