A private fork of the J editor from the creator(s) of armedbear common lisp. Forked from https://github.com/kevinkrouse/j
Find a file
2025-09-08 09:18:11 +05:30
doc move files 2021-08-18 17:03:28 -07:00
examples move files 2021-08-18 17:03:28 -07:00
scripts move files 2021-08-18 17:03:28 -07:00
src add FlatLAF to take away swing's ugliness and to add platform nicities. 2025-09-08 00:35:12 +05:30
test/src/org/armedbear/j/mail move files 2021-08-18 17:03:28 -07:00
themes move files 2021-08-18 17:03:28 -07:00
tools/AppBundler move files 2021-08-18 17:03:28 -07:00
web move files 2021-08-18 17:03:28 -07:00
.gitignore mac support 2021-08-22 09:38:04 -07:00
build-abcl.lisp move files 2021-08-18 17:03:28 -07:00
build.properties mac support 2021-08-22 09:38:04 -07:00
build.xml update abcl to 1.9.2 and fix the project url. 2025-09-08 09:18:11 +05:30
bundle.xml move files 2021-08-18 17:03:28 -07:00
configure move files 2021-08-18 17:03:28 -07:00
configure.ac move files 2021-08-18 17:03:28 -07:00
COPYING move files 2021-08-18 17:03:28 -07:00
customizations.lisp.in move files 2021-08-18 17:03:28 -07:00
install-sh move files 2021-08-18 17:03:28 -07:00
j.bat.in move files 2021-08-18 17:03:28 -07:00
j.in move files 2021-08-18 17:03:28 -07:00
make-jar.bat.in move files 2021-08-18 17:03:28 -07:00
make-jar.in move files 2021-08-18 17:03:28 -07:00
Makefile.in move files 2021-08-18 17:03:28 -07:00
mkinstalldirs move files 2021-08-18 17:03:28 -07:00
README mac tweaks 2021-08-18 21:38:48 -07:00
shell.nix require JDK 16 and ABCL 1.8.0 2021-08-18 17:08:34 -07:00

GENERAL INFORMATION
-------------------

J is a multifile, multiwindow programmer's editor written entirely in Java. It
features syntax highlighting for Java, C, C++, XML, HTML, CSS, JavaScript,
Lisp, Perl, PHP, Python, Ruby, Scheme, Tcl/Tk, Verilog, and VHDL, automatic
indentation, directory buffers, regular expressions, multifile find and
replace, autosave and crash recovery, undo/redo, FTP/HTTP support, email,
and multiple horizontal/vertical splits. All keyboard mappings can be
customized. Themes may be used to customize the editor's appearance.

Peter Graves is the original author of J and Armed Bear Common Lisp.

LICENSE
-------

J is distributed under the GNU General Public License
(with a special exception described below).

A copy of GNU General Public License (GPL) is included in this distribution, in
the file COPYING.

Linking this software statically or dynamically with other modules is making a
combined work based on this software. Thus, the terms and conditions of the GNU
General Public License cover the whole combination.

As a special exception, the copyright holders of this software give you
permission to link this software with independent modules to produce an
executable, regardless of the license terms of these independent modules, and
to copy and distribute the resulting executable under terms of your choice,
provided that you also meet, for each linked independent module, the terms and
conditions of the license of that module. An independent module is a module
which is not derived from or based on this software. If you modify this
software, you may extend this exception to your version of the software, but
you are not obligated to do so. If you do not wish to do so, delete this
exception statement from your version.


INSTALLATION
------------

To build J, you'll need JDK 16, Ant, and Armed Bear Common Lisp. Once you have
built ABCL, edit the build.properties found next to this README file and change
the property values for your local environment.

Run 'ant' to compile the source.
Run 'ant help' to see a list of available targets.


BUGS
----

Please report problems to the j-devel mailing list:

    armedbear-j-devel@lists.sourceforge.net

Have fun!

Kevin Krouse
May 02, 2009