Hi Clint,

     example.ldif viewing seems to work fine for me; what version of  
java are you using and what platform?  If you're on linux, are you  
possibly using gcj instead of the Sun java library?  gcj does not  
support swing very well, amongst other limitations.

    regarding proxies - good point, but I'm a little out of my depth  
here.  Currently it doesn't support proxies, however apparently all  
that is required is something like:

System.setProperty("http.proxySet", "true");
System.setProperty("http.proxyHost", "host address");
System.setProperty("http.proxyPort", "host port");

   ... this should be able to be emulated immediately by passing  
these properties via the '-D' mechanism, so something like modifying  
jxplorer.sh to add

... java -Dhttp.proxySet=true -Dhttp.proxyHost=myproxy - 
Dhttp.proxyPort=85 ...

     - but I haven't tried this (and don't have a tame proxy  
available to try it on either).  If you do try it and it works, can  
you let us know :-)?

     - Chris

P.S. There is a more complex procedure for authenticating to the  
proxy as well, but I think it requires code to set up the URL, I'm  
not sure how well it would play with JNDI.  It should work I guess,  
but would require some code modifications...


On 04/12/2007, at 7:31 AM, Clint Hyde wrote:

> if I look at your offline LDIF example.ldif, I get a multitude of   
> "ArrayIndexOutOfBoundsException" occurrences
>
> the stacktrace doesn't show anything but awt and swing frames, so  
> no help there...
>
> -------
>
>
> and I can't set it up to go through a proxy to get to a server (I  
> have to ssh-tunnel from home into company net)
>
> -- clint
>


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Jxplorer-users mailing list
Jxplorer-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-users

Reply via email to