On Mon, Mar 1, 2010 at 7:42 PM, Marc Grue <[email protected]> wrote: > Sorry for these basic questions (I'm new in the Java world). It would be > great with a few step-by-step newbie instructions on the download/codebase > pages. It's easy/obvious when you know how it goes but not if you don't! :)
Ohhh... this is something very unexpected. I don't think we ever considered a non-Java person to show up here. I think the best is to work through the "Composite" tutorial. You have the instructions on the website at http://www.qi4j.org/qi4j/145.html, and the sources are in the qi4j-tutorials/composite (IIRC). The Java environment you need is; - JDK 1.5 (JDK 1.6 probably work but not fully verified) - Apache Maven 2.2 Once you have downloaded and installed those two, you should be able to "build" by issuing "mvn install" in the qi4j-tutorials/composite directory. HTH Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

