簡體   English   中英

SmsLib App在Eclipse中運行但導出的可運行Jar出現以下問題?

[英]SmsLib App working in Eclipse but exported runnable Jar has the following issue?

以下問題。 您能在這個問題上幫助任何人嗎?

在Eclipse中,與基於桌面的應用程序相同的應用程序運行良好。 但是導出為可執行文件Jar File后,出現以下問題。 它是日志文件。

嘗試通過加密狗作為排隊的MSG發送SMS

SMSLib: A Java API library for sending and receiving SMS via a GSM modem or other supported gateways.
This software is distributed under the terms of the Apache v2.0 License.
Web Site: http://smslib.org
Version: 3.5.2
JRE Version: 1.7.0_21
JRE Impl Version: 23.21-b01
O/S: Windows 7 / amd64 / 6.1
Queue directory not defined. Queued messages will not be saved to filesystem.
Initialized.
Running...
NotifyQueueManager running...
Initialized.
Running...
DelayQueueManager running...
Initialized.
Running...
GTW: modem.com1: Starting gateway, using Generic AT Handler.
GTW: modem.com1: Opening: COM3 @921600
GTW: modem.com1: Closing: COM3 @921600
NotifyQueueManager end...
DelayQueueManager end...
Running...
NotifyQueueManager running...
Stopped.
GTW: modem.com1: Stopping gateway...
NotifyQueueManager end...
GTW: modem.com1: Closing: COM3 @921600
GTW: modem.com1: Gateway stopped.
Running...
NotifyQueueManager running...
NotifyQueueManager end...
Running...
NotifyQueueManager running...
Stopped.

如果遇到這種情況,請嘗試我的解決方案(我也遇到了同樣的問題,它可以解決我的問題: 實際上,它在文檔SMSlib中有所說明

在此處輸入圖片說明

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM