Skip to content

Glorfindel83/SEChatClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Create a file login.properties in this directory, with your credentials:
[email protected]
password=secret
  1. Compile the source code:
javac -cp ".:lib/*" com/stackexchange/toolbox/chat/MessagePoster.java
  1. Run the program, with two arguments: the ID of the room, and the message you want to post. The example below posts This is a test. in the Sandbox chatroom.
java -cp ".:lib/*" com.stackexchange.toolbox.chat.MessagePoster 1 "This is a test."

About

Simple Java chat client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages