RE: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Chris Brown
t; <[EMAIL PROTECTED]> To: "'Commons HttpClient Project'" <[EMAIL PROTECTED]> Subject: RE: Auto-detecting proxy settings in a standalone Java app Date: Fri, 22 Oct 2004 11:47:50 -0400 Hi Chris, I just meant decompile the plugin.jar code and take a look at what

RE: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Bruce McHaffie
TED] Sent: October 22, 2004 10:35 AM To: [EMAIL PROTECTED] Subject: RE: Auto-detecting proxy settings in a standalone Java app Hi, I can get this to work within an applet, but not standalone. When running standalone, I have the "plugin.jar" file in the classpath (it was also obviously

RE: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Chris Brown
ce McHaffie <[EMAIL PROTECTED]> Reply-To: "Commons HttpClient Project" <[EMAIL PROTECTED]> To: "'Commons HttpClient Project'" <[EMAIL PROTECTED]> Subject: RE: Auto-detecting proxy settings in a standalone Java app Date: Fri, 22 Oct 2004 09:41:57 -04

RE: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Bruce McHaffie
istry. hope that helps, Roland "Chris Brown" <[EMAIL PROTECTED]> 22.10.2004 12:45 Please respond to "Commons HttpClient Project" To [EMAIL PROTECTED] cc Subject Re: Auto-detecting proxy settings in a standalone Java app Hi, Thanks for all the rapid feedback so

Re: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Roland Weber
e respond to "Commons HttpClient Project" To [EMAIL PROTECTED] cc Subject Re: Auto-detecting proxy settings in a standalone Java app Hi, Thanks for all the rapid feedback so far. I don't have VB or the VB runtime, although perhaps I could use the JNIWrapper software to a

Re: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Chris Brown
ommons HttpClient Project <[EMAIL PROTECTED]> Subject: Re: Auto-detecting proxy settings in a standalone Java app Date: Fri, 22 Oct 2004 11:00:33 +0200 And how often does that happen in a course of one working day? I'd say not that often. I do agree with Roland that a startup script writ

Re: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Oleg Kalnichevski
And how often does that happen in a course of one working day? I'd say not that often. I do agree with Roland that a startup script written in VBScript appears to be the best solution for the problem Oleg On Fri, 2004-10-22 at 10:54, Ortwin GlÃck wrote: > Roland Weber wrote: > > Wait, here is an

Re: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Ortwin Glück
Roland Weber wrote: Wait, here is another idea: you could write a startup script that does the proxy settings lookup, then passes the settings through -D definitions as system properties, which can be accessed by your Java application. That's a bit less ugly than calling native code from within th

Re: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Roland Weber
Hello Chris, native Windows applications "just work" because they access native Windows APIs to read the proxy settings, which are probably stored somewhere in the Windows registry. Browsers and the Java Plugin for browsers are native Windows applications, and therefore can do just that. The only