marc fleury suggested to submit this as a patch for the
interest example and version 3.0.
To be able to run the 'interest example' I needed to
change the /documentation-
example/examples/org/jboss/docs/interest/build.xml file
so that it deploys the jar to /server/default/deploy. And I
also needed to add three more jars to the classpath
defined in the /documentation-
example/examples/build/build.xml file:
<pathelement
location="${jboss.dist}/server/all/lib/log4j.jar"/>
<pathelement
location="${jboss.dist}/server/all/lib/jboss-common-
client.jar"/>
<pathelement
location="${jboss.dist}/server/all/lib/jnet.jar"/>
There have been quite a few people running into this
problem; including myself.
Hope this helps.
--Kurt
marc fleury
Posts: 496
From: the moon
Registered: Dec, 2001
Re: java.lang.NoClassDefFoundError:
javax/net/SocketFactory Posted: Jul 12, 2002 10:44 PM
Reply
Is that in the free doco? if so please submit a patch
through sorceforge, we will maintain that, thanks for the
help
Kurt: yes this is the free docu.