This project makes use of only the java.net
native packages.
Note: A java example server API that matches this client can be found here
When run, this application will just make a GET
request to localhost:3000
and print out the response.
Compile: ant compile
Create JAR: ant jar
Running: ant run
All-in-one: ant compile jar run
Docs used for the httpclient code: https://openjdk.java.net/groups/net/httpclient/intro.html