Skip to content

Commit

Permalink
Issue#17 - fix classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
mnovozhylov committed Apr 13, 2019
1 parent 82518a0 commit 203ed4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SRC_PATH = src
SRC_NAME = TestApi
SRC = $(SRC_PATH)/$(SRC_NAME).java
LIB_DIR = ./../lib
CLASSPATH = "$(LIB_DIR)/httpcomponents-client-4.3.3/httpcore-4.3.2.jar:$(LIB_DIR)/httpcomponents-client-4.3.3/httpclient-4.3.3.jar:$(LIB_DIR)/httpcomponents-client-4.3.3/commons-codec-1.6.jar:$(LIB_DIR)/httpcomponents-client-4.3.3/commons-logging-1.1.3.jar:$(LIB_DIR)/signpost-1.2.1.2/signpost-core-1.2.1.2.jar:$(LIB_DIR)/signpost-1.2.1.2/signpost-commonshttp4-1.2.1.2.jar:$(LIB_DIR)/java-json.jar:$(LIB_DIR)/java-upwork.jar:./$(SRC_PATH)"
CLASSPATH = "$(LIB_DIR)/httpcomponents-client-4.3.3/httpcore-4.3.2.jar:$(LIB_DIR)/httpcomponents-client-4.3.3/httpclient-4.3.3.jar:$(LIB_DIR)/httpcomponents-client-4.3.3/commons-codec-1.6.jar:$(LIB_DIR)/httpcomponents-client-4.3.3/commons-logging-1.1.3.jar:$(LIB_DIR)/signpost-1.2.1.2/signpost-core-1.2.1.2.jar:$(LIB_DIR)/signpost-1.2.1.2/signpost-commonshttp4-1.2.1.2.jar:$(LIB_DIR)/java-json.jar:$(LIB_DIR)/java-upwork.jar:../$(SRC_PATH)"

compile :
javac -cp $(CLASSPATH) $(SRC)
Expand Down

0 comments on commit 203ed4b

Please sign in to comment.