Re: javaprogram using tor

2007-12-02 Thread coderman
On Oct 28, 2007 12:36 PM, Juliusz Chroboczek [EMAIL PROTECTED] wrote: [ configuring SOCKS in java ] you can also use the system and/or user level deployment properties file to set the SOCKS proxy settings: http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html

Re: javaprogram using tor

2007-12-02 Thread coderman
On Nov 1, 2007 2:02 PM, Frozen Flame [EMAIL PROTECTED] wrote: You can use a java socks api or use an external app, such as tsocks (Linux) to socksify your app without it even knowing about it. my understanding is that doing DNS resolution via tsocks is spotty at best since it forces the

Re: javaprogram using tor

2007-11-01 Thread Frozen Flame
You can use a java socks api or use an external app, such as tsocks (Linux) to socksify your app without it even knowing about it. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

javaprogram using tor

2007-10-28 Thread Faqeer ALI
Hello, i build the tor, privoxy from source and configured and installed it, it works fine. I have writen a small java program which uses JavaMail api to send an Email. It want that my java program uses tor, so that the email sender would not be known through the messege headers of emails. i

Re: javaprogram using tor

2007-10-28 Thread Juliusz Chroboczek
i have searched the FAQ's and find the Torlib, and i cannot find where to download it or any sample of it. And cannot find exactly how can i use it in my program. Is there any other way to connect my java program to tor, or kindly point me to something useful.. Tor appears to client