注册
登录
智慧物流
>>
seeter-cwk
>>
返回
项目作者:
abduljamac
项目描述 :
Software Engineering Practice 2019/20
高级语言:
HTML
项目主页:
项目地址:
git://github.com/abduljamac/seeter-cwk.git
创建时间:
2020-04-03T20:00:31Z
项目社区:
https://github.com/abduljamac/seeter-cwk
开源协议:
下载
Seeter - A Simple Text-Based Tweeter Application
Netbeans Starter Guide
Run -> Set Project Configuration -> Customize -> new
Set
Client
Configuration:
Main: Location of Client.java
sep.seeter.client.Client
Arguments: user, host, port
Set
Server
Configuration:
Main:
sep.seeter.server.Server
Arguments: port
Open both Client.java & Server.java class and run corresponding configuration
Alternativly….
Assuming you have compiled using NetBeans (or another method), you can also run Client from the command line.
{
@code
C:...\seeter> java -cp build\classes Client userid localhost 8888}
Testing
Requires server to be running.