[armedbear-devel] Question about calling Java

dmiles@users.sourceforge.net logicmoo at gmail.com
Thu Feb 4 17:34:15 UTC 2010


Not sure if we have this linked but generally this was the original spec

http://www.franz.com/support/documentation/current/doc/jlinker.htm

When using that doc, generally the symbols with "jlinker" in their name are
not needed in ABCL
(they are used to manage a connection for operation and ABCL already has a
jvm present)
Also some things like "discard-in-java" are not needed eigther.

Some things like "jcons" are legacy interface and usually will say things
like:
"This is a deprecated (maintained for now for backward compatibility) name
of the function
*jconstructor*<http://www.franz.com/support/documentation/current/doc/operators/jlinker/jconstructor.htm>.
Please use *jconstructor*<http://www.franz.com/support/documentation/current/doc/operators/jlinker/jconstructor.htm>instead
of
*jcons*. See *jconstructor*<http://www.franz.com/support/documentation/current/doc/operators/jlinker/jconstructor.htm>for
details. "

There maybe other minor detail differences.

If there is something one just can not live without like:

def-java-*  function they can probly be incorperated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20100204/1e76c108/attachment.html>


More information about the armedbear-devel mailing list