nicec − compiler for the Nice programming language |
nicec [options] package |
−−sourcepath PATH |
Search path for source packages PATH is a list of directories and .jar archives |
−d, −−destination DIR |
Destination directory for compiled packages |
−−classpath PATH |
Search path for compiled packages and libraries PATH is a list of directories and .jar archives |
−a, −−jar FILE |
Compile to archive You can then run the program with ’java -jar FILE’ |
−o, −−output FILE |
Generate native executable |
−r, −−recompile |
Force recompilation of package |
−R, −−recompile-all |
Force recompilation of all dependant packages |
−c, −−compile |
Compile packages but do not link them |
−−strict |
Type-check uses of java classes more stricly |
−−editor |
Tell nicec that it is called by an editor. |
−−man |
Print man page to stdout |
−−version |
Print version info and exit |
−−usage |
Print usage information and exit |
−−memory |
Print memory usage information after compilation |
−−benchmark |
Print time usage information after compilation |
Daniel Bonniot <bonniot@users.sourceforge.net>, <Daniel.Bonniot@inria.fr> |
http://nice.sourceforge.net the Nice Home Page http://nice.sf.net/compilation.html compilation instructions |