Re: [jnc-users] LDAP with jnc
Status: Beta
Brought to you by:
soapy
From: <no...@sm...> - 2007-10-17 13:38:48
|
Marco Trudel schrieb: > > Not necessarily. If you don't run into a "ClassNotFoundException", > these dependencies are never needed. So there's no sense in bloating > up your binary for something that is never needed... > > > Marco > Hm, apparently Classes, that are in the .jar-File (i checked) are not found in the binary. Even if i activate the checkbox in "Step 1" screen. Exception in thread "main" java.lang.NoClassDefFoundError: com.novell.ldap.LDAPAttributeSet at java.lang.Class.initializeClass(LdapInfo) at com.novell.ldap.LDAPSearchResult.getEntry(LdapInfo) at com.novell.ldap.LDAPSearchResults.getBatchOfResults(LdapInfo) at com.novell.ldap.LDAPSearchResults.resetVectors(LdapInfo) at com.novell.ldap.LDAPSearchResults.hasMore(LdapInfo) at ldapinfo.PrintLdapInfo.printSet(LdapInfo) at ldapinfo.LdapInfo.main(LdapInfo) Caused by: java.lang.IllegalAccessError: com.novell.ldap.LDAPAttributeSet can't access class com.novell.ldap.util.SAXEventMultiplexer at java.lang.Class.initializeClass(LdapInfo) ...6 more |