summaryrefslogtreecommitdiff
path: root/lang/linux-j
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-12-19 04:10:23 +0000
committerWill Andrews <will@FreeBSD.org>2001-12-19 04:10:23 +0000
commit094b1e2df8e26f781e64aca36837008229d27b07 (patch)
tree5580e9e4dae484b0f7b630424660a7196b5e23a5 /lang/linux-j
parentAdd ports/math/xgobi. (diff)
Add linux-j 405a, a general purpose programming language.
PR: 30933 Submitted by: js@jeannot.org
Notes
Notes: svn path=/head/; revision=51787
Diffstat (limited to 'lang/linux-j')
-rw-r--r--lang/linux-j/Makefile45
-rw-r--r--lang/linux-j/distinfo3
-rw-r--r--lang/linux-j/files/jconsole4
-rw-r--r--lang/linux-j/pkg-comment1
-rw-r--r--lang/linux-j/pkg-descr7
-rw-r--r--lang/linux-j/pkg-message3
-rw-r--r--lang/linux-j/pkg-plist1061
7 files changed, 1124 insertions, 0 deletions
diff --git a/lang/linux-j/Makefile b/lang/linux-j/Makefile
new file mode 100644
index 000000000000..d272821f6619
--- /dev/null
+++ b/lang/linux-j/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: linux-j
+# Date created: 29 September 2001
+# Whom: js@jeannot.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= linux-j
+PORTVERSION= 405a
+CATEGORIES= lang linux
+MASTER_SITES= http://www.jsoftware.com/download/
+DISTFILES= jconsole405a-Linux.tgz jlib405.tgz jhelp.tgz
+DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
+
+MAINTAINER= js@jeannot.org
+
+RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
+
+USE_LINUX_LIB= yes
+
+ONLY_FOR_ARCHS= i386
+
+NO_WRKSUBDIR= yes
+
+MAN1= jconsole.1
+
+do-build:
+ @sed "s:PREFIX:$(PREFIX):" < ${FILESDIR}/jconsole > ${WRKSRC}/jconsole
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/jconsole405a-Linux/jconsole_files/jconsole ${PREFIX}/bin/jconsole.bin
+ @brandelf -t Linux ${PREFIX}/bin/jconsole.bin
+ @${INSTALL_SCRIPT} ${WRKSRC}/jconsole ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/jconsole405a-Linux/jconsole_files/${MAN1} ${PREFIX}/man/man1
+ @${MKDIR} ${PREFIX}/lib/j
+ @cd ${WRKSRC}/jlib405/jlib_files && tar -cf - * | tar -xf - -C ${PREFIX}/lib/j
+ @${MKDIR} ${PREFIX}/lib/j/system/extras/help
+ @cd ${WRKSRC}/jhelp/jhelp_files && tar -cf - * | tar -xf - -C ${PREFIX}/lib/j/system/extras/help
+
+post-install:
+.if !defined(BATCH)
+ @${CAT} ${PKGMESSAGE}
+.endif
+
+.include <bsd.port.mk>
diff --git a/lang/linux-j/distinfo b/lang/linux-j/distinfo
new file mode 100644
index 000000000000..961e1097e3f5
--- /dev/null
+++ b/lang/linux-j/distinfo
@@ -0,0 +1,3 @@
+MD5 (linux-j/405a/jconsole405a-Linux.tgz) = 2050aa640dcfdc097fe8a974639acbdf
+MD5 (linux-j/405a/jlib405.tgz) = bcf3bb852447c9cfe69cb8d19d4506f1
+MD5 (linux-j/405a/jhelp.tgz) = 552f4826ad772fd35887425ecea9ca21
diff --git a/lang/linux-j/files/jconsole b/lang/linux-j/files/jconsole
new file mode 100644
index 000000000000..93f923385bfa
--- /dev/null
+++ b/lang/linux-j/files/jconsole
@@ -0,0 +1,4 @@
+#!/bin/sh
+JLIB=PREFIX/lib/j
+export JLIB
+exec PREFIX/bin/jconsole.bin $*
diff --git a/lang/linux-j/pkg-comment b/lang/linux-j/pkg-comment
new file mode 100644
index 000000000000..92c134fc74ec
--- /dev/null
+++ b/lang/linux-j/pkg-comment
@@ -0,0 +1 @@
+A general purpose programming language
diff --git a/lang/linux-j/pkg-descr b/lang/linux-j/pkg-descr
new file mode 100644
index 000000000000..4a589b6d39dd
--- /dev/null
+++ b/lang/linux-j/pkg-descr
@@ -0,0 +1,7 @@
+J is a modern, array oriented, high level, high
+ performance, general purpose programming language. J
+ is used in a variety of industries including banking,
+ investment analysis, insurance, derivative trading,
+ scientific research, and education.
+
+WWW: http://www.jsoftware.com/
diff --git a/lang/linux-j/pkg-message b/lang/linux-j/pkg-message
new file mode 100644
index 000000000000..2d5214f0e88a
--- /dev/null
+++ b/lang/linux-j/pkg-message
@@ -0,0 +1,3 @@
+Try J by running "jconsole" then typing: jhelp 'netscape'
+(if netscape is your browser)
+For more information see "man jconsole".
diff --git a/lang/linux-j/pkg-plist b/lang/linux-j/pkg-plist
new file mode 100644
index 000000000000..334fccff4d97
--- /dev/null
+++ b/lang/linux-j/pkg-plist
@@ -0,0 +1,1061 @@
+lib/j/system/classes/pbc/pbc.ijs
+lib/j/system/classes/pbc/pbcx.ijs
+lib/j/system/classes/template/class.ijs
+lib/j/system/examples/phrases/phra1.ijs
+lib/j/system/examples/phrases/phra10.ijs
+lib/j/system/examples/phrases/phra11.ijs
+lib/j/system/examples/phrases/phra12.ijs
+lib/j/system/examples/phrases/phra13.ijs
+lib/j/system/examples/phrases/phra14.ijs
+lib/j/system/examples/phrases/phra15.ijs
+lib/j/system/examples/phrases/phra2.ijs
+lib/j/system/examples/phrases/phra3.ijs
+lib/j/system/examples/phrases/phra4.ijs
+lib/j/system/examples/phrases/phra5.ijs
+lib/j/system/examples/phrases/phra6.ijs
+lib/j/system/examples/phrases/phra7.ijs
+lib/j/system/examples/phrases/phra8.ijs
+lib/j/system/examples/phrases/phra9.ijs
+lib/j/system/examples/phrases/phrb10.ijs
+lib/j/system/examples/phrases/phrb11.ijs
+lib/j/system/examples/phrases/phrb13.ijs
+lib/j/system/examples/phrases/phrb14.ijs
+lib/j/system/examples/phrases/phrb15.ijs
+lib/j/system/examples/phrases/phrb2.ijs
+lib/j/system/examples/phrases/phrb3.ijs
+lib/j/system/examples/phrases/phrb4.ijs
+lib/j/system/examples/phrases/phrb5.ijs
+lib/j/system/examples/phrases/phrb6.ijs
+lib/j/system/examples/phrases/phrb7.ijs
+lib/j/system/examples/phrases/phrb8.ijs
+lib/j/system/examples/phrases/phrb9.ijs
+lib/j/system/examples/phrases/phrc1.ijs
+lib/j/system/examples/phrases/phrc10.ijs
+lib/j/system/examples/phrases/phrc11.ijs
+lib/j/system/examples/phrases/phrc13.ijs
+lib/j/system/examples/phrases/phrc2.ijs
+lib/j/system/examples/phrases/phrc4.ijs
+lib/j/system/examples/phrases/phrc5.ijs
+lib/j/system/examples/phrases/phrc6.ijs
+lib/j/system/examples/phrases/phrc7.ijs
+lib/j/system/examples/phrases/phrc8.ijs
+lib/j/system/examples/phrases/phrc9.ijs
+lib/j/system/examples/phrases/phrd1.ijs
+lib/j/system/examples/phrases/phrd10.ijs
+lib/j/system/examples/phrases/phrd2.ijs
+lib/j/system/examples/phrases/phrd8.ijs
+lib/j/system/examples/phrases/phrd9.ijs
+lib/j/system/examples/phrases/phre10.ijs
+lib/j/system/examples/phrases/phre2.ijs
+lib/j/system/examples/phrases/phre8.ijs
+lib/j/system/examples/phrases/phre9.ijs
+lib/j/system/examples/phrases/phrf10.ijs
+lib/j/system/examples/phrases/phrf2.ijs
+lib/j/system/examples/phrases/phrf9.ijs
+lib/j/system/examples/phrases/phrg2.ijs
+lib/j/system/examples/phrases/phrh2.ijs
+lib/j/system/extras/config/.cvsignore
+lib/j/system/extras/config/config.txt
+lib/j/system/extras/config/profile.ijs
+lib/j/system/extras/config/scripts.ijs
+lib/j/system/extras/help/box.jpg
+lib/j/system/extras/help/camn/camn.htm
+lib/j/system/extras/help/camn/camnimgs/00.gif
+lib/j/system/extras/help/camn/camnimgs/01.gif
+lib/j/system/extras/help/camn/camnimgs/02.gif
+lib/j/system/extras/help/camn/camnimgs/03.gif
+lib/j/system/extras/help/camn/camnimgs/04.gif
+lib/j/system/extras/help/camn/camnimgs/05.gif
+lib/j/system/extras/help/camn/camnimgs/06.gif
+lib/j/system/extras/help/camn/camnimgs/07.gif
+lib/j/system/extras/help/camn/camnimgs/08.gif
+lib/j/system/extras/help/camn/camnimgs/09.gif
+lib/j/system/extras/help/camn/camnimgs/1.gif
+lib/j/system/extras/help/camn/camnimgs/10.gif
+lib/j/system/extras/help/camn/camnimgs/11.gif
+lib/j/system/extras/help/camn/camnimgs/12.gif
+lib/j/system/extras/help/camn/camnimgs/13.gif
+lib/j/system/extras/help/camn/camnimgs/14.gif
+lib/j/system/extras/help/camn/camnimgs/15.gif
+lib/j/system/extras/help/camn/camnimgs/16.gif
+lib/j/system/extras/help/camn/camnimgs/17.gif
+lib/j/system/extras/help/camn/camnimgs/18.gif
+lib/j/system/extras/help/camn/camnimgs/19.gif
+lib/j/system/extras/help/camn/camnimgs/20.gif
+lib/j/system/extras/help/camn/camnimgs/21.gif
+lib/j/system/extras/help/camn/camnimgs/22.gif
+lib/j/system/extras/help/camn/camnimgs/23.gif
+lib/j/system/extras/help/camn/camnimgs/24.gif
+lib/j/system/extras/help/camn/camnimgs/25.gif
+lib/j/system/extras/help/camn/camnimgs/26.gif
+lib/j/system/extras/help/camn/camnimgs/27.gif
+lib/j/system/extras/help/dictionary/ack.htm
+lib/j/system/extras/help/dictionary/bot.x
+lib/j/system/extras/help/dictionary/cassert.htm
+lib/j/system/extras/help/dictionary/cbreak.htm
+lib/j/system/extras/help/dictionary/ccont.htm
+lib/j/system/extras/help/dictionary/cfor.htm
+lib/j/system/extras/help/dictionary/cgoto.htm
+lib/j/system/extras/help/dictionary/cif.htm
+lib/j/system/extras/help/dictionary/contents.htm
+lib/j/system/extras/help/dictionary/cret.htm
+lib/j/system/extras/help/dictionary/csel.htm
+lib/j/system/extras/help/dictionary/cthrow.htm
+lib/j/system/extras/help/dictionary/ctrl.htm
+lib/j/system/extras/help/dictionary/ctry.htm
+lib/j/system/extras/help/dictionary/cwhile.htm
+lib/j/system/extras/help/dictionary/d000.htm
+lib/j/system/extras/help/dictionary/d001.htm
+lib/j/system/extras/help/dictionary/d010.htm
+lib/j/system/extras/help/dictionary/d011.htm
+lib/j/system/extras/help/dictionary/d012.htm
+lib/j/system/extras/help/dictionary/d020.htm
+lib/j/system/extras/help/dictionary/d021.htm
+lib/j/system/extras/help/dictionary/d022.htm
+lib/j/system/extras/help/dictionary/d030.htm
+lib/j/system/extras/help/dictionary/d031.htm
+lib/j/system/extras/help/dictionary/d032.htm
+lib/j/system/extras/help/dictionary/d100.htm
+lib/j/system/extras/help/dictionary/d101.htm
+lib/j/system/extras/help/dictionary/d102.htm
+lib/j/system/extras/help/dictionary/d110.htm
+lib/j/system/extras/help/dictionary/d111.htm
+lib/j/system/extras/help/dictionary/d112.htm
+lib/j/system/extras/help/dictionary/d120.htm
+lib/j/system/extras/help/dictionary/d121.htm
+lib/j/system/extras/help/dictionary/d122.htm
+lib/j/system/extras/help/dictionary/d130.htm
+lib/j/system/extras/help/dictionary/d131.htm
+lib/j/system/extras/help/dictionary/d132.htm
+lib/j/system/extras/help/dictionary/d200.htm
+lib/j/system/extras/help/dictionary/d201.htm
+lib/j/system/extras/help/dictionary/d202n.htm
+lib/j/system/extras/help/dictionary/d202v.htm
+lib/j/system/extras/help/dictionary/d210.htm
+lib/j/system/extras/help/dictionary/d211.htm
+lib/j/system/extras/help/dictionary/d212.htm
+lib/j/system/extras/help/dictionary/d220n.htm
+lib/j/system/extras/help/dictionary/d220v.htm
+lib/j/system/extras/help/dictionary/d221.htm
+lib/j/system/extras/help/dictionary/d222.htm
+lib/j/system/extras/help/dictionary/d230.htm
+lib/j/system/extras/help/dictionary/d231.htm
+lib/j/system/extras/help/dictionary/d232.htm
+lib/j/system/extras/help/dictionary/d300.htm
+lib/j/system/extras/help/dictionary/d301.htm
+lib/j/system/extras/help/dictionary/d310n.htm
+lib/j/system/extras/help/dictionary/d310v.htm
+lib/j/system/extras/help/dictionary/d311.htm
+lib/j/system/extras/help/dictionary/d312.htm
+lib/j/system/extras/help/dictionary/d320.htm
+lib/j/system/extras/help/dictionary/d321.htm
+lib/j/system/extras/help/dictionary/d322.htm
+lib/j/system/extras/help/dictionary/d330.htm
+lib/j/system/extras/help/dictionary/d331.htm
+lib/j/system/extras/help/dictionary/d332.htm
+lib/j/system/extras/help/dictionary/d400.htm
+lib/j/system/extras/help/dictionary/d401.htm
+lib/j/system/extras/help/dictionary/d402.htm
+lib/j/system/extras/help/dictionary/d410.htm
+lib/j/system/extras/help/dictionary/d411.htm
+lib/j/system/extras/help/dictionary/d412.htm
+lib/j/system/extras/help/dictionary/d420.htm
+lib/j/system/extras/help/dictionary/d421.htm
+lib/j/system/extras/help/dictionary/d422.htm
+lib/j/system/extras/help/dictionary/d430.htm
+lib/j/system/extras/help/dictionary/d431.htm
+lib/j/system/extras/help/dictionary/d432.htm
+lib/j/system/extras/help/dictionary/d500.htm
+lib/j/system/extras/help/dictionary/d501.htm
+lib/j/system/extras/help/dictionary/d502.htm
+lib/j/system/extras/help/dictionary/d520.htm
+lib/j/system/extras/help/dictionary/d521.htm
+lib/j/system/extras/help/dictionary/d522.htm
+lib/j/system/extras/help/dictionary/d523.htm
+lib/j/system/extras/help/dictionary/d530n.htm
+lib/j/system/extras/help/dictionary/d530v.htm
+lib/j/system/extras/help/dictionary/d531.htm
+lib/j/system/extras/help/dictionary/d532.htm
+lib/j/system/extras/help/dictionary/d600n.htm
+lib/j/system/extras/help/dictionary/d600v.htm
+lib/j/system/extras/help/dictionary/d600xv.htm
+lib/j/system/extras/help/dictionary/d601.htm
+lib/j/system/extras/help/dictionary/d602.htm
+lib/j/system/extras/help/dictionary/d610.htm
+lib/j/system/extras/help/dictionary/d612.htm
+lib/j/system/extras/help/dictionary/d620.htm
+lib/j/system/extras/help/dictionary/d621.htm
+lib/j/system/extras/help/dictionary/d622.htm
+lib/j/system/extras/help/dictionary/d630n.htm
+lib/j/system/extras/help/dictionary/d630v.htm
+lib/j/system/extras/help/dictionary/d631.htm
+lib/j/system/extras/help/dictionary/d632.htm
+lib/j/system/extras/help/dictionary/d640.htm
+lib/j/system/extras/help/dictionary/dacapdot.htm
+lib/j/system/extras/help/dictionary/dadot.htm
+lib/j/system/extras/help/dictionary/dbdotn.htm
+lib/j/system/extras/help/dictionary/dbdotu.htm
+lib/j/system/extras/help/dictionary/dccapdot.htm
+lib/j/system/extras/help/dictionary/dcdot.htm
+lib/j/system/extras/help/dictionary/dcons.htm
+lib/j/system/extras/help/dictionary/dconsf.htm
+lib/j/system/extras/help/dictionary/ddcapco.htm
+lib/j/system/extras/help/dictionary/ddcapdot.htm
+lib/j/system/extras/help/dictionary/dddot.htm
+lib/j/system/extras/help/dictionary/decapdot.htm
+lib/j/system/extras/help/dictionary/dedot.htm
+lib/j/system/extras/help/dictionary/dfdot.htm
+lib/j/system/extras/help/dictionary/dhcapdot.htm
+lib/j/system/extras/help/dictionary/dico.htm
+lib/j/system/extras/help/dictionary/dict.htm
+lib/j/system/extras/help/dictionary/dict1.htm
+lib/j/system/extras/help/dictionary/dict2.htm
+lib/j/system/extras/help/dictionary/dict3.htm
+lib/j/system/extras/help/dictionary/dicta.htm
+lib/j/system/extras/help/dictionary/dictb.htm
+lib/j/system/extras/help/dictionary/dictc.htm
+lib/j/system/extras/help/dictionary/dictd.htm
+lib/j/system/extras/help/dictionary/dicte.htm
+lib/j/system/extras/help/dictionary/dictf.htm
+lib/j/system/extras/help/dictionary/dictg.htm
+lib/j/system/extras/help/dictionary/dicth.htm
+lib/j/system/extras/help/dictionary/dicti.htm
+lib/j/system/extras/help/dictionary/dictj.htm
+lib/j/system/extras/help/dictionary/didot.htm
+lib/j/system/extras/help/dictionary/djdot.htm
+lib/j/system/extras/help/dictionary/dlcapco.htm
+lib/j/system/extras/help/dictionary/dlcapdot.htm
+lib/j/system/extras/help/dictionary/dmdot.htm
+lib/j/system/extras/help/dictionary/dnb.htm
+lib/j/system/extras/help/dictionary/dodot.htm
+lib/j/system/extras/help/dictionary/dpco.htm
+lib/j/system/extras/help/dictionary/dpdot.htm
+lib/j/system/extras/help/dictionary/dqco.htm
+lib/j/system/extras/help/dictionary/drdot.htm
+lib/j/system/extras/help/dictionary/dscapco.htm
+lib/j/system/extras/help/dictionary/dsco.htm
+lib/j/system/extras/help/dictionary/dtcapdot.htm
+lib/j/system/extras/help/dictionary/dtco.htm
+lib/j/system/extras/help/dictionary/dtdotm.htm
+lib/j/system/extras/help/dictionary/dtdotu.htm
+lib/j/system/extras/help/dictionary/duco.htm
+lib/j/system/extras/help/dictionary/dudot.htm
+lib/j/system/extras/help/dictionary/dx000.htm
+lib/j/system/extras/help/dictionary/dx001.htm
+lib/j/system/extras/help/dictionary/dx002.htm
+lib/j/system/extras/help/dictionary/dx003.htm
+lib/j/system/extras/help/dictionary/dx004.htm
+lib/j/system/extras/help/dictionary/dx005.htm
+lib/j/system/extras/help/dictionary/dx006.htm
+lib/j/system/extras/help/dictionary/dx007.htm
+lib/j/system/extras/help/dictionary/dx009.htm
+lib/j/system/extras/help/dictionary/dx011.htm
+lib/j/system/extras/help/dictionary/dx013.htm
+lib/j/system/extras/help/dictionary/dx015.htm
+lib/j/system/extras/help/dictionary/dx018.htm
+lib/j/system/extras/help/dictionary/dx128.htm
+lib/j/system/extras/help/dictionary/dxco.htm
+lib/j/system/extras/help/dictionary/dxdot.htm
+lib/j/system/extras/help/dictionary/foo.x
+lib/j/system/extras/help/dictionary/intro.htm
+lib/j/system/extras/help/dictionary/intro01.htm
+lib/j/system/extras/help/dictionary/intro02.htm
+lib/j/system/extras/help/dictionary/intro03.htm
+lib/j/system/extras/help/dictionary/intro04.htm
+lib/j/system/extras/help/dictionary/intro05.htm
+lib/j/system/extras/help/dictionary/intro06.htm
+lib/j/system/extras/help/dictionary/intro07.htm
+lib/j/system/extras/help/dictionary/intro08.htm
+lib/j/system/extras/help/dictionary/intro09.htm
+lib/j/system/extras/help/dictionary/intro10.htm
+lib/j/system/extras/help/dictionary/intro11.htm
+lib/j/system/extras/help/dictionary/intro12.htm
+lib/j/system/extras/help/dictionary/intro13.htm
+lib/j/system/extras/help/dictionary/intro14.htm
+lib/j/system/extras/help/dictionary/intro15.htm
+lib/j/system/extras/help/dictionary/intro16.htm
+lib/j/system/extras/help/dictionary/intro17.htm
+lib/j/system/extras/help/dictionary/intro18.htm
+lib/j/system/extras/help/dictionary/intro19.htm
+lib/j/system/extras/help/dictionary/intro20.htm
+lib/j/system/extras/help/dictionary/intro21.htm
+lib/j/system/extras/help/dictionary/intro22.htm
+lib/j/system/extras/help/dictionary/intro23.htm
+lib/j/system/extras/help/dictionary/intro24.htm
+lib/j/system/extras/help/dictionary/intro25.htm
+lib/j/system/extras/help/dictionary/intro26.htm
+lib/j/system/extras/help/dictionary/intro27.htm
+lib/j/system/extras/help/dictionary/intro28.htm
+lib/j/system/extras/help/dictionary/intro29.htm
+lib/j/system/extras/help/dictionary/jdoc.css
+lib/j/system/extras/help/dictionary/ref.htm
+lib/j/system/extras/help/dictionary/samp.htm
+lib/j/system/extras/help/dictionary/samp01.htm
+lib/j/system/extras/help/dictionary/samp02.htm
+lib/j/system/extras/help/dictionary/samp03.htm
+lib/j/system/extras/help/dictionary/samp04.htm
+lib/j/system/extras/help/dictionary/samp05.htm
+lib/j/system/extras/help/dictionary/samp06.htm
+lib/j/system/extras/help/dictionary/samp07.htm
+lib/j/system/extras/help/dictionary/samp08.htm
+lib/j/system/extras/help/dictionary/samp09.htm
+lib/j/system/extras/help/dictionary/samp10.htm
+lib/j/system/extras/help/dictionary/samp11.htm
+lib/j/system/extras/help/dictionary/samp12.htm
+lib/j/system/extras/help/dictionary/samp13.htm
+lib/j/system/extras/help/dictionary/samp14.htm
+lib/j/system/extras/help/dictionary/samp15.htm
+lib/j/system/extras/help/dictionary/samp16.htm
+lib/j/system/extras/help/dictionary/samp17.htm
+lib/j/system/extras/help/dictionary/samp18.htm
+lib/j/system/extras/help/dictionary/samp19.htm
+lib/j/system/extras/help/dictionary/samp20.htm
+lib/j/system/extras/help/dictionary/samp21.htm
+lib/j/system/extras/help/dictionary/samp22.htm
+lib/j/system/extras/help/dictionary/samp23.htm
+lib/j/system/extras/help/dictionary/samp24.htm
+lib/j/system/extras/help/dictionary/samp25.htm
+lib/j/system/extras/help/dictionary/samp26.htm
+lib/j/system/extras/help/dictionary/samp27.htm
+lib/j/system/extras/help/dictionary/samp28.htm
+lib/j/system/extras/help/dictionary/special.htm
+lib/j/system/extras/help/dictionary/title.htm
+lib/j/system/extras/help/dictionary/vocabul.htm
+lib/j/system/extras/help/dictionary/xmain.htm
+lib/j/system/extras/help/index/a.htm
+lib/j/system/extras/help/index/b.htm
+lib/j/system/extras/help/index/c.htm
+lib/j/system/extras/help/index/d.htm
+lib/j/system/extras/help/index/e.htm
+lib/j/system/extras/help/index/f.htm
+lib/j/system/extras/help/index/g.htm
+lib/j/system/extras/help/index/h.htm
+lib/j/system/extras/help/index/i.htm
+lib/j/system/extras/help/index/j.htm
+lib/j/system/extras/help/index/k.htm
+lib/j/system/extras/help/index/l.htm
+lib/j/system/extras/help/index/m.htm
+lib/j/system/extras/help/index/n.htm
+lib/j/system/extras/help/index/o.htm
+lib/j/system/extras/help/index/p.htm
+lib/j/system/extras/help/index/q.htm
+lib/j/system/extras/help/index/r.htm
+lib/j/system/extras/help/index/s.htm
+lib/j/system/extras/help/index/t.htm
+lib/j/system/extras/help/index/u.htm
+lib/j/system/extras/help/index/v.htm
+lib/j/system/extras/help/index/w.htm
+lib/j/system/extras/help/index/x.htm
+lib/j/system/extras/help/index/y.htm
+lib/j/system/extras/help/index/z.htm
+lib/j/system/extras/help/index.htm
+lib/j/system/extras/help/jdoc.css
+lib/j/system/extras/help/learning/01.htm
+lib/j/system/extras/help/learning/02.htm
+lib/j/system/extras/help/learning/03.htm
+lib/j/system/extras/help/learning/04.htm
+lib/j/system/extras/help/learning/05.htm
+lib/j/system/extras/help/learning/06.htm
+lib/j/system/extras/help/learning/07.htm
+lib/j/system/extras/help/learning/08.htm
+lib/j/system/extras/help/learning/09.htm
+lib/j/system/extras/help/learning/10.htm
+lib/j/system/extras/help/learning/11.htm
+lib/j/system/extras/help/learning/12.htm
+lib/j/system/extras/help/learning/13.htm
+lib/j/system/extras/help/learning/14.htm
+lib/j/system/extras/help/learning/15.htm
+lib/j/system/extras/help/learning/16.htm
+lib/j/system/extras/help/learning/17.htm
+lib/j/system/extras/help/learning/18.htm
+lib/j/system/extras/help/learning/19.htm
+lib/j/system/extras/help/learning/20.htm
+lib/j/system/extras/help/learning/21.htm
+lib/j/system/extras/help/learning/22.htm
+lib/j/system/extras/help/learning/24.htm
+lib/j/system/extras/help/learning/25.htm
+lib/j/system/extras/help/learning/26.htm
+lib/j/system/extras/help/learning/31.htm
+lib/j/system/extras/help/learning/31a.htm
+lib/j/system/extras/help/learning/31a.ijs
+lib/j/system/extras/help/learning/book.htm
+lib/j/system/extras/help/learning/diag01.gif
+lib/j/system/extras/help/learning/diag02.gif
+lib/j/system/extras/help/learning/diag03.gif
+lib/j/system/extras/help/learning/diag04.gif
+lib/j/system/extras/help/learning/diag05.gif
+lib/j/system/extras/help/learning/diag06.gif
+lib/j/system/extras/help/learning/diag07.gif
+lib/j/system/extras/help/learning/diag08.gif
+lib/j/system/extras/help/learning/diag09.gif
+lib/j/system/extras/help/phrases/adverbs_conjunctions.htm
+lib/j/system/extras/help/phrases/ambivalent_functions.htm
+lib/j/system/extras/help/phrases/approximation.htm
+lib/j/system/extras/help/phrases/arithmetic.htm
+lib/j/system/extras/help/phrases/bond_curry.htm
+lib/j/system/extras/help/phrases/case_statements.htm
+lib/j/system/extras/help/phrases/character.htm
+lib/j/system/extras/help/phrases/complex_numbers.htm
+lib/j/system/extras/help/phrases/contents.htm
+lib/j/system/extras/help/phrases/conventions.htm
+lib/j/system/extras/help/phrases/date_time.htm
+lib/j/system/extras/help/phrases/duality.htm
+lib/j/system/extras/help/phrases/e_pluribus_unum.htm
+lib/j/system/extras/help/phrases/execution_time_space.htm
+lib/j/system/extras/help/phrases/explicit_def.htm
+lib/j/system/extras/help/phrases/finance.htm
+lib/j/system/extras/help/phrases/function_tables.htm
+lib/j/system/extras/help/phrases/geometry.htm
+lib/j/system/extras/help/phrases/gerunds.htm
+lib/j/system/extras/help/phrases/grading.htm
+lib/j/system/extras/help/phrases/grids.htm
+lib/j/system/extras/help/phrases/hooks.htm
+lib/j/system/extras/help/phrases/indexing.htm
+lib/j/system/extras/help/phrases/inside_boxes.htm
+lib/j/system/extras/help/phrases/intervals.htm
+lib/j/system/extras/help/phrases/inverse.htm
+lib/j/system/extras/help/phrases/js.gif
+lib/j/system/extras/help/phrases/linear_vector_func.htm
+lib/j/system/extras/help/phrases/locales_loading_sf.htm
+lib/j/system/extras/help/phrases/locate_select.htm
+lib/j/system/extras/help/phrases/math_stats.htm
+lib/j/system/extras/help/phrases/matrix_algebra.htm
+lib/j/system/extras/help/phrases/merge_amend.htm
+lib/j/system/extras/help/phrases/miscellaneous.htm
+lib/j/system/extras/help/phrases/numbers_counting.htm
+lib/j/system/extras/help/phrases/parity_symmetry.htm
+lib/j/system/extras/help/phrases/partition.htm
+lib/j/system/extras/help/phrases/permutations.htm
+lib/j/system/extras/help/phrases/plotting.htm
+lib/j/system/extras/help/phrases/polynomials_rational.htm
+lib/j/system/extras/help/phrases/quadrature_simpson.htm
+lib/j/system/extras/help/phrases/random_numbers.htm
+lib/j/system/extras/help/phrases/rank_class.htm
+lib/j/system/extras/help/phrases/references.htm
+lib/j/system/extras/help/phrases/representations.htm
+lib/j/system/extras/help/phrases/rotate_reflect.htm
+lib/j/system/extras/help/phrases/sorting.htm
+lib/j/system/extras/help/phrases/special_matrcies.htm
+lib/j/system/extras/help/phrases/specimens.htm
+lib/j/system/extras/help/phrases/structural.htm
+lib/j/system/extras/help/phrases/sums_means.htm
+lib/j/system/extras/help/phrases/test.htm
+lib/j/system/extras/help/phrases/title.htm
+lib/j/system/extras/help/phrases/trains_form_adverb.htm
+lib/j/system/extras/help/phrases/trans_functions.htm
+lib/j/system/extras/help/phrases/transformations.htm
+lib/j/system/extras/help/phrases/type_change.htm
+lib/j/system/extras/help/phrases/verb_trains.htm
+lib/j/system/extras/help/primer/adverb.htm
+lib/j/system/extras/help/primer/agreement.htm
+lib/j/system/extras/help/primer/alphabet.htm
+lib/j/system/extras/help/primer/ambivalence.htm
+lib/j/system/extras/help/primer/amend.htm
+lib/j/system/extras/help/primer/array.htm
+lib/j/system/extras/help/primer/atom.htm
+lib/j/system/extras/help/primer/axis.htm
+lib/j/system/extras/help/primer/basic_list_adding.htm
+lib/j/system/extras/help/primer/box_monad.htm
+lib/j/system/extras/help/primer/cfgui0.gif
+lib/j/system/extras/help/primer/cfgui1.gif
+lib/j/system/extras/help/primer/checkpoint_a.htm
+lib/j/system/extras/help/primer/checkpoint_b.htm
+lib/j/system/extras/help/primer/checkpoint_c.htm
+lib/j/system/extras/help/primer/checkpoint_d.htm
+lib/j/system/extras/help/primer/checkpoint_e.htm
+lib/j/system/extras/help/primer/checkpoint_f.htm
+lib/j/system/extras/help/primer/comment.htm
+lib/j/system/extras/help/primer/comparative.htm
+lib/j/system/extras/help/primer/component_files.htm
+lib/j/system/extras/help/primer/conjunction.htm
+lib/j/system/extras/help/primer/contents.htm
+lib/j/system/extras/help/primer/control_structure.htm
+lib/j/system/extras/help/primer/cut.htm
+lib/j/system/extras/help/primer/data_processing.htm
+lib/j/system/extras/help/primer/debug_error.htm
+lib/j/system/extras/help/primer/debug_global.htm
+lib/j/system/extras/help/primer/debug_verb.htm
+lib/j/system/extras/help/primer/design.gif
+lib/j/system/extras/help/primer/dictionary.htm
+lib/j/system/extras/help/primer/dyad.htm
+lib/j/system/extras/help/primer/each.htm
+lib/j/system/extras/help/primer/empty_array.htm
+lib/j/system/extras/help/primer/end.htm
+lib/j/system/extras/help/primer/environment.htm
+lib/j/system/extras/help/primer/error.htm
+lib/j/system/extras/help/primer/experiment.htm
+lib/j/system/extras/help/primer/explicit_tacit_trans.htm
+lib/j/system/extras/help/primer/files.htm
+lib/j/system/extras/help/primer/foreign.htm
+lib/j/system/extras/help/primer/fork.htm
+lib/j/system/extras/help/primer/formedit.gif
+lib/j/system/extras/help/primer/frame_and_cell.htm
+lib/j/system/extras/help/primer/from_boxed_indexes.htm
+lib/j/system/extras/help/primer/from_dyad.htm
+lib/j/system/extras/help/primer/from_scattered_index.htm
+lib/j/system/extras/help/primer/get_started.htm
+lib/j/system/extras/help/primer/global.htm
+lib/j/system/extras/help/primer/gui.htm
+lib/j/system/extras/help/primer/gui2.htm
+lib/j/system/extras/help/primer/gui2form.gif
+lib/j/system/extras/help/primer/hook.htm
+lib/j/system/extras/help/primer/how_to_use.htm
+lib/j/system/extras/help/primer/inexact_numbers.htm
+lib/j/system/extras/help/primer/insert_adverb.htm
+lib/j/system/extras/help/primer/item.htm
+lib/j/system/extras/help/primer/j_list_adding.htm
+lib/j/system/extras/help/primer/js.gif
+lib/j/system/extras/help/primer/k_cell.htm
+lib/j/system/extras/help/primer/link_dyad.htm
+lib/j/system/extras/help/primer/list.htm
+lib/j/system/extras/help/primer/local.htm
+lib/j/system/extras/help/primer/locale.htm
+lib/j/system/extras/help/primer/monad.htm
+lib/j/system/extras/help/primer/monad_dyad_def.htm
+lib/j/system/extras/help/primer/more_primitives.htm
+lib/j/system/extras/help/primer/name.htm
+lib/j/system/extras/help/primer/negative_number.htm
+lib/j/system/extras/help/primer/noun.htm
+lib/j/system/extras/help/primer/number.htm
+lib/j/system/extras/help/primer/numeric_constant.htm
+lib/j/system/extras/help/primer/online.htm
+lib/j/system/extras/help/primer/open_monad.htm
+lib/j/system/extras/help/primer/order_ex_adverbs_conjunc.htm
+lib/j/system/extras/help/primer/order_of_eval.htm
+lib/j/system/extras/help/primer/parentheses.htm
+lib/j/system/extras/help/primer/phrases.htm
+lib/j/system/extras/help/primer/plot.gif
+lib/j/system/extras/help/primer/plot.htm
+lib/j/system/extras/help/primer/plot2.gif
+lib/j/system/extras/help/primer/plot3.gif
+lib/j/system/extras/help/primer/plot_locale.htm
+lib/j/system/extras/help/primer/precedence.htm
+lib/j/system/extras/help/primer/primitive.htm
+lib/j/system/extras/help/primer/print_precision.htm
+lib/j/system/extras/help/primer/purpose.htm
+lib/j/system/extras/help/primer/rank.htm
+lib/j/system/extras/help/primer/rank_conjunction.htm
+lib/j/system/extras/help/primer/result_shape.htm
+lib/j/system/extras/help/primer/script_file.htm
+lib/j/system/extras/help/primer/script_load.htm
+lib/j/system/extras/help/primer/select_without_from.htm
+lib/j/system/extras/help/primer/sentence.htm
+lib/j/system/extras/help/primer/shape.htm
+lib/j/system/extras/help/primer/single_atom_array.htm
+lib/j/system/extras/help/primer/space.htm
+lib/j/system/extras/help/primer/standard_profile.htm
+lib/j/system/extras/help/primer/start_here.htm
+lib/j/system/extras/help/primer/started1.gif
+lib/j/system/extras/help/primer/started2.gif
+lib/j/system/extras/help/primer/string.htm
+lib/j/system/extras/help/primer/table.htm
+lib/j/system/extras/help/primer/table_adverb.htm
+lib/j/system/extras/help/primer/tacit_definition.htm
+lib/j/system/extras/help/primer/terminology.htm
+lib/j/system/extras/help/primer/title.htm
+lib/j/system/extras/help/primer/tolerance.htm
+lib/j/system/extras/help/primer/verb.htm
+lib/j/system/extras/help/primer/verb_arguments.htm
+lib/j/system/extras/help/primer/verb_definition.htm
+lib/j/system/extras/help/primer/verb_rank.htm
+lib/j/system/extras/help/primer/vocabulary.htm
+lib/j/system/extras/help/primer/when_not_same.htm
+lib/j/system/extras/help/primer/when_same.htm
+lib/j/system/extras/help/primer/where_to_go.htm
+lib/j/system/extras/help/primer/why_j.htm
+lib/j/system/extras/help/primer/word.htm
+lib/j/system/extras/help/primer/word_formation.htm
+lib/j/system/extras/help/primer/your_background.htm
+lib/j/system/extras/help/primer/z_locale.htm
+lib/j/system/extras/help/release/18x3.htm
+lib/j/system/extras/help/release/5x7.htm
+lib/j/system/extras/help/release/6x.htm
+lib/j/system/extras/help/release/7x5.htm
+lib/j/system/extras/help/release/9x32.htm
+lib/j/system/extras/help/release/9x34.htm
+lib/j/system/extras/help/release/9x36.htm
+lib/j/system/extras/help/release/9x38.htm
+lib/j/system/extras/help/release/9x40.htm
+lib/j/system/extras/help/release/9x6.htm
+lib/j/system/extras/help/release/adot.htm
+lib/j/system/extras/help/release/assert.htm
+lib/j/system/extras/help/release/binrep.htm
+lib/j/system/extras/help/release/bond.htm
+lib/j/system/extras/help/release/brep.htm
+lib/j/system/extras/help/release/ccapdot.htm
+lib/j/system/extras/help/release/contents.htm
+lib/j/system/extras/help/release/cut.htm
+lib/j/system/extras/help/release/cutbox.htm
+lib/j/system/extras/help/release/cutinf.htm
+lib/j/system/extras/help/release/cutsp.htm
+lib/j/system/extras/help/release/det.htm
+lib/j/system/extras/help/release/dict.htm
+lib/j/system/extras/help/release/edotsp.htm
+lib/j/system/extras/help/release/errcap.htm
+lib/j/system/extras/help/release/fromsp.htm
+lib/j/system/extras/help/release/grade.htm
+lib/j/system/extras/help/release/hkravel.htm
+lib/j/system/extras/help/release/iamend.htm
+lib/j/system/extras/help/release/idot.htm
+lib/j/system/extras/help/release/idot1.htm
+lib/j/system/extras/help/release/idotsp.htm
+lib/j/system/extras/help/release/index0.htm
+lib/j/system/extras/help/release/infix2.htm
+lib/j/system/extras/help/release/key.htm
+lib/j/system/extras/help/release/keysp.htm
+lib/j/system/extras/help/release/lesssp.htm
+lib/j/system/extras/help/release/locale.htm
+lib/j/system/extras/help/release/mbx.htm
+lib/j/system/extras/help/release/nsievesp.htm
+lib/j/system/extras/help/release/nubsp.htm
+lib/j/system/extras/help/release/odom.htm
+lib/j/system/extras/help/release/pm.htm
+lib/j/system/extras/help/release/prompt.htm
+lib/j/system/extras/help/release/rank.htm
+lib/j/system/extras/help/release/repsp.htm
+lib/j/system/extras/help/release/rev.htm
+lib/j/system/extras/help/release/sco.htm
+lib/j/system/extras/help/release/slashcat.htm
+lib/j/system/extras/help/release/space.htm
+lib/j/system/extras/help/release/status.htm
+lib/j/system/extras/help/release/stitchsl.htm
+lib/j/system/extras/help/release/throw.htm
+lib/j/system/extras/help/release/title.htm
+lib/j/system/extras/help/release/try.htm
+lib/j/system/extras/help/release/uco.htm
+lib/j/system/extras/help/release/where.htm
+lib/j/system/extras/help/user/about.htm
+lib/j/system/extras/help/user/acc_keys.htm
+lib/j/system/extras/help/user/build_apps.htm
+lib/j/system/extras/help/user/call_procedure.htm
+lib/j/system/extras/help/user/calling_jdll.htm
+lib/j/system/extras/help/user/cd_domain_error.htm
+lib/j/system/extras/help/user/child_classes.htm
+lib/j/system/extras/help/user/child_controls.htm
+lib/j/system/extras/help/user/comm_protocol.htm
+lib/j/system/extras/help/user/commands.htm
+lib/j/system/extras/help/user/common_dialogs.htm
+lib/j/system/extras/help/user/component_files.htm
+lib/j/system/extras/help/user/connect_data_source.htm
+lib/j/system/extras/help/user/connection_statement_handles.htm
+lib/j/system/extras/help/user/contents.htm
+lib/j/system/extras/help/user/control.htm
+lib/j/system/extras/help/user/controll_session_man.htm
+lib/j/system/extras/help/user/create_new_file.htm
+lib/j/system/extras/help/user/data_driver.htm
+lib/j/system/extras/help/user/dde.htm
+lib/j/system/extras/help/user/dde_conversations.htm
+lib/j/system/extras/help/user/dde_examples.htm
+lib/j/system/extras/help/user/dde_overview.htm
+lib/j/system/extras/help/user/debug.htm
+lib/j/system/extras/help/user/debug_verbs.htm
+lib/j/system/extras/help/user/debugs.htm
+lib/j/system/extras/help/user/demo.htm
+lib/j/system/extras/help/user/design.htm
+lib/j/system/extras/help/user/devenv.htm
+lib/j/system/extras/help/user/dir_layout.htm
+lib/j/system/extras/help/user/dlls.htm
+lib/j/system/extras/help/user/enter_info.htm
+lib/j/system/extras/help/user/event_handlers.htm
+lib/j/system/extras/help/user/exec_window.htm
+lib/j/system/extras/help/user/find_in_files.htm
+lib/j/system/extras/help/user/fonts.htm
+lib/j/system/extras/help/user/fontspec.htm
+lib/j/system/extras/help/user/form_editor_code.htm
+lib/j/system/extras/help/user/form_editor_defaults.htm
+lib/j/system/extras/help/user/form_editor_menu.htm
+lib/j/system/extras/help/user/form_editor_overview.htm
+lib/j/system/extras/help/user/form_editor_run.htm
+lib/j/system/extras/help/user/form_editor_statusbar.htm
+lib/j/system/extras/help/user/form_editor_tab_order.htm
+lib/j/system/extras/help/user/form_editor_toolbar.htm
+lib/j/system/extras/help/user/form_locales.htm
+lib/j/system/extras/help/user/formedit.htm
+lib/j/system/extras/help/user/g12_commands.htm
+lib/j/system/extras/help/user/g13_commands.htm
+lib/j/system/extras/help/user/grid.htm
+lib/j/system/extras/help/user/grid_ctrl_actions.htm
+lib/j/system/extras/help/user/grid_ctrl_classes.htm
+lib/j/system/extras/help/user/grid_ctrl_methods.htm
+lib/j/system/extras/help/user/grid_ctrl_overview.htm
+lib/j/system/extras/help/user/grid_ctrl_prop.htm
+lib/j/system/extras/help/user/hints.htm
+lib/j/system/extras/help/user/input_log.htm
+lib/j/system/extras/help/user/installing_odbc.htm
+lib/j/system/extras/help/user/inti_scripts.htm
+lib/j/system/extras/help/user/isigraph_events.htm
+lib/j/system/extras/help/user/j_commands_events.htm
+lib/j/system/extras/help/user/j_java_applets.htm
+lib/j/system/extras/help/user/j_ole_auto_server.htm
+lib/j/system/extras/help/user/j_ole_client.htm
+lib/j/system/extras/help/user/java.htm
+lib/j/system/extras/help/user/java_classpath.htm
+lib/j/system/extras/help/user/java_examples.htm
+lib/j/system/extras/help/user/java_jserver_class.htm
+lib/j/system/extras/help/user/java_overview.htm
+lib/j/system/extras/help/user/java_security.htm
+lib/j/system/extras/help/user/keyboard.htm
+lib/j/system/extras/help/user/keyed_files.htm
+lib/j/system/extras/help/user/lab_author.htm
+lib/j/system/extras/help/user/lab_header.htm
+lib/j/system/extras/help/user/lab_sections.htm
+lib/j/system/extras/help/user/lab_system_overview.htm
+lib/j/system/extras/help/user/labs.htm
+lib/j/system/extras/help/user/libraries.htm
+lib/j/system/extras/help/user/listing_data_sources.htm
+lib/j/system/extras/help/user/location_size.htm
+lib/j/system/extras/help/user/locked_scripts.htm
+lib/j/system/extras/help/user/mac_start.htm
+lib/j/system/extras/help/user/mapping_mode.htm
+lib/j/system/extras/help/user/memory_management.htm
+lib/j/system/extras/help/user/menu_commands.htm
+lib/j/system/extras/help/user/menus.htm
+lib/j/system/extras/help/user/mouse.htm
+lib/j/system/extras/help/user/movement_keys.htm
+lib/j/system/extras/help/user/new_control.htm
+lib/j/system/extras/help/user/odbc.htm
+lib/j/system/extras/help/user/odbc_error_messages.htm
+lib/j/system/extras/help/user/odbc_overview.htm
+lib/j/system/extras/help/user/ole_examples.htm
+lib/j/system/extras/help/user/ole_ocx_overview.htm
+lib/j/system/extras/help/user/oleocx.htm
+lib/j/system/extras/help/user/opengl.htm
+lib/j/system/extras/help/user/opengl_printing.htm
+lib/j/system/extras/help/user/opengl_viewing.htm
+lib/j/system/extras/help/user/order_form.htm
+lib/j/system/extras/help/user/ordering.htm
+lib/j/system/extras/help/user/other_message_handlers.htm
+lib/j/system/extras/help/user/ownerdraw.htm
+lib/j/system/extras/help/user/parent.htm
+lib/j/system/extras/help/user/parent_windows.htm
+lib/j/system/extras/help/user/patterns.htm
+lib/j/system/extras/help/user/pd_verb.htm
+lib/j/system/extras/help/user/plot.htm
+lib/j/system/extras/help/user/plot_class.htm
+lib/j/system/extras/help/user/plot_colors.htm
+lib/j/system/extras/help/user/plot_commands.htm
+lib/j/system/extras/help/user/plot_data.htm
+lib/j/system/extras/help/user/plot_options.htm
+lib/j/system/extras/help/user/plot_overview.htm
+lib/j/system/extras/help/user/plot_types.htm
+lib/j/system/extras/help/user/plot_verb.htm
+lib/j/system/extras/help/user/printing.htm
+lib/j/system/extras/help/user/problems.htm
+lib/j/system/extras/help/user/product.htm
+lib/j/system/extras/help/user/products.htm
+lib/j/system/extras/help/user/program_access.htm
+lib/j/system/extras/help/user/project_conven.htm
+lib/j/system/extras/help/user/project_file.htm
+lib/j/system/extras/help/user/project_man.htm
+lib/j/system/extras/help/user/project_man_tabs.htm
+lib/j/system/extras/help/user/project_overview.htm
+lib/j/system/extras/help/user/projects.htm
+lib/j/system/extras/help/user/reg_expressions.htm
+lib/j/system/extras/help/user/regex.htm
+lib/j/system/extras/help/user/rich_text.htm
+lib/j/system/extras/help/user/richedit_control.htm
+lib/j/system/extras/help/user/running_labs.htm
+lib/j/system/extras/help/user/runtime.htm
+lib/j/system/extras/help/user/runtime_apps.htm
+lib/j/system/extras/help/user/runtime_overview.htm
+lib/j/system/extras/help/user/runtime_scripts.htm
+lib/j/system/extras/help/user/rxcopyright.htm
+lib/j/system/extras/help/user/script_bmp.htm
+lib/j/system/extras/help/user/script_colib.htm
+lib/j/system/extras/help/user/script_color16.htm
+lib/j/system/extras/help/user/script_colortab.htm
+lib/j/system/extras/help/user/script_compare.htm
+lib/j/system/extras/help/user/script_convert.htm
+lib/j/system/extras/help/user/script_csv.htm
+lib/j/system/extras/help/user/script_dates.htm
+lib/j/system/extras/help/user/script_dd.htm
+lib/j/system/extras/help/user/script_debug.htm
+lib/j/system/extras/help/user/script_dir.htm
+lib/j/system/extras/help/user/script_dll.htm
+lib/j/system/extras/help/user/script_files.htm
+lib/j/system/extras/help/user/script_format.htm
+lib/j/system/extras/help/user/script_graph.htm
+lib/j/system/extras/help/user/script_isigraph.htm
+lib/j/system/extras/help/user/script_jadelib.htm
+lib/j/system/extras/help/user/script_jfiles.htm
+lib/j/system/extras/help/user/script_jmf.htm
+lib/j/system/extras/help/user/script_jselect.htm
+lib/j/system/extras/help/user/script_keyfiles.htm
+lib/j/system/extras/help/user/script_kfiles.htm
+lib/j/system/extras/help/user/script_loadlib.htm
+lib/j/system/extras/help/user/script_menu.htm
+lib/j/system/extras/help/user/script_misc.htm
+lib/j/system/extras/help/user/script_myutil.htm
+lib/j/system/extras/help/user/script_nfiles.htm
+lib/j/system/extras/help/user/script_numeric.htm
+lib/j/system/extras/help/user/script_pack.htm
+lib/j/system/extras/help/user/script_parts.htm
+lib/j/system/extras/help/user/script_plot.htm
+lib/j/system/extras/help/user/script_print.htm
+lib/j/system/extras/help/user/script_publish.htm
+lib/j/system/extras/help/user/script_random.htm
+lib/j/system/extras/help/user/script_regex.htm
+lib/j/system/extras/help/user/script_rgb.htm
+lib/j/system/extras/help/user/script_socket.htm
+lib/j/system/extras/help/user/script_statdist.htm
+lib/j/system/extras/help/user/script_statfns.htm
+lib/j/system/extras/help/user/script_stdlib.htm
+lib/j/system/extras/help/user/script_strings.htm
+lib/j/system/extras/help/user/script_text.htm
+lib/j/system/extras/help/user/script_trig.htm
+lib/j/system/extras/help/user/script_validate.htm
+lib/j/system/extras/help/user/script_winapi.htm
+lib/j/system/extras/help/user/script_winlib.htm
+lib/j/system/extras/help/user/script_write.htm
+lib/j/system/extras/help/user/scriptdoc.htm
+lib/j/system/extras/help/user/scriptwindow.htm
+lib/j/system/extras/help/user/select_and_read_data.htm
+lib/j/system/extras/help/user/server_client.htm
+lib/j/system/extras/help/user/sesm.htm
+lib/j/system/extras/help/user/session_manager.htm
+lib/j/system/extras/help/user/socket_driver.htm
+lib/j/system/extras/help/user/socket_utilities.htm
+lib/j/system/extras/help/user/sockets.htm
+lib/j/system/extras/help/user/sounds.htm
+lib/j/system/extras/help/user/sql.htm
+lib/j/system/extras/help/user/sql_elements.htm
+lib/j/system/extras/help/user/sql_reserved_words.htm
+lib/j/system/extras/help/user/sql_statements.htm
+lib/j/system/extras/help/user/start.htm
+lib/j/system/extras/help/user/status_bar.htm
+lib/j/system/extras/help/user/stops.htm
+lib/j/system/extras/help/user/support.htm
+lib/j/system/extras/help/user/sys_classes.htm
+lib/j/system/extras/help/user/sys_events.htm
+lib/j/system/extras/help/user/sys_examples.htm
+lib/j/system/extras/help/user/sys_extras.htm
+lib/j/system/extras/help/user/sys_lista.htm
+lib/j/system/extras/help/user/sys_lists.htm
+lib/j/system/extras/help/user/sys_main.htm
+lib/j/system/extras/help/user/sys_packages.htm
+lib/j/system/extras/help/user/sys_scripts.htm
+lib/j/system/extras/help/user/tab_control.htm
+lib/j/system/extras/help/user/tab_cursor_keys.htm
+lib/j/system/extras/help/user/tech_notes.htm
+lib/j/system/extras/help/user/technotes.htm
+lib/j/system/extras/help/user/temp.htm
+lib/j/system/extras/help/user/title.htm
+lib/j/system/extras/help/user/tutorial_ole_client_excel.htm
+lib/j/system/extras/help/user/tutorial_ole_server_excel.htm
+lib/j/system/extras/help/user/update_records.htm
+lib/j/system/extras/help/user/user.htm
+lib/j/system/extras/help/user/utilities.htm
+lib/j/system/extras/help/user/verbs.htm
+lib/j/system/extras/help/user/wait.htm
+lib/j/system/extras/help/user/warranty.htm
+lib/j/system/extras/help/user/watch.htm
+lib/j/system/extras/help/user/wd.htm
+lib/j/system/extras/help/user/wd_commands.htm
+lib/j/system/extras/help/user/wdhandler.htm
+lib/j/system/extras/help/user/welunix.htm
+lib/j/system/extras/help/user/welwin.htm
+lib/j/system/extras/help/user/win_ctrl_menus.htm
+lib/j/system/extras/help/user/win_ctrl_overview.htm
+lib/j/system/extras/help/user/win_ctrl_statusbar.htm
+lib/j/system/extras/help/user/win_ctrl_toolbar.htm
+lib/j/system/extras/help/user/win_driver_cmd_ref_overview.htm
+lib/j/system/extras/help/user/win_driver_overview.htm
+lib/j/system/extras/help/user/win_start.htm
+lib/j/system/extras/help/user/winctrl.htm
+lib/j/system/extras/help/user/window_forms.htm
+lib/j/system/extras/help/user/windrive.htm
+lib/j/system/extras/labs/cmc/cmcint.ijt
+lib/j/system/extras/labs/cmc/cmcrecur.ijt
+lib/j/system/extras/labs/cmc/cmctheor.ijt
+lib/j/system/extras/labs/general/ballclck.ijt
+lib/j/system/extras/labs/labdir.ijs
+lib/j/system/extras/labs/labintro.txt
+lib/j/system/extras/labs/labs.txt
+lib/j/system/extras/labs/language/display.ijt
+lib/j/system/extras/labs/language/intro.ijt
+lib/j/system/extras/labs/language/jtaste1.ijt
+lib/j/system/extras/labs/language/jtaste2.ijt
+lib/j/system/extras/labs/language/locales.ijt
+lib/j/system/extras/labs/language/monad.ijt
+lib/j/system/extras/labs/language/oop.ijt
+lib/j/system/extras/labs/language/sparse.ijt
+lib/j/system/extras/labs/math/averages.ijt
+lib/j/system/extras/labs/math/bestfit.ijt
+lib/j/system/extras/labs/math/bincoefs.ijt
+lib/j/system/extras/labs/math/catalan.ijt
+lib/j/system/extras/labs/math/families.ijt
+lib/j/system/extras/labs/math/fntab.ijt
+lib/j/system/extras/labs/math/frame.ijt
+lib/j/system/extras/labs/math/iter.ijt
+lib/j/system/extras/labs/math/mathroot.ijt
+lib/j/system/extras/labs/math/polynom.ijt
+lib/j/system/extras/labs/math/pythag3.ijt
+lib/j/system/extras/labs/math/rot.ijt
+lib/j/system/extras/labs/math/shapley.ijt
+lib/j/system/extras/labs/math/spiral.ijt
+lib/j/system/extras/labs/math/tables.ijt
+lib/j/system/extras/labs/system/regbuild.ijt
+lib/j/system/extras/labs/system/regex.ijt
+lib/j/system/extras/labs/system/sockcli.ijt
+lib/j/system/extras/labs/system/sockinet.ijt
+lib/j/system/extras/labs/system/sockserv.ijt
+lib/j/system/extras/util/boot.ijs
+lib/j/system/extras/util/lab.ijs
+lib/j/system/extras/util/sym2ijs
+lib/j/system/extras/util/sym2ijs.1
+lib/j/system/extras/util/unix.ijs
+lib/j/system/main/.cvsignore
+lib/j/system/main/Makefile
+lib/j/system/main/colib.ijs
+lib/j/system/main/compare.ijs
+lib/j/system/main/convert.ijs
+lib/j/system/main/dates.ijs
+lib/j/system/main/debug.ijs
+lib/j/system/main/dir.ijs
+lib/j/system/main/dll.ijs
+lib/j/system/main/files.ijs
+lib/j/system/main/format.ijs
+lib/j/system/main/jadelib.ijs
+lib/j/system/main/jconsole.ijs
+lib/j/system/main/jmf-windows.ijs
+lib/j/system/main/jmf.ijs
+lib/j/system/main/loadlib.ijs
+lib/j/system/main/misc.ijs
+lib/j/system/main/myutil.ijs
+lib/j/system/main/netdefs.ijs
+lib/j/system/main/netdefs.sym
+lib/j/system/main/netdefs_Linux.ijs
+lib/j/system/main/netdefs_SunOS.ijs
+lib/j/system/main/numeric.ijs
+lib/j/system/main/pack.ijs
+lib/j/system/main/parts.ijs
+lib/j/system/main/regex.ijs
+lib/j/system/main/socket.ijs
+lib/j/system/main/stdlib.ijs
+lib/j/system/main/strings.ijs
+lib/j/system/main/syscalls.ijs
+lib/j/system/main/text.ijs
+lib/j/system/main/trig.ijs
+lib/j/system/main/unixsyms.ijs
+lib/j/system/main/unixsyms.sym
+lib/j/system/main/unixsyms_Linux.ijs
+lib/j/system/main/unixsyms_SunOS.ijs
+lib/j/system/main/validate.ijs
+lib/j/system/packages/color/cfmt.ijs
+lib/j/system/packages/color/cfmtfns.ijs
+lib/j/system/packages/color/color.txt
+lib/j/system/packages/color/color16.ijs
+lib/j/system/packages/color/colortab.ijs
+lib/j/system/packages/color/ns216.ijs
+lib/j/system/packages/color/ntcolor.ijs
+lib/j/system/packages/color/rgb.ijs
+lib/j/system/packages/color/wdcolor.ijs
+lib/j/system/packages/color/xwin.ijs
+lib/j/system/packages/files/dbase.ijs
+lib/j/system/packages/files/files.txt
+lib/j/system/packages/files/jfiles.ijs
+lib/j/system/packages/files/kfiles.ijs
+lib/j/system/packages/files/nfiles.ijs
+lib/j/system/packages/finance/actfns.ijs
+lib/j/system/packages/finance/actutil.ijs
+lib/j/system/packages/finance/finance.txt
+lib/j/system/packages/finance/interest.ijs
+lib/j/system/packages/lapack/dgeev.ijs
+lib/j/system/packages/lapack/dgeqrf.ijs
+lib/j/system/packages/lapack/dgesv.ijs
+lib/j/system/packages/lapack/dgesvd.ijs
+lib/j/system/packages/lapack/dgetrf.ijs
+lib/j/system/packages/lapack/dgetri.ijs
+lib/j/system/packages/lapack/dpotrf.ijs
+lib/j/system/packages/lapack/lapack.ijs
+lib/j/system/packages/lapack/lapack.txt
+lib/j/system/packages/lapack/zgeev.ijs
+lib/j/system/packages/lapack/zgeqrf.ijs
+lib/j/system/packages/math/bigpi.ijs
+lib/j/system/packages/math/brent.ijs
+lib/j/system/packages/math/det.ijs
+lib/j/system/packages/math/fermat.ijs
+lib/j/system/packages/math/gcd.ijs
+lib/j/system/packages/math/integer.ijs
+lib/j/system/packages/math/integrat.ijs
+lib/j/system/packages/math/jacobi.ijs
+lib/j/system/packages/math/legendre.ijs
+lib/j/system/packages/math/linear.ijs
+lib/j/system/packages/math/makemat.ijs
+lib/j/system/packages/math/matfacto.ijs
+lib/j/system/packages/math/math.txt
+lib/j/system/packages/math/mathutil.ijs
+lib/j/system/packages/math/matutil.ijs
+lib/j/system/packages/math/mean.ijs
+lib/j/system/packages/math/numbers.ijs
+lib/j/system/packages/math/pollard.ijs
+lib/j/system/packages/math/poly.ijs
+lib/j/system/packages/math/primutil.ijs
+lib/j/system/packages/math/quatern.ijs
+lib/j/system/packages/math/spline.ijs
+lib/j/system/packages/math/svd.ijs
+lib/j/system/packages/misc/datefmt.ijs
+lib/j/system/packages/misc/evolute.ijs
+lib/j/system/packages/misc/fgh.ijs
+lib/j/system/packages/misc/fields.ijs
+lib/j/system/packages/misc/ieee64.ijs
+lib/j/system/packages/misc/misc.txt
+lib/j/system/packages/misc/primitiv.ijs
+lib/j/system/packages/misc/rtfview.ijs
+lib/j/system/packages/misc/xenos.ijs
+lib/j/system/packages/regex/regbuild.ijs
+lib/j/system/packages/regex/regdemo.ijs
+lib/j/system/packages/regex/regex.txt
+lib/j/system/packages/regex/regj.ijs
+lib/j/system/packages/regex/regjbld.ijs
+lib/j/system/packages/stats/random.ijs
+lib/j/system/packages/stats/statdist.ijs
+lib/j/system/packages/stats/statfns.ijs
+lib/j/system/packages/stats/stats.ijs
+lib/j/system/packages/stats/stats.txt
+lib/j/user/classes/classes.txt
+lib/j/user/config/config.txt
+lib/j/user/projects/projects.txt
+lib/j/user/user.txt
+@dirrm lib/j/system/classes/pbc
+@dirrm lib/j/system/classes/template
+@dirrm lib/j/system/classes
+@dirrm lib/j/system/examples/phrases
+@dirrm lib/j/system/examples
+@dirrm lib/j/system/extras/config
+@dirrm lib/j/system/extras/help/camn/camnimgs
+@dirrm lib/j/system/extras/help/camn
+@dirrm lib/j/system/extras/help/dictionary
+@dirrm lib/j/system/extras/help/index
+@dirrm lib/j/system/extras/help/learning
+@dirrm lib/j/system/extras/help/phrases
+@dirrm lib/j/system/extras/help/primer
+@dirrm lib/j/system/extras/help/release
+@dirrm lib/j/system/extras/help/user
+@dirrm lib/j/system/extras/help
+@dirrm lib/j/system/extras/labs/cmc
+@dirrm lib/j/system/extras/labs/general
+@dirrm lib/j/system/extras/labs/language
+@dirrm lib/j/system/extras/labs/math
+@dirrm lib/j/system/extras/labs/system
+@dirrm lib/j/system/extras/labs
+@dirrm lib/j/system/extras/util
+@dirrm lib/j/system/extras
+@dirrm lib/j/system/main
+@dirrm lib/j/system/packages/color
+@dirrm lib/j/system/packages/files
+@dirrm lib/j/system/packages/finance
+@dirrm lib/j/system/packages/lapack
+@dirrm lib/j/system/packages/math
+@dirrm lib/j/system/packages/misc
+@dirrm lib/j/system/packages/regex
+@dirrm lib/j/system/packages/stats
+@dirrm lib/j/system/packages
+@dirrm lib/j/system
+@dirrm lib/j/user/classes
+@dirrm lib/j/user/config
+@dirrm lib/j/user/projects
+@dirrm lib/j/user
+@dirrm lib/j
+bin/jconsole.bin
+bin/jconsole