java利用SMSLib通過COM發(fā)送短信JAR包
Posted on 2010-01-12 18:05 asdtiang 閱讀(1935) 評(píng)論(0) 編輯 收藏 所屬分類: java me第一步:
The installation procedure for both the old Java Comm v2 and the new Java Comm v3 is identical.
Java Comm v2 is for Win32 systems and it is available on the Download page.
Java Comm v3 is for Linux systems and it is available for download directly from SUN downloads (registration is required)
To install it, unzip the downloaded archive file in a temporary place and do the following copies:
File comm.jar should go under JDKDIR/jre/lib/ext/
File javax.comm.properties should go under JDKDIR/jre/lib/
Library files (i.e. win32com.dll for Win32 or the .so Linux library files) should go under JDKDIR/jre/bin/
If you have a separate JRE directory, do the same copies for the JREDIR directory!
即comm.jar導(dǎo)入引用包中,javax.comm.properties拷貝到JDKDIR/jre/lib/下,win32com.dll拷貝到 JDKDIR/jre/bin/下
第二步:
把相應(yīng)的包導(dǎo)入就可以了。
當(dāng)時(shí)在做的時(shí)候,發(fā)現(xiàn)通過SMSLib發(fā)送程序還是比較麻煩的,他的日志采用的是slf4j,而slf4j是基于log4j的,這幾個(gè)不同的JAR包都是 在不同的地方下載的,在此所有的JAR整理出來,希望大家節(jié)約時(shí)間
包下載地址:http://download.csdn.net/source/1910091
天蒼蒼,野茫茫,風(fēng)吹草底見牛羊
The installation procedure for both the old Java Comm v2 and the new Java Comm v3 is identical.
Java Comm v2 is for Win32 systems and it is available on the Download page.
Java Comm v3 is for Linux systems and it is available for download directly from SUN downloads (registration is required)
To install it, unzip the downloaded archive file in a temporary place and do the following copies:
File comm.jar should go under JDKDIR/jre/lib/ext/
File javax.comm.properties should go under JDKDIR/jre/lib/
Library files (i.e. win32com.dll for Win32 or the .so Linux library files) should go under JDKDIR/jre/bin/
If you have a separate JRE directory, do the same copies for the JREDIR directory!
即comm.jar導(dǎo)入引用包中,javax.comm.properties拷貝到JDKDIR/jre/lib/下,win32com.dll拷貝到 JDKDIR/jre/bin/下
第二步:
把相應(yīng)的包導(dǎo)入就可以了。
當(dāng)時(shí)在做的時(shí)候,發(fā)現(xiàn)通過SMSLib發(fā)送程序還是比較麻煩的,他的日志采用的是slf4j,而slf4j是基于log4j的,這幾個(gè)不同的JAR包都是 在不同的地方下載的,在此所有的JAR整理出來,希望大家節(jié)約時(shí)間
包下載地址:http://download.csdn.net/source/1910091
天蒼蒼,野茫茫,風(fēng)吹草底見牛羊