TJI Java IDE - the powerful and fast Java IDE.



TJI Java IDE
Home Page
Download
The Latest Version
Resources
Example Projects & More
Purchase
Secure purchase
Different license types
Information
User Manual
Bundling Info
Feedback
Send us your comments
About us
About Kinabaloo Software

TJI Java IDE : Celebrating 10 Years of Innovation 1998-2008

NEW : Version 8.8 12th September 2008 : Our fastest yet

TJI - The Fast and User-Friendly Java IDE

TJI is the easy-to-use Java IDE with many powerful features to improve your productivity and programming experience. Ideal for both the beginner and more experienced programmer.

Try TJI today - you can download the one small jar file in seconds and be running a skeleton application within one minute from now. After downloading the jar file, simply double-click on it; the IDE starts and is ready in just 1 or 2 seconds.

TJI Java IDE requires Java 1.3, 1.4, 1.5, 1.6 or higher.

Features

Screenshots

Download


NEW : Version 1.0 21st July 2008

TJI SL (Super Lite) - The Fast and User-Friendly Java IDE

TJI Java IDE SL is the world's easiest-to-use Java IDE.

  • Edit your source code in tabbed editors.
  • Then click on one of the three toolbar buttons : Save, Build (compile) and Run. Click 'Run' to save any changed source files, build and run all in one fast step.
  • The locations of compile-time errors and run-time exceptions are indicated in your source code.

Try it now - you can download the one small jar file in seconds and be running a skeleton application within one minute from now. After downloading the jar file, simply double-click on it; the IDE starts and is ready in just 1 or 2 seconds.

You can swap to TJI Standard Edition at anytime, free.

TJI Java IDE SL requires Java 1.3, 1.4, 1.5, 1.6 or higher.

Download


NEW : Version 3.7 12th August 2008

The Java Guru : Standalone Edition

Java Guru provides fast, point and click access to the Java API and API documentation.

Whichever IDE you use, or even if you use just a simple text editor for your Java programming, you will find the Java Guru an invaluable tool to have at hand.

Now with auto-complete, automatic locating of API documentation, and improved formatting. Now shows 'Class Use', 'Package Descriptions' and allows you to search for a method. If the HTML API documentation is not installed, Java Guru can retrieve the information from online.

* Completely updated for Java 1.6 (Requires Java 1.3, 1.4, 1.5, 1.6 or higher)

Screenshots and download

TJI - The Powerful Lightweight Java IDE

Recent Changes

* New : Visual Debugger : With breakpoints (7.66).

* Completely updated for Java 1.6

* Improved Java Guru. Can now show relevant example code use. Can now retrieve the HTML API documentation from online if it is not installed. Can now open external pages cited in the API documentation.

* Improved: View call hierarchy - 'calls' and 'called by' (hyperlinked), in the Tools tabs.

* NEW: Smooth, highly legible fonts throughout.

* Improved UML View.

TJI has an extensive feature list while being fully integrated and very easy to navigate.

TJI is 100% Java and works on all platforms with JDK 1.3 or higher. Java Guru standalone version also requires Java 1.3 or higher. However, more feature-rich versions are available for Java 1.6 and higher.


Many Example Projects Available

There are many example projects available on our resources page, including 'SwingSet2' and 'Duke's Book Store'. Each project downloads as one zip file which can be 'imported' in one simple step, ready to run.


Learn Java with TJI

TJI includes an extensive set of guides to the Java language and object oriented programming. These guides are a core part of TJI (and also available on-line). All the example programs can be quickly downloaded as TJI projects from our resources page.

These guides cover the whole range - from the simplest 'Hello World' program, through Turtle Graphics, applets and GUI building with Swing, to an understanding of object oriented terminology and design.

More advanced subjects are also covered, including database programming with JDBC and SQL, and web applications using servlets and JSP.


'Round-trip' Java - UML

Use of UML is entirely optional in TJI. However, if you wish to use UML, you can switch between source code view and UML view whenever you like.

You can start a new design in the UML view, in which case the source code for the UML model is written for you, or view in UML an existing project. You can make changes in either view - the two views are automatically kept in synchronisation.

Note that TJI's UML functionality is restricted to class diagrams, but its automatic drawing of these diagrams makes using UML a simple and fast process.


Customer Care

We appreciate all suggestions for improvements and new features, no matter how small.

We aim to fix any bug within a few days (usually within 48 hours) and make that fix available to all immediately.

Simply complete this simple form to send us your feedback (whether you are an existing customer or not).

Ideal For Universities and Colleges

Because TJI is so easy to use and provides plenty of help on the Java language and Object Oriented design, it is the first choice for the teaching environment.

TJI has an integrated Turtle Graphics functionality that provides a gentle introduction to computer programming.

TJI allows a design to be developed in UML in a straightforward manner. Students can switch between UML and code view at any time as the two views are automatically updated.

There are plenty of examples to help students grasp the basics and apply these to their own designs.

Students can go on to learn how to program web applications with servlets, JSP and databases with the minimum of fuss - and all within the same environment because TJI has both an integrated Webserver and Database Manager (including a JDBC implementation).

TJI allows multiple users to create their own workspace where individual preferences and project files are stored.


Developing Database Applications

TJI allows you to easily develop database applications using its integrated database with a DBMS and JDBC driver - and a graphical database manager.

There are several example projects available from our resources page. One demonstrates the creation of tables, insertion of data and obtaining a result set using SQL. A second illustrates using a database with JSP and HTML forms.

No database ? No problem !
Start learning JDBC and SQL today, with TJI ...


Developing Web Applications

Web applications are an exciting field for programmers to work in - and the skills required are in great demand.

TJI includes all the servlet and JSP packages in its single jar file download, so even if you don't have the 'enterprise edition' Java development kit, you can still develop servlet and JSP programs with TJI.

TJI has its own integrated web server and web browser - and even its own database. So TJI has everything you need to learn and write programs in all these areas.

TJI's 'Smart Server' technology allows you to ride the edit, compile, run cycle without ever needing to manually start the server, reload servlets and JSP pages, or delve into log files to discover run-time exceptions. Our 'Smart Server' technology reloads server code automatically, and indicates the location of run-time errors in your source code.


Chess PlugIn

Included with version 3.0 onwards

Unsolvable bug? Going round in circles?
Then free your mind with a quick-fire
chess game.

Select 'Show Plugin Modules' from the 'Options' menu.

See the PlugIn Module Guide to discover how easy it is to create your own plugins!


New Features

The following screenshot excerpt shows some of the latest features in TJI Java IDE.

  • Methods have their own background color and also a signature icon to give a clear depiction of program structure.
  • Folded text can be quickly seen by pointing at a '[...]' icon.
  • To the left of the main editor area is the 'Change Bar' that shows source code lines changed during the current session.
  • On the right-hand side is the 'Overview Bar' that indicates the locations of search terms, compile-time errors and run-time exceptions in the current file as a whole.
  • A green underline shows matches to the word at the current caret position within the current method.
  • The super-smooth font rendering shown is available only when running TJI on Java 1.6 and higher.

The latest editor features of TJI Java IDE.


'Classic' Font with partial syntax coloring


  • There is also a choice of black background editing. Many will find the black option easier on the eye yet making the code more vivid and thereby enhancing productivity. Besides, it looks rather cool !

White editor background. Black editor background.

A single-user license that covers TJI Java IDE, TJI Java IDE SL and Java Guru starts at only USD $ 55.
Multi-user licenses feature generous discounts. Free upgrades for one year.


NEW : Read an interview with our lead developer at Java Lobby


Privacy Policy

Under no circumstances do we ever pass any user details to any other company, organisation or person.

Note
'Java' is a trademark of Sun MicroSystems.


(c) Kinabaloo Software, 1998-2008