From: brett l. <wak...@gm...> - 2007-01-07 19:04:44
|
Rainer - The javax.servlet.* packages are from the J2EE SDK, so they won't be present if you just have the J2SE SDK installed. However, they are not necessary to run Rails. The main() methods are a bit poorly documented, but there is an old proof-of-concept class for running Rails as a Java servlet called test/GameTestServlet.java. It hasn't received much attention lately and probably doesn't work anymore. The main() that runs the actively developed application is in test/GameTest.java. Also in test/ are a few other applications that we've used to demonstrate early portions of our work or certain libraries, like Batik. None of these are used for the main application. ---Brett On 1/7/07, Rainer Muetze <rai...@we...> wrote: > Hi, > checked out the current CVS-Version and get some (38) compile errors. Most > of it, because of can not import the javax.servlet.*. Would you please put > it in the lib-dir or tell me, witch lib I have to download? > > Thanks > Rainer > > > |