Skip to content
Discussion options

You must be logged in to vote

If you weren’t already aware there are pre-built jars to use for localhost in releases.

However you should be able to, you'll need to make sure /libs/clientlibs.jar is included, something like:

javac -cp ./libs/clientlibs.jar -d ./out ./client/src/*.java
to build the class files then
java -cp /out:/libs/clientlibs.jar Loader
to run.

You'll also have to make sure it's done with < JDK 8.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Espionage724
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants