Recent articles:
Popular archives:
Java: A platform for platforms
Sun's reorg may seem promising to shareholders but it's also a scramble for position. The question now is whether Sun can,
or wants to, maintain its hold on Java technology. Especially with enterprise leaders like SpringSource and RedHat investing
heavily in Java's future as a platform for platforms
Also see:
Discuss: Java: A platform for platforms?
These tips and cautions will help you write better programs and save you from agonizing over why the compiler produces error messages.
Lines.java to remove all static analysis violations. Use Jtest for verification.
Last month, I asked you to answer some questions about JCreator. Here are my answers (which appear in red).
A project template is a file of prewritten source code and special symbols that customize the source code to a specific project.
A code template pairs an abbreviation with a code sequence. When you type the abbreviation followed by the Tab key, JCreator's editor replaces the abbreviation with the code sequence.
A JDK profile is a configuration item that identifies an installed version of a Java JDK/SDK. Each project can have its own JDK profile.
To bring additional package directories or jar files into a project, you set the classpath by completing the following steps:
The following steps let you pass command-line arguments to an application:
-g debugging option to javac from within JCreator?
Complete the following steps to add the -g debugging option to javac, so the compiler generates all debugging information:
Prior to compiling, make sure the appropriate JDK profile and tool configuration entries are checked on their respective Project Settings tabs so that all debug information generates.