java - "package org.apache.thrift does not exist", upgrading Thrift did not fix anything -


i trying run thrift-generated java file, have moved thrift dependencies java folder in project, when try run it, i'm getting errors saying various thrift packages not exist.

here project directories:

server -> example.java  lib -> libthrift-0.9.2.jar 

and running command in terminal:

javac -cp lib/ server/example.java 

the thrift version have 0.9.2. i've checked older questions had same error, , general advice seems "update thrift". upgraded through homebrew , did not fix anything. other ideas appreciated.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -