JBuilder Section Index
How can I integrate JBuilder with IBM WebSphere ?
JBuilder 5.0 Enterprise will have this feature included, see http://www.borland.com/jbuilder for details.
How to configure JBuilder4 with JDK 1.3.1 ?
It can be done in two steps:
Configure JBuilder 4 to use JDK 1.3.1 for running IDE
Configure the JDK 1.3.1 for running projects.
In this example I suppose that JBuilder Home is D:JBuilder4 and...more
JBuilder 4 Easter Eggs. Is there any known Easter Egg in JBuilder 4 ?
Yes, In the about box - Help menu, About - type "ProjectTrinity" (is not case sensitive) to show developers credits.
For JB 3.5 the "magic word" is "PrimeTimeLateNightThi...more
Where can I learn (more) about the Java programming language syntax and semantics?
Check out the
jGuru JavaLanguage FAQ.
Where can I learn (more) about Java's AWT (Abstract Window Toolkit)?
Check out the jGuru AWT FAQ.
How do I configure JBuilder so that .xml files are also copied to the Output Path?
Right Click on the file you have added, choose properties. In the build tab choose to copy the resource.
If your have many resources with the same extension you may choose to add a default action ...more
Where can I find details of the exam for JB5 certification?
See Borland Products Certifications, and Borland JBuilder 5
Product Certificationmore
How can I integrate IBM jikes compiler with JBuilder.
Jikes is a faster compiler, compared to javac. You can configure JBuilder to run with different JDKs but I believe it always compiles using its own proprietary compiler ("bcj" - by Borland). There...more
Why doesn't JBuilder 5 run applets in the standard JDK appletviewer tool?
JBuilder doesn't require an HTML loader to run an applet. If under the Run tab of Project Properties the Main class file is the applet class, then JBuilder runs the applet with its "internal" appl...more
Where can I find the complete list of codeinsight templates pre-defined by JBuilder?
The following code (courtesy of John Zukowski) can be used to retrieve the Code Templates:
package skill12;
import com.borland.primetime.insight.template.*;
public class Test {
public static vo...more
If I install JBuilder for language X, how can I change it so that the tool uses language Y?
JBuilder localization q
If I install JBuilder for language X, how can I change it so that the tool uses language Y? For instance, the tool supports installing for Deutsch, Español, and Fran...more
How do I change the initial Root Path displayed in the Project Wizard? I thought changing the Working directory in the Default Project Properties dialog would have done this, but it doesn't.
In the Default Project Properties window, under the Paths tab, the bottom half has a Source tab. The top entry controls the Root Path. It is one level higher then the entry though, so if you want...more
How do I set the default fields for the generated javadoc headers?
In the Default Project Properties window (open with Project->Default Project Properties), select the General tab and fill in the desired fields, like author and company.
How do I place a | character in a code template?
The | character is used to position the cursor in templates. By default, no | is transfered from the template to the class file, and the cursor is positioned at the last one. If however you actual...more
How can I force garbage collection in JBuilder?
Select Help=>About, then select the Info tab. There is a button on the tab that says "Force GC".