-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catching: OnionProxyManager - Tor is not running #5
Comments
It is a Java library, this means that you don't need to extract anything because the library do all this that you asked for. The only thing that you have to do is to is to add library programmatically. This library helps you connect to tor programmatically so you need to insert this line in your pom.xml(if you don't know what is pom.xml make a google search about "java maven project") in order to use it. .
By the way, i have implemented the sample into readme.md but anyway you can find it here server code and the client(i think its too obvious to make work it properly you need to start first initialize the server and then the client). |
Hi, I am also trying to get it running, but I have quite the same problem.
I tried firstly with the maven dependency, and then because it didn't work, I tried it by manually downloading your JAR file with all transitive dependencies included, but I got for both variants the same stacktrace... I am also running on Ubuntu 16.04. |
Hi. I'm trying to run code from Readme.md and catching:
Is there some samples except those that are in Readme.md?
(Perhaps I did not quite correctly understand what the library is for.)
I found there new files: tor.exe, tor-gencert.exe
Also, I'm using linux. (Ubuntu 16.04)
UPD: I downloaded zip from https://github.com/PanagiotisDrakatos/T0rlib4j/blob/30feaf5d658a4ee7a7142630238eeab569d3211e/src/Tor/native/linux/x64/tor.zip and extracted it into tordir. Now I have this:
The text was updated successfully, but these errors were encountered: