Changeset 13643
- Timestamp:
- 10/20/11 23:38:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.x/abcl/doc/manual/abcl.tex
r13642 r13643 6 6 \begin{document} 7 7 \title{A Manual for Armed Bear Common Lisp} 8 \date{October 2 0, 2011}8 \date{October 21, 2011} 9 9 \author{Mark~Evenson, Erik~Huelsmann, Alessio~Stalla, Ville~Voutilainen} 10 10 … … 23 23 24 24 \textsc{ABCL} is packaged as a single jar file usually named either 25 ``abcl.jar'' or possibly``abcl- 0.28.0.jar'' if you are using a25 ``abcl.jar'' or possibly``abcl-1.0.0.jar'' if you are using a 26 26 versioned package from your system vendor. This byte archive can be 27 27 executed under the control of a suitable JVM by using the ``-jar'' … … 909 909 \end{listing-lisp} 910 910 911 To actually load the dependency, use the JAVA:ADD-TO-CLASSPATH generic 912 function: 913 914 \begin{listing-lisp} 915 CL-USER> (java:add-to-classpath (abcl-asdf:resolve-dependencies "com.google.gwt" "gwt-user")) 916 \end{listing-lisp} 917 911 918 Notice that all recursive dependencies have been located and installed 912 as well. 913 919 locally from the network as well. 914 920 915 921 \section{jss}
Note: See TracChangeset
for help on using the changeset viewer.