From owner-freebsd-java Wed Mar 7 9:22:56 2001 Delivered-To: freebsd-java@freebsd.org Received: from smtp1.knology.net (user-24-214-63-11.knology.net [24.214.63.11]) by hub.freebsd.org (Postfix) with SMTP id 108F137B718 for ; Wed, 7 Mar 2001 09:22:54 -0800 (PST) (envelope-from n4cnw@knology.net) Received: (qmail 1992 invoked by uid 1003); 7 Mar 2001 17:17:42 -0000 Received: from user-24-214-88-73.knology.net (HELO n4cnw.dyndns.org) (24.214.88.73) by user-24-214-63-11.knology.net with SMTP; 7 Mar 2001 17:17:42 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Mike Murphree To: freebsd-java@freebsd.org Subject: Differences in jdk1.2.2-beta? Date: Wed, 7 Mar 2001 11:22:52 -0600 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01030711225200.40551@n4cnw.dyndns.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Possibly a newbie question, but in the past, I was able to run the Jstreet mailer ( see http://www.innoval.com ) with the jdk1.2.2-beta port. After seeing some commits to these ports, I updated all of the JDKs that I had installed on my system. I execute the following command to start the mailer: $JAVA_HOME/bin/java -cp ~/jstreet/innoval.jar innoval.mailer.jstreet & And now get the following output: %Exception in thread "main" java.lang.NoClassDefFoundError: sunw/hotjava/bean/BrowserHistoryListener at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:442) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:101) at java.net.URLClassLoader.defineClass(URLClassLoader.java:248) at java.net.URLClassLoader.access$1(URLClassLoader.java:216) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:290) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:282) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) What it's looking for seems to be there, but it refuses to find it: %ls jstreet HotJavaBean.jar Sample.java doc jstreet.zip readme Mailer Sndspell.jdx image license.txt Sample.class dict.txt innoval.jar mostfreq.txt I've tried adding the HotJavaBean.jar file to the classpath but it doesn't seem to help... Any ideas? Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message