What is it?
A Java program that helps find words for use in Scrabble-type board games.
Download
Jabble.jar, version 0.128 (5 KB)
Usage
§ java -jar Jabble.jar
Starting Jabble without any arguments will cause it to look for a dictionary file, /usr/share/dict/words (this file exists on most UNIX-based systems). It is also possible to specify your own dictionary text file:
§ java -jar Jabble.jar dictionary.txt
To exit Jabble, just hit enter/return at the letters prompt.

