望江门外——谢穷的Blog

分享别人的经典 不如自己缔造经典

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  6 Posts :: 1 Stories :: 1 Comments :: 0 Trackbacks

2011年6月5日 #

     摘要: 本范例以使用来电显示ActiveX控件JDComport.ocx为例,说明怎样在Java中集成ActiveX控件。
1、开发环境:Eclipse(Java主流开发工具)
(1)需要用到SWT、Visual Editor插件;
(2)Eclipse软件及其相关插件可到 http://www.eclipse.org/downloads/ 下载。
2、需要用到JDComport.ocx
(1)JDComport.ocx是高深商开发的来电显示ActiveX控件,下载地址:http://www.kosen.com.cn/news/admin/attachments/month_0907/JDComPort.rar

(2)JDComport.ocx使用详情请参考:http://www.kosen.com.cn/news/showatc.asp?id=123

(3)在开发之前请先注册,可直接运行REGJD.bat进行注册。



3、Java调用ActiveX控  阅读全文
posted @ 2011-06-21 16:41 望江门外 阅读(9582) | 评论 (1)编辑 收藏

     摘要: Eclipse Debugging

This article describes how to debug a Java application in Eclipse.

This article is based on Eclipse 3.5 (Eclipse Galileo).


1. Overview
The installation and usage of Eclipse as Java IDE is described in Eclipse Java IDE

This article will focus on how to debug Java applications in Eclipse.



2. Example
The following assumes you know know to develop simple standard Java programs. If you don't know this please see  阅读全文
posted @ 2011-06-05 23:31 望江门外 阅读(683) | 评论 (0)编辑 收藏