Hi
It looks great. Two problems:
1. I'd like to embed the library into another application
(simple server- based notifications when things go
wrong) - is there any javadoc, developer guide, or
simplified main() method that does a) a connect b)
sends a message
2. I get the following error when I try to connect using
the UI:
java.lang.StackOverflowError
at java.lang.ClassNotFoundException.<init>
(ClassNotFoundException.java:65)
at java.lang.ClassLoader.findBootstrapClass(Native
Method)
at java.lang.ClassLoader.findBootstrapClass0
(ClassLoader.java:723)
at java.lang.ClassLoader.loadClass
(ClassLoader.java:294)
at java.lang.ClassLoader.loadClass
(ClassLoader.java:255)
at java.security.Security.doGetImpl
(Security.java:1122)
at java.security.Security.doGetImpl
(Security.java:1083)
at java.security.Security.getImpl
(Security.java:1044)
at java.security.MessageDigest.getInstance
(MessageDigest.java:120)
at sun.security.util.ManifestEntryVerifier.setEntry
(ManifestEntryVerifier.java:111)
at java.util.jar.JarVerifier.beginEntry
(JarVerifier.java:151)
at java.util.jar.JarVerifier$VerifierStream.<init>
(JarVerifier.java:352)
at java.util.jar.JarFile.getInputStream
(JarFile.java:323)
at sun.misc.URLClassPath$5.getInputStream
(URLClassPath.java:617)
at sun.misc.Resource.getBytes(Resource.java:57)
at java.net.URLClassLoader.defineClass
(URLClassLoader.java:247)
at java.net.URLClassLoader.access$100
(URLClassLoader.java:54)
at java.net.URLClassLoader$1.run
(URLClassLoader.java:193)
at java.security.AccessController.doPrivileged
(Native Method)
at java.net.URLClassLoader.findClass
(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass
(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass
(ClassLoader.java:255)
<Repeats...>
I would appreciate a response via email...
Many thanks,
Howard Treisman
htreisman@mad.scientist.com