Skip to content

使用Java语言实现CORBA服务器端、客户端输出helloworld

Notifications You must be signed in to change notification settings

ENIAC20/CORBA_helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORBA_helloworld

使用Java语言实现CORBA服务器端、客户端输出helloworld

需安装并配置:jdk、Apache Ant、jacORB、eclipse sdk 开发工具:eclipse

开发环境搭建好后先写idl文件,即HelloWorld.idl,接着在cmd命令行中定位到idl文件所在的目录,输入命令“idlj.exe -fall HelloWorld.idl”,则将自动生成sample文件夹,拷贝至src文件夹下。 再分别编写服务器端、客户端代码。 在cmd命令行窗口中输入命令“tnameserv -ORBInitialPort”且不关闭,在eclipse中先后运行HelloWorld_server和HelloWorld_client即可。

注意:如果eclipse中HelloWorld_server和HelloWorld_client代码的ORB部分标红,则在eclipse上方点击Project-> Properties-> Java Build Path-> Libraries-> 选中JRE System Library,点击右侧Remove,再点击Add Library,选中JRE System Library,next-> finish-> ok 即可,代码就不标红了。

About

使用Java语言实现CORBA服务器端、客户端输出helloworld

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages