Skip to content

robmarano/threadedJavaJourney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threadedJavaJourney

Take a trip on the wonderful world of threading in Java

How to run the client/server code in sockets: mvn exec:exec -Dexec.executable="java" -Dexec.args="-cp %classpath edu.cooper.ece465.sockets.DistributedImagingServer 1971" mvn exec:exec -Dexec.executable="java" -Dexec.args="-cp %classpath edu.cooper.ece465.sockets.DistributedImagingClient localhost 1971"

About

Take a trip on the wonderful world of threading in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages