Re:Updating JBuilder 2006 embedded JDK
It's hard to tell from that description, but you should ensure that your JDK
change is being fully recognized since you changed it in an unsupported way
(see below for the right way to do this).
Go to Tools | Configure | JDKs and make sure it is defined. Note that
JBuilder uses the string that java.exe reports with the -version command
line option (so it includes update version information) to identify it.
With your project active, go to Project | Project Properties | Paths and
ensure the JDK selection matches the one that you want.
Something to be aware of is the JBuilder ships with patches and ehancements
to the JDK on which it is hosted. Perhaps those patches will no longer work
(or cause problems) if you switch to another version. These patches are
applied in \Borland\JBuilder 2006\bin\jbuilder.config. The jar files which
contain fixes are DesignerSwingFixes.jar, TabbedPaneFix.jar,
SequencedEventFix.jar, PopupFixes.jar, and AntiAliasSupport.jar.
Another thing to be aware of is the file \Borland\JBuilder
2006\bin\jdk.config tells JBuilder during startup where the JDK is located
that it should use.
"kheimon" <
XXXX@XXXXX.COM >wrote in message
Quote
Dear developers,
Borland JBuilder 2006 is a good software, but has quite a problem
running on my machine. When JBuilder 2006 loads "something" (I mean
when it's not idle or waiting for user input...) the mouse hangs, and
gets working only when JBuilder becomes idle.
This seems not to be a problem of JBuilder, but of JDK 1.5.0 Update 5
(which is the one bundled with JBuilder). If I replace the contents of
the "jdk1.5" subfolder with a new JDK, this problem simply disappears.
BUT... I cannot build my projects!
You can understand I'm quite... frustrated. How can I solve this
problem?