I'm trying to execute a java build using commandline in OSX 10.10,
The command I'm using:
java -classpath ./bin;./libs/log4j-1.2.17.jar example.hello.Server localhost:80
I've got MAMP up and running on the classPath and java is in the same "classes" directory. Terminal is showing all options that can be used with java and is not executing the file. The same happends when using -cp.
Thanks