From: robert g. <rob...@gm...> - 2010-03-28 22:24:48
|
Hi everybody, I can't get rails to run I have a somewhat old compaq preserio with 512mb of main memory. Is that enough? Is there a videocard requirement to run rails? I can email the error message if anyone's interested. Maybe I should do that anyways. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger at rails.util.Config.<clinit><config.java:28> at rails.util.RunGame.main<RunGame.java:33> caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger at java.net.URLClassLoader$1.run<Unknown Source> at java.security.AccessController.doPrivileged<Native Method> at java.net.URLClassLoader.findClass<unknown Source> ... -- Robert Greene rob...@gm... |
From: Phil D. <de...@gm...> - 2010-03-29 14:05:50
|
Robert, There aren't any specific system requirements other than that your machine is capable of running Java. Judging by the below it looks like you might be missing some components from the downloaded game. It's also possible that the log4j component isn't in the right place. When you extracted the zip file, did you retain the directory structure? There should be a \lib directory underneath wherever you extracted rails to with a \log4j-1.2 directory underneath that, does any of this exist? Phil On 28 March 2010 23:24, robert greene <rob...@gm...> wrote: > Hi everybody, > > I can't get rails to run I have a somewhat old compaq preserio with 512mb > of main memory. Is that enough? Is there a videocard requirement to run > rails? I can email the error message if anyone's interested. Maybe I > should do that anyways. > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/log4j/Logger > > at rails.util.Config.<clinit><config.java:28> > at rails.util.RunGame.main<RunGame.java:33> > caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger > at java.net.URLClassLoader$1.run<Unknown Source> > at java.security.AccessController.doPrivileged<Native Method> > at java.net.URLClassLoader.findClass<unknown Source> > ... > > -- > Robert Greene > rob...@gm... > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users > > |
From: robert g. <rob...@gm...> - 2010-03-29 21:12:13
|
That fixed it. Thanks Phil. When I extract with Winzip I need to click on "Use Folder Names". Robert On Mon, Mar 29, 2010 at 7:05 AM, Phil Davies <de...@gm...> wrote: > Robert, > > There aren't any specific system requirements other than that your > machine is capable of running Java. Judging by the below it looks > like you might be missing some components from the downloaded game. > It's also possible that the log4j component isn't in the right place. > When you extracted the zip file, did you retain the directory > structure? There should be a \lib directory underneath wherever you > extracted rails to with a \log4j-1.2 directory underneath that, does > any of this exist? > > Phil > > On 28 March 2010 23:24, robert greene <rob...@gm...> wrote: > > Hi everybody, > > > > I can't get rails to run I have a somewhat old compaq preserio with > 512mb > > of main memory. Is that enough? Is there a videocard requirement to run > > rails? I can email the error message if anyone's interested. Maybe I > > should do that anyways. > > > > Exception in thread "main" java.lang.NoClassDefFoundError: > > org/apache/log4j/Logger > > > > at rails.util.Config.<clinit><config.java:28> > > at rails.util.RunGame.main<RunGame.java:33> > > caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger > > at java.net.URLClassLoader$1.run<Unknown Source> > > at java.security.AccessController.doPrivileged<Native Method> > > at java.net.URLClassLoader.findClass<unknown Source> > > ... > > > > -- > > Robert Greene > > rob...@gm... > > > > > ------------------------------------------------------------------------------ > > Download Intel® Parallel Studio Eval > > Try the new software tools for yourself. Speed compiling, find bugs > > proactively, and fine-tune applications for parallel performance. > > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev > > _______________________________________________ > > Rails-users mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-users > > > > > -- Robert Greene rob...@gm... |