Changeset 15538
- Timestamp:
- 11/09/21 15:23:49 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/faq.shtml
r15475 r15538 87 87 ABCL is distributed under 88 88 the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public 89 License</a> 90 with <a href="http://www.gnu.org/software/classpath/license.html">Classpath 91 exception</a>. This is the same license as used for JAVA SE and GNU 92 Classpath. 93 </p> 94 95 <p> 96 Basically this means you can use ABCL from your application without the 97 need to make your own application open source. 89 License</a> with 90 the <a href="http://www.gnu.org/software/classpath/license.html">Classpath 91 exception</a>. 92 </p> 93 94 <p> 95 This allows the distribution of programs running on ABCL to specify 96 their own licensing terms as long as ABCL itself is unmodified. This 97 means you can use ABCL from your application without the need to make 98 your own application open source. 98 99 </p> 99 100 … … 131 132 Alternatively, to report a bug, please mail a description of the 132 133 problem, the version of ABCL you are using, and if possible a set of 133 steps to reproduce the problem to the <a href="http://news.gmane.org/gmane.lisp.armedbear.devel">armedbear-devel 134 steps to reproduce the problem to 135 the <a href="https://mailman.common-lisp.net/pipermail/armedbear-devel/">armedbear-devel 134 136 mailing list</a>. We endeavor to respond within a day to messages. 135 137 </p> … … 137 139 <p> 138 140 Developers can also usually be found on the 139 <a href="http ://webchat.freenode.net/?randomnick=1&channels=abcl&prompt=1&uio=d4">#abcl ircchannel</a>.141 <a href="https://web.libera.chat/gamja#abcl">#abcl Libera IRC channel</a>. 140 142 </p> 141 143 … … 237 239 238 240 <ol> 239 <li id="user-manual">Users of the system are invited to start with the <a href="http ://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20130607a.pdf">Armed Bear Common Lisp User Manual</a></li>241 <li id="user-manual">Users of the system are invited to start with the <a href="https://abcl.org/releases/current/asdf.pdf">Armed Bear Common Lisp User Manual</a></li> 240 242 <li>Our <a href="http://abcl.org/trac/wiki">wiki</a></li> 241 243 <li>The <a href="http://abcl.org/trac/browser">source … … 261 263 the <code>abcl.build.incremental</code> property. 262 264 </p> 265 263 266 </div> 264 267 … … 274 277 275 278 <p> 276 You needto increase the memory which the Java allocates for279 One needs to increase the memory which the Java allocates for 277 280 permanent generation ("PermGen)" objects by using the appropriate 278 281 switch on command line which invokes the JVM hosting ABCL. When the … … 280 283 JVM class for each top-level form. With large workloads, this can 281 284 overrun the part of memory which Java reserves for storing the class 282 definition which results in the error you are seeing. 285 definition which results in the error you are seeing. 283 286 </p> 284 287
Note: See TracChangeset
for help on using the changeset viewer.