I'm trying to make a jar file

In my java folder there is these files the ones im trying to put together

in (text file)
TCPClient
TCPServer

I'm using this command

jar cf NetworkAnalyzer.jar TCPClient.class TCPServer.class in
I get no such director for in

but it still creates a jar file, I double click and it errors

any suggestions