Chris Betts
2007-12-03 23:09:47 UTC
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...
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...
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
"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