Changeset 13642
- Timestamp:
- 10/20/11 23:38:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.x/abcl/doc/manual/abcl.tex
r13636 r13642 18 18 19 19 \subsection{Version} 20 This manual corresponds to abcl- 0.28.0, as yet unreleased.20 This manual corresponds to abcl-1.0.0, release on October 22, 2011. 21 21 22 22 \chapter{Running} … … 30 30 31 31 \begin{listing-shell} 32 cmd $ java -jar abcl.jar32 cmd\$ java -jar abcl.jar 33 33 \end{listing-shell} 34 34 … … 42 42 43 43 \begin{listing-shell} 44 cmd $ abcl44 cmd\$ abcl 45 45 \end{listing-shell} 46 46 … … 212 212 \begin{listing-java} 213 213 java.lang.IllegalAccessException: Class ... can 214 not access a member of class java.util.zip.ZipFile $2 with modifiers214 not access a member of class java.util.zip.ZipFile\$2 with modifiers 215 215 "public" 216 216 at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65) … … 835 835 836 836 The JSS contrib consitutes an additional, optional extension to the 837 reader in the definition of the #\" reader macro.837 reader in the definition of the \#\" reader macro. 838 838 839 839 \section{ASDF} … … 886 886 We define an API as consisting of the following ASDF classes: 887 887 888 \textsc [JAR-DIRECTORY}, \textsc{JAR-FILE}, and888 \textsc{JAR-DIRECTORY}, \textsc{JAR-FILE}, and 889 889 \textsc{CLASS-FILE-DIRECTORY} for JVM artifacts that have a currently 890 890 valid pathname representation
Note: See TracChangeset
for help on using the changeset viewer.