From: brett l. <bre...@gm...> - 2013-05-21 15:05:44
|
On Sat, May 18, 2013 at 4:05 PM, John David Galt < jd...@di...> wrote: > At the point of this save file, Marcus wants to buy another 10% of HE > but isn't allowed. (There was an earlier purchase of HE that was then > undone, so I'm guessing that something didn't get undone correctly.) > > Also: > I've managed to clone Rails using Eclipse (on Windows XP); now how do > I build and run it? > > In Eclipse, you can select "Run As..." and pick "Java Application", then point it at the main() method in the (poorly named) rails.test.GameTest class. There's also a context menu to run the app if you right-click the class file with the main() method. If you right-click on the Build.xml, you can also run the Ant tasks that build the jar file. ---Brett. |