This may help http://www.jarfinder.com/
On Tue, Mar 13, 2007 at 09:29:02AM -0700, a a wrote: > > jetty > > That's righr ! I added "org.mortbay.jetty-5.1.3rc2.jar" but I'm not sure that > it's the good one... > > Now, I have a new exception about "javax/servlet/RequestDispatcher" > > I understand that I need to add some jars but how I can search ? > > There is not a package, a directory a FTP with all jars indicate in > http://xfire.codehaus.org/Dependency+Guide ? > > Thanks again ! > > > > > > > > > On 3/13/07, a a <[EMAIL PROTECTED]> wrote: > > > > I would like to compile a server but I have this error ! > > > > Exception in thread "main" java.lang.NoClassDefFoundError: > > org/mortbay/http/HttpListener > > at > > com.thalesgroup.bench.server.Server.<init>(Server.java:41) > > at > > com.thalesgroup.bench.server.Server.main(Server.java:20) > > > > > > My method to create a server... > > > > > > public Server(String port) throws Exception { > > // Create an XFire Service > > ObjectServiceFactory serviceFactory = new ObjectServiceFactory(); > > Service service = serviceFactory.create(BenchPortType.class); > > service.setInvoker(new BeanInvoker(new BenchInterfaceImpl())); > > > > // Register the service in the ServiceRegistry > > XFire xfire = XFireFactory.newInstance().getXFire(); > > xfire.getServiceRegistry().register(service); > > > > // Start the HTTP server > > XFireHttpServer server = new XFireHttpServer(); // Line 41 > > server.setPort(7777); > > server.start(); > > } > > > > > > I think that I need some jars but which one ? > > > > Thanks for your help > > > > Ob? > > > > ________________________________ > > D?couvrez une nouvelle fa?on d'obtenir des r?ponses ? toutes vos questions > > ! Profitez des connaissances, des opinions et des exp?riences des > > internautes sur Yahoo! Questions/R?ponses. > > > -- > ----- > When one of our products stops working, we'll blame another vendor > within 24 hours. > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > > > > > > > > > ___________________________________________________________________________ > D?couvrez une nouvelle fa?on d'obtenir des r?ponses ? toutes vos questions ! > Profitez des connaissances, des opinions et des exp?riences des internautes > sur Yahoo! Questions/R?ponses > http://fr.answers.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > -- Michael Yu GPG: 0xAA120B34 A142 F214 2AA7 6438 405D B892 7B90 9765 AA12 0B34 --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
