JBuilder Section Index | Page 2
Does JBuilder 5 work with Windows Millenium Edition? For some reason their web site doesn't list it as a supported operating system.
After speaking with a Borland technical support engineer, he stated that as it is not listed that it is not officially supported. Although as Windows Me is based upon the Windows 98 code base, tha...more
Where can I learn (more) about Java development tools?
Check out the jGuru Tools FAQ.
How do I format source code in JBuilder 3.5? I'd like JBuilder to auto-format source code as I write or to format existing source code, like Emacs does. I've searched many options, but I haven't found it.
JBuilder does not have this feature, but I suggest you to download and install Jindent and Jindent plugin that is an OpenTool to add this functionality.
Jindent can be also customized thru a simp...more
How do I set the docBase for the ROOT app in the integrated Tomcat environment in JBuilder 4 Enterprise?
How do I set the docBase for the ROOT
app in the integrated Tomcat environment
in JBuilder 4 Enterprise?
How can I enable the EJB wizards inside JBuilder Enterprise without installing the Borland AppServer?
How can I enable the EJB wizards inside JBuilder E...
How can I enable the EJB wizards inside JBuilder Enterprise without installing the Borland AppServer?
How can I configure jConnect5.2 in JBuilder 4?
The first thing that you will have to do is create a Library for the Jar. You use Libraries in JBuilder so that it can find all the packages and classes for that project. Libraries are also used...more
JBuilder output files. When i doing a some changes in a project then JBuilder 3.5 generates a some files
JBuilder output files
When i doing a some changes in a project then JBuilder 3.5 generates a some files for example
filename.class - main file
filename$1.class
filename$2.class
and so on. What i...more
How can I run KVM in Jbuilder 4?
The KVM can not be executed from within JBuilder. The KVM is an Motorola executable that only runs on the Palm or in the Palm OS Emulator (POSE). There is a KVM.EXE (for Windows) supplied with the...more
How do I show line numbers in the JBuilder editor?
The line numbers of your code are actually kept in a small dialog at the bottom of the IDE. There isn't a way to add them directly to the Editor Pane.
If you would like to go to a particular line...more
How do I make deployable '.jar' files that run on a double-click as a JBuilder 4 Foundation user?
When you install the the Java Runtime Environment, one of the things you get is a new file association on the file extension '.jar'. In the file types list it will show as 'Executable Jar File'. ...more
I am using JBuilder with Tomcat - Can I configure JBuilder to simulate the "load-on-startup" option in Tomcat's web.xml ?
This is comparatively easy, just add your web.xml file to a WEB-INF subfolder in the "document base" of your project. So, if your docbase is:
D:ProjectsMYJSPProject
then your web.xml f...more
How do I remove the JBuilder file associations from Windows Explorer?
From the registry remove/change following keys:
HKEY_CLASSES_ROOT.class
HKEY_CLASSES_ROOT.idl
HKEY_CLASSES_ROOT.java
HKEY_CLASSES_ROOT.jpr
HKEY_CLASSES_ROOT.jpx
HKEY_LOCAL_MACHINESOFTWAREClasses....more
How can I enable mouse wheel support in JBuilder?
jbWheel is one such way for Windows. Otherwise, you'll need to wait for JDK 1.4 with native support.
Where can I find some good books on JBuilder?
A list of books for JBuilder can be found at the Borland Community website.
The documentation for JBuilder can also be found at the Borland site.more
How can I fix "Warning #908", where the file cannot be found on the source path?
You can fix this error in two ways:
Making the sources available in the specified project source directory
Moving the class files (.class) out of the specified project classes directory and into ...more