[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDAP Clients with write functionality?
> > Has anybody else noticed that this won't run?? It can't find the Browser
> > class even though it exists in browser.jar.
Yep, I had that problem
> for me, it runs almost perfectly (minor problems in 'Add Object'). I tried
> the Java 2 (aka JDK 1.2 ;-)) version, all i had to do was setting the path
> to JNDI. Do you have the actual dir in your classpath ? It seems to me, as
> if java doesn't find the Browser.jar. In this case 'class Browser.class not
> found' means 'file Browser.jar not found' ;-).
That's what I thought at first; but it turns out that it is actually
a question of which version of the Swing tools you are using. The
problem went away when I switched from 1.0.1 to 1.1beta3.
-Pat