My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
howto_build  
Building Lailaps from source
Featured, Phase-Deploy
Updated Oct 21, 2007 by paranoid...@gmail.com

Introduction

Lailaps build process.

Details

Requirements

  1. Sun JDK (or compatible) version >= 1.6.0
  2. your favorite IDE (we recommend NetBeans)
  3. current versions of jars from Dependencies page

Create project in IDE

If you want to build Lailaps from source - you already know what IDE stands for, and you probably know how to use it. So,

  1. create project with existing source in your IDE,
  2. add 7 jars to project classpath (see Dependencies page).
  3. build with any options you prefer
  4. run with java -jar Lailaps.jar command with options for your platform. We ran it with options to use less memory: java -Xms3m -Xmx8m -jar Lailaps.jar

Powered by Google Project Hosting