How to install TABULA for a non-J user

If you are not (yet) a J user, then to run TABULA you will have to install a working J system first.

Don't worry, it's not hard. Just follow these simple instructions.


1. Download and install J from:

2. Launch J by clicking the red J icon (inside the folder: j602).

3. Verify operation.

In the session window, enter: 2+2

   2+2
4

4. Pick menu: Run > Package Manager...

Select: All

Check:

   ✓ base library
   ✓ math/cal  
   ✓ math/tabula  
   ✓ math/uu

Then click Do Install...

You should see:

Installing 3 packages of total size 202 KB
Downloading math/cal...
Installing math/cal...
Downloading math/tabula...
Installing math/tabula...
Downloading math/uu...
Installing math/uu...
Done.
All available packages are installed and up to date.

4. Enter: load 'math/tabula'

5. Once you've got TABULA running, select menu: Edit > Startup with TABULA

6. Consult the Reference pages:

7. Have fun.


Contributed by IanClark

TABULA/InstallJforTabula (last edited 2011-11-25 20:39:57 by IanClark)