View Single Post
Posts: 259 | Thanked: 72 times | Joined on Dec 2007 @ Halifax, NS
#58
Originally Posted by Jaffa View Post
Right, to get Valable:

bzr branch lp:valable - this should give you a 'valable' directory.
Note for others : this is a command you have to type: you may need bzr installed also, it's a program similar to cvs or svn.

...sorry, it may be blindingly obvious but took me a while to realize this.

Originally Posted by Jaffa View Post
Project should compile :-)
Right now I have 22 errors and 2 warnings. Obviously I am missing some libraries (Where is Scanner located?).

Great help so far! Getting the code was the first real roadblock.

EDIT: I needed to do a couple of things: 1) make sure I had Sun's Java installed, not just OpenJDK 2) Make sure the Workspace properties are set to compiler compliance level of 6.0.

And so far, it works! Now I have to get cracking I suppose.

Last edited by BoxOfSnoo; 2008-08-28 at 16:22. Reason: Got it working, explanations added.